What problem does it solve?
This Skill validates and maintains Claude Code plugin marketplace health by ensuring marketplace.json accuracy, verifying skill paths, and generating comprehensive health reports for CI and audits.
Core Features & Use Cases
- Validate marketplace.json structure and required fields
- Verify that each skill path points to an existing SKILL.md and validates its frontmatter
- Identify orphan skills on disk and propose fixes to marketplace.json
- Generate health reports for CI pipelines and marketplace audits
- Use Case: Run marketplace health checks before a release to ensure all plugins are correctly referenced
Quick Start
Run a quick validation against your marketplace configuration:
- Validate: python3 ${CLAUDE_PLUGIN_ROOT}/skills/tooling/managing-marketplace/scripts/verify-marketplace.py .claude-plugin/marketplace.json
- If you want to auto-fix: python3 ${CLAUDE_PLUGIN_ROOT}/skills/tooling/managing-marketplace/scripts/verify-marketplace.py --fix .claude-plugin/marketplace.json