Validates Claude Code plugin structures, manifests, and component frontmatter against official specifications.
The Plugin Structure Validator is an essential auditing tool for developers building Claude Code extensions. It automates the complex task of verifying plugin architecture by performing deep scans of directory layouts, validating plugin.json manifests, and ensuring YAML frontmatter in commands, skills, and agents adheres to strict formatting rules. By identifying versioning conflicts, restricted naming conventions, and misplaced files, this skill helps developers ensure their plugins are marketplace-ready and technically sound.
Características Principales
01Detailed YAML frontmatter validation for commands, skills, and agents
02Comprehensive manifest verification for naming, descriptions, and required fields
031 GitHub stars
04Marketplace cross-reference checks for version consistency and source pathing
05Automated PASS/FAIL reporting with specific fix recommendations for errors
06Structural directory scanning to identify misplaced or missing plugin components
Casos de Uso
01Pre-submission auditing to ensure plugins meet official marketplace requirements
02Troubleshooting broken plugins or incorrectly parsed component definitions
03Automated structural verification during the local plugin development lifecycle