Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

spk-meta-skill-authoring

The spk-meta-skill-authoring skill provides naming conventions, lifecycle family categories, and architectural boundaries for creating and maintaining Spec Kitty skills. Use this skill when developing new skills or updating existing ones to ensure consistent naming patterns, proper separation between doctrine mission composition and skill implementation, and appropriate lifecycle family assignment within the established taxonomy.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-meta-skill-authoring && cp -r /tmp/spk-meta-skill-authoring/src/doctrine/skills/spk-meta-skill-authoring ~/.claude/skills/spk-meta-skill-authoring
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# spk-meta-skill-authoring

Use this skill when creating or revising a Spec Kitty skill.

## Rules

1. Name public operating skills `spk-<family>-<action-or-topic>`.
2. Keep generated slash-command skills named `spec-kitty.<command>`.
3. Preserve legacy `spec-kitty-*` skills when they remain useful aliases or
   detailed workflows.
4. Keep mission behavior in doctrine mission composition, not in skill prose.
5. Add tests when changing the public skill inventory.

## Families

Use only established families unless a new family improves discovery:
`start`, `mission`, `run`, `gate`, `admin`, `team`, `doctrine`, `integrate`,
or `meta`.