Expand description
Skill command implementation.
Generates Claude Code instruction skill files (SKILL.md) from progressive loading TypeScript tools. This command:
- Scans generated TypeScript files in
~/.claude/servers/{server}/ - Extracts tool metadata and categories
- Generates structured context for skill creation
- Returns a prompt for Claude to generate optimal SKILL.md content
Functionsยง
- run
- Runs the skill command.