# 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.

- Skill: `spec-kitty/spk-start-command-map` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add spec-kitty/spk-start-command-map`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spec-kitty/spk-start-command-map/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spec-kitty (https://skillmd.com/u/spec-kitty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spec-kitty/spk-start-command-map

---


# 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.

