·inspecting-skills
</>

inspecting-skills

Discovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases.

24Installs·0Trend·@oaustegard

Installation

$npx skills add https://github.com/oaustegard/claude-skills --skill inspecting-skills

How to Install inspecting-skills

Quickly install inspecting-skills AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oaustegard/claude-skills --skill inspecting-skills
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oaustegard/claude-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oaustegard/claude-skills --skill inspecting-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from oaustegard/claude-skills

Quick answers

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.

How do I install inspecting-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

Where is the source repository?

https://github.com/oaustegard/claude-skills