Skip to main content

Module skill

Module skill 

Source
Expand description

Skill command implementation.

Generates Claude Code instruction skill files (SKILL.md) from progressive loading TypeScript tools. This command:

  1. Scans generated TypeScript files in ~/.claude/servers/{server}/
  2. Extracts tool metadata and categories
  3. Generates structured context for skill creation
  4. Returns a prompt for Claude to generate optimal SKILL.md content

Functionsยง

run
Runs the skill command.