What problem does it solve?
Detect structural, knowledge, and configuration issues in a Claude Code plugin to surface regressions, missing references, and quality gaps before release.
Core Features & Use Cases
- Structure validation: Checks plugin.json, skills directory presence, README.md/CLAUDE.md existence, and semantic consistency.
- Skill and knowledge inspection: Validates SKILL.md frontmatter, ensures skill names match directories, verifies referenced knowledge files, and enforces knowledge size limits.
- Hooks and MCP checks: Validates hooks JSON, script existence/executability, and MCP server configuration for required fields.
- Usage examples: Run after adding new skills, changing hooks, or before publishing to detect regressions and produce a REFLECTIONS.md audit.
Quick Start
Run a comprehensive health audit of the current plugin and write findings to REFLECTIONS.md unless you pass --brief to produce only a summary.