registry
Installation
SKILL.md
Component Registry
PDCA lifecycle management for all Claude Code system components.
Usage
/registry # Dashboard — counts + stale warnings
/registry list [type] # List components (skills, agents, rules, hooks, plugins)
/registry check <name> # Full detail for one component
/registry update # Scan filesystem, add new components, preserve manual fields
/registry scan # Integrity check (broken refs, orphans, missing frontmatter)
/registry stale [days] # Components not tested in N days (default: 30)
/registry deprecate <name> # Deprecate a skill: move to _archived/, update registry.yaml
Data Store
~/.claude/docs/development/registry.yaml — single YAML file, version-controlled.