Skip to main content
ClaudeWave
Skill1.3k 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
Copy
git 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-map
Then start a new Claude Code session; the skill loads automatically.

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.<command>` skills are generated command wrappers for slash-command
compatibility. `spk-*` skills are user-facing operating guides. Keep both names:
commands stay dotted; public operating skills stay short and hierarchical.