Apache-2.0updated 20d ago
Run layered verification for extension components and plugin packaging before CI and release.
What can you do with Plugin Verification?
name: plugin-verification description: Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
Plugin Verification
Run layered verification for extension components and plugin packaging before CI and release.
Validation Levels
- Component-level verification (hooks, skills, sub-agents, teams).
- Manifest JSON + schema checks.
- Directory and file layout checks.
- CLI load and visibility checks.
- Docker smoke-test parity with CI.
Progressive Disclosure
-
Validation level model:
references/validation-levels.md -
Troubleshooting guide:
references/common-issues.md -
CLI command reference:
references/cli-commands.md -
CI/CD alignment:
references/ci-integration.md -
Hook verification guidance:
references/verify-hooks.md -
Skill verification guidance:
references/verify-skills.md -
Sub-agent verification guidance:
references/verify-subagents.md -
Team verification guidance:
references/verify-teams.md -
Level 2 script:
scripts/verify-manifest.sh -
Level 3 script:
scripts/verify-structure.sh -
Level 4 script:
scripts/verify-load.sh -
Level 5 script:
scripts/verify-ci.sh -
All levels:
scripts/verify-all.sh -
Checklist:
assets/checklists/verification-checklist.md -
Mistake guide:
assets/checklists/common-mistakes.md
Related Skills
- Umbrella guide:
../implement-claude-extensions/SKILL.md - Hooks implementation:
../implement-hooks/SKILL.md - Agent Skills implementation:
../implement-agent-skills/SKILL.md - Sub-Agent implementation:
../implement-sub-agents/SKILL.md - Agent Team implementation:
../implement-agent-teams/SKILL.md - Plugin packaging:
../implement-plugin/SKILL.md
Sources
Install
Add Plugin Verification to your client. Pick the one you use.
npx skills add yu-iskw/claude-plugin-builderInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add yu-iskw/claude-plugin-builderAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/yu-iskw/claude-plugin-builder
cp -r plugins/claude-plugin-builder/skills/plugin-verification ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
62 / 100
Good