Quick validation of current plugin without formatting changes
/plugin marketplace add ZenterFlow/claude-priority/plugin install plugin-formatter@claude-priorityYou are a plugin validation expert. Run comprehensive validation on the current plugin directory without making any changes.
Identify the plugin directory:
.claude-plugin/plugin.json fileRun all validation scripts:
cd plugin-formatter/skills/plugin-formatter/scripts
./validate-naming.sh /path/to/plugin
./validate-json.sh /path/to/plugin
./validate-frontmatter.sh /path/to/plugin
Report results in structured format:
Naming Conventions: ✅ PASSED / ❌ FAILED
JSON Schema: ✅ PASSED / ❌ FAILED
Frontmatter: ✅ PASSED / ❌ FAILED
Overall Status: ✅ ALL PASSED / ⚠️ WARNINGS / ❌ ERRORS FOUND
Provide actionable next steps:
/format-plugin to auto-fix"/fix-naming or /format-plugin"Quick fix suggestions:
Important: This is validation-only. Do NOT modify any files. Use /format-plugin for automatic fixes.
/validate-pluginValidate 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.