What is inspecting-skills?
Discovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases. Source: oaustegard/claude-skills.
Discovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases.
Quickly install inspecting-skills AI skill to your development environment via command line
Source: oaustegard/claude-skills.
Discover Python code across skills and enable universal imports. Solves the dash-underscore naming mismatch between skill directories (e.g., browsing-bluesky) and Python imports (e.g., browsingbluesky).
| discoverskill(path) | Analyze a single skill directory | | discoverallskills(root) | Find all skills with Python code | | findskillbyname(name, root) | Find skill by name (either form) | | skillnametomodule(name) | Convert "browsing-bluesky" to "browsingbluesky" |
| indexskill(layout) | Extract symbols from a discovered skill | | indexallskills(root) | Index all skills in repository | | generateregistry(root, output) | Create registry.json manifest |
Discovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases. Source: oaustegard/claude-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/oaustegard/claude-skills --skill inspecting-skillsDiscovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases. Source: oaustegard/claude-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oaustegard/claude-skills --skill inspecting-skills Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/oaustegard/claude-skills