validate-plugin
Validate a Claude Code plugin directory against the official Anthropic spec
Content Preview
--- name: validate-plugin description: | Validate a Claude Code plugin directory against the official Anthropic spec and Intent Solutions enterprise standard. Runs structural validation (plugin.json fields, file references, permissions) and content validation (SKILL.md grading, command/agent frontmatter). Use when building a new plugin, preparing for marketplace submission, or auditing existing plugins. Trigger with "validate this plugin", "check plugin structure", "grade my plugin",
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/validate-plugin.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/skill-enhancers/validate-plugin/skills/validate-plugin/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/skill-enhancers/validate-plugin/skills/validate-plugin/SKILL.md
Related Skills
pac-validate
Validate Product as Code project structure and files for specification compliance
commandspacvalidate
by qdhenry · claude-command-suite
reasoning-chain-validate
Validate the logical consistency and coherence of reasoning chains to ensure sound conclusions.
commandsreasoningchainvalidate
by qdhenry · claude-command-suite
lint-and-validate
MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
generallintandvalidate
by sickn33 (Antigravity) · antigravity-awesome-skills
config-validate
You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configuration testing strategies, and ensure configurations are secure, consistent, and error-free across all
toolsconfigvalidate
by wshobson · wshobson-commands