validate-plugin
Installation
SKILL.md
Validate Plugin
Full plugin directory validator combining structural checks and content grading.
Overview
Runs the complete validation pipeline against any plugin directory:
validate-all-plugins.shfor structural validation (plugin.json, file refs, permissions)validate-skills-schema.pyfor content validation with 100-point grading
Prerequisites
- Python 3 with
pyyamlinstalled jqavailable on PATH- Run from the claude-code-plugins repository root
Instructions
- Identify the target plugin directory (must contain
.claude-plugin/plugin.json)
Related skills