Skill1.3k repo starsupdated today
spk-doctrine-glossary
The spk-doctrine-glossary skill manages canonical terminology within Spec Kitty documentation by locating active glossary context, classifying terminology changes as new terms, aliases, conflicts, or semantic drift, and applying updates without affecting unrelated documentation. Use this skill when users need glossary updates, terminology consistency checks, or domain language validation that should propagate to related specification and documentation workflows.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-doctrine-glossary && cp -r /tmp/spk-doctrine-glossary/src/doctrine/skills/spk-doctrine-glossary ~/.claude/skills/spk-doctrine-glossaryThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# spk-doctrine-glossary Use this skill when the user asks about canonical terms, glossary updates, terminology drift, or domain language consistency. ## Flow 1. Locate active glossary context. 2. Classify the change: new term, alias, conflict, drift, or usage correction. 3. Update or apply terminology without rewriting unrelated docs. 4. Feed domain language back into spec, plan, and documentation skills. ## Legacy Alias For detailed glossary workflows and field guides, use `spec-kitty-glossary-context` when available.