Skill1.4k repo starsupdated today
spk-start-command-map
This skill maps Spec Kitty slash commands and CLI entry points to corresponding spk operating skills by consulting a command-map reference file. Use it when users request specific /spec-kitty commands or need clarification about which command versus skill handles a particular task, ensuring proper routing between command wrappers and their underlying operating guides.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-start-command-map && cp -r /tmp/spk-start-command-map/src/doctrine/skills/spk-start-command-map ~/.claude/skills/spk-start-command-mapThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# spk-start-command-map Route command questions without conflating command wrappers and operating skills. ## Flow 1. Read `references/command-map.md`. 2. Choose the command for execution and the `spk-*` skill for operating guidance. 3. If the user asks for discovery rather than a command, route to `spk-meta-skill-map`. ## Boundary `/spec-kitty.*` files are generated slash-command or prompt-command surfaces. `spec-kitty.<command>` Agent Skills are generated under `.agents/skills/` for skill-native hosts. `spk-*` skills are user-facing operating guides. Keep the surfaces distinct: dotted names are executable command surfaces; hierarchical `spk-*` names are operating guidance.