Validate Plugin Manifests
Runs claudelint validate-plugin to validate .claude-plugin/plugin.json files.
Usage
bash
claudelint validate-plugin $ARGUMENTS
Options
- •
--path <path>- Custom path to plugin.json - •
--verbose- Show detailed output - •
--warnings-as-errors- Treat warnings as errors
What Gets Validated
- •JSON syntax
- •Required fields (name, version, description)
- •Semantic versioning (x.y.z format)
- •Skill file references (checks if referenced skills exist)
- •Optional fields (homepage, repository, author, license)
Examples
bash
claudelint validate-plugin claudelint validate-plugin --path /path/to/plugin.json
See Also
- •validate-all - Run all validators