inspecting-skills

Installation
SKILL.md

Inspecting 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., browsing_bluesky).

Installation

import sys
sys.path.insert(0, '/home/user/claude-skills')
from inspecting_skills import setup_skill_path, skill_import

Quick Start

Import a Skill

from inspecting_skills import skill_import
Installs
41
GitHub Stars
127
First Seen
Feb 9, 2026
inspecting-skills — oaustegard/claude-skills