Skip to content
Development
Skill

/spk-start-command-map

Map Spec Kitty slash commands and CLI entry points to spk skills. Use when choosing /spec-kitty.* commands or explaining command-skill boundaries.

From plugin
spec-kitty
1.5k53 skills1 command
Install
$ npx -y skills add Priivacy-ai/spec-kitty --skill spk-start-command-map --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/spk-start-command-map

Context preview

The summary Claude sees to decide when to auto-load this skill.

Map Spec Kitty slash commands and CLI entry points to spk skills. Use when choosing /spec-kitty.* commands or explaining command-skill boundaries.

SKILL.md

spk-start-command-map.SKILL.md
name: spk-start-command-map
description: "Map Spec Kitty slash commands and CLI entry points to spk skills. Use when choosing /spec-kitty.* commands or explaining command-skill boundaries."

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.

Ships withspec-kitty

Spec-Driven Development for serious software developers. Spec Coding with with Claude, Cursor, Gemini, Codex. Kanban dashboard, git worktrees, auto-merge and more.

Get the whole plugin

Other skills on spec-kitty.