spk-meta-skill-map

Maps the Spec Kitty spk skill hierarchy, naming conventions, and legacy aliases to user intents.

1.6k|156|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/Priivacy-ai/spec-kitty --skill spk-meta-skill-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spk-meta-skill-map
Source: https://github.com/Priivacy-ai/spec-kitty/tree/main/src/charter/offering/skills/spk-meta-skill-map
Command: npx skills add https://github.com/Priivacy-ai/spec-kitty --skill spk-meta-skill-map

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

When working with Spec Kitty 3.2.0, users and agents often do not know which of the many spk-* skills applies to their request, or how the newer spk-* names relate to legacy spec-kitty-* skills. This Skill provides the discovery layer that routes any user intent to the correct skill.

Core Features & Use Cases

  • Skill Discovery: Lists the full 3.2.0 skill pack organized into families such as spk-start-*, spk-mission-*, spk-run-*, spk-gate-*, spk-admin-*, spk-team-*, spk-doctrine-*, spk-integrate-*, and spk-meta-*.
  • Naming Convention Reference: Explains the spk-<family>-<action-or-topic> pattern and documents legacy spec-kitty-* aliases with their modern replacements.
  • Selection Rule: Applies a deterministic rule to choose the narrowest matching skill, breaking ties by earliest lifecycle family.
  • Use Case: A user asks "which skill handles merging a finished mission?" The Skill identifies the gate family and routes to spk-gate-merge.

Quick Start

Ask which Spec Kitty skill handles your current task, for example which spk skill to use for reviewing a work package.

Frequently Asked Questions about spk-meta-skill-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right Spec Kitty skill for my task?

Use the spk-meta-skill-map skill to match your intent against the skill families. It selects the narrowest matching skill, preferring the earliest lifecycle family (start, mission, run, gate, admin, team, doctrine, integrate, meta) when multiple skills match.

What does the spk skill naming convention mean?

Spec Kitty skills follow the pattern spk-<family>-<action-or-topic>. The family indicates the lifecycle area, such as spk-run-* for runtime execution or spk-gate-* for accept and merge gates, and the suffix describes the specific action.

What happened to the old spec-kitty-* skills?

Pre-3.2.0 spec-kitty-* skills remain as legacy compatibility aliases. For example, spec-kitty-runtime-next maps to spk-run-next and spec-kitty-setup-doctor maps to spk-admin-setup-doctor, with the spk-* versions preferred.

How many skill families exist in Spec Kitty 3.2.0?

There are nine families: start, mission, run, gate, admin, team, doctrine, integrate, and meta. The full inventory of individual skills is documented in references/spk-skill-map.md.

When should I not use the skill map?

Skip the map when you already know the exact skill name for your task and can invoke it directly. The map is intended for discovery and disambiguation, not for executing mission, run, or gate workflows itself.