Inspecting Skills Discover Python code across skills and enable universal imports. Solves the dash-underscore naming mismatch between skill directories (e.g., ) and Python imports (e.g., ). Installation Quick Start Import a Skill Enable Transparent Imports Discover Available Skills Core Functions Discovery | Function | Purpose | |----------|---------| | | Analyze a single skill directory | | | Find all skills with Python code | | | Find skill by name (either form) | | | Convert "browsing-bluesky" to "browsing bluesky" | Indexing | Function | Purpose | |----------|---------| | | Extract symbol…