Skill1.3k repo starsupdated today
spk-meta-skill-map
The spk-meta-skill-map skill helps users navigate the Spec Kitty 3.2.0 skill architecture by explaining the naming convention, skill families, and which skill addresses a given user intent. Use this skill when users ask about available skills, how skills are organized, or which skill they should use for their specific task.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-meta-skill-map && cp -r /tmp/spk-meta-skill-map/src/doctrine/skills/spk-meta-skill-map ~/.claude/skills/spk-meta-skill-mapThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# 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>`. 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.