spk-meta-skill-map
SolidDiscover the Spec Kitty 3.2.0 spk skill hierarchy, naming convention, legacy aliases, and the correct skill for a user intent.
AI & Automation 1,449 stars
131 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- Priivacy-ai
- Repository
- Priivacy-ai/spec-kitty
- Created
- 9 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
spk-meta-skill-authoring
Author future Spec Kitty spk skills using the 3.2.0 naming convention, lifecycle families, and doctrine/command boundaries.
1,449 Updated today
Priivacy-ai AI & Automation Solid
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.
1,449 Updated today
Priivacy-ai AI & Automation Solid
spk-start-here
Start here for Spec Kitty. Orient CLI users and supported agent-harness users; choose the right command, skill family, and recovery path.
1,449 Updated today
Priivacy-ai