Validate Claude Code plugin structure, check plugin.json schema, verify path references, and ensure naming conventions. Use when creating new plugins, debugging plugin loading issues, verifying plugin modifications, or checking if a plugin is correctly structured.
# Validate Plugin Structure This command validates a Claude Code plugin's structure against the official documentation requirements. ## Usage ## What It Checks The validator performs comprehensive checks: ### Critical Requirements - `.claude-plugin/plugin.json` exists and is valid JSON - Required `name` field is present - Plugin name follows kebab-case convention - Referenced files and paths exist - Directories are in correct locations (not nested in `.claude-plugin/`) ### Warnings - Path format (should be relative with `./`) - Semantic versioning format - Directory structure matche...
Comprehensive validation of Claude Code plugin.json with structure checks
Comprehensive validation of plugin structure, manifests, and configuration against 2025 standards
Comprehensive validation of plugin structure, manifests, and configuration against 2025 standards
Validate a plugin's structure and components against official specs and best practices