Skip to content
Development
Skill

/spk-meta-skill-map

Discover the Spec Kitty 3.2.0 spk skill hierarchy, naming convention, legacy aliases, and the correct skill for a user intent.

From plugin
spec-kitty
1.5k53 skills1 command
Install
$ npx -y skills add Priivacy-ai/spec-kitty --skill spk-meta-skill-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-meta-skill-map

Context preview

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

Discover the Spec Kitty 3.2.0 spk skill hierarchy, naming convention, legacy aliases, and the correct skill for a user intent.

SKILL.md

spk-meta-skill-map.SKILL.md
name: spk-meta-skill-map
description: "Discover the Spec Kitty 3.2.0 spk skill hierarchy, naming convention, legacy aliases, and the correct skill for a user intent."

spk-meta-skill-map

Use this skill when the user asks what skills exist, how `spk-*` names are organized, or which skill applies.

Naming Convention

Use `spk-<family>-<action-or-topic>`.

Legacy family means the pre-3.2.0 `spec-kitty-*` compatibility skills that remain alongside the newer `spk-*` hierarchy.

Families:

  • `spk-start-*`: onboarding and orientation.
  • `spk-mission-*`: authoring mission artifacts before runtime execution.
  • `spk-run-*`: runtime advancement, program orchestration, implementation,

review, and blockers.

  • `spk-gate-*`: accept, merge, mission review, and retrospectives.
  • `spk-admin-*`: setup, configuration, upgrades, dashboard/status.
  • `spk-team-*`: auth, sync, tracker, connectors.
  • `spk-doctrine-*`: charter, glossary, SPDD, profiles, bulk-edit policy.
  • `spk-integrate-*`: APIs, CI, external automation.
  • `spk-meta-*`: skill discovery and authoring.

Full 3.2.0 Pack

Use the reference map for the complete inventory: `references/spk-skill-map.md`.

Rule

Choose the narrowest matching skill. If multiple skills match, start at the earliest lifecycle family: start, mission, run, gate, admin/team, doctrine, integrate, meta.

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.