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 (observed in this marketplace) |
|---|---|---|
| Skills | skills/*/SKILL.md |
name, description (and optionally allowed-tools) |
| Reference sheets | skills/using-*/*.md |
(none — content files referenced by a router SKILL.md) |
| Commands | commands/*.md |
description, allowed-tools (quoted array), argument-hint |
| Agents | agents/*.md |
description, model (most repo agents declare ONLY these two — tools is rare) |
| Hooks | hooks/hooks.json |
JSON with event matchers |
| Slash-command routers | repo-root .claude/commands/*.md |
thin wrapper exposing a router skill as /name |