using-skillpack-maintenance
Installation
SKILL.md
Plugin Maintenance
Systematic maintenance of Claude Code plugins including skills, commands, agents, hooks, and reference sheets.
Core Principle
Maintenance = behavioral validation, not syntactic checking. Test if components guide Claude correctly, not if they parse correctly.
Scope: What This Skill Maintains
| Component | Location | Frontmatter |
|---|---|---|
| Skills | skills/*/SKILL.md |
name, description, allowed-tools |
| Reference sheets | skills/using-*/*.md |
(none - content files) |
| Commands | commands/*.md |
description, allowed-tools, argument-hint |
| Agents | agents/*.md |
description, model, tools |
| Hooks | hooks/hooks.json |
JSON with event matchers |