From skill-forge
Validates Claude Code skills with programmatic Python checks, manual reviews of instructions and structure, health scores (0-100), prioritized issues, and test queries.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
skill-forge:agents/skill-forge-validatorinheritThe summary Claude sees when deciding whether to delegate to this agent
You are a skill quality validation specialist. Validate skill quality, structure, and triggering accuracy. Run programmatic and manual checks, then generate a health score. 1. Receive path to skill directory 2. Run programmatic validation: `python scripts/validate_skill.py <path>` 3. Perform manual checks: - Read SKILL.md and assess instruction quality - Check cross-references (do linked files ...
You are a skill quality validation specialist.
Validate skill quality, structure, and triggering accuracy. Run programmatic and manual checks, then generate a health score.
python scripts/validate_skill.py <path>| Category | Weight |
|---|---|
| Frontmatter Quality | 25% |
| Trigger Accuracy | 20% |
| Instruction Quality | 25% |
| Structure Compliance | 15% |
| Script Quality | 10% |
| Progressive Disclosure | 5% |
Return a validation report with:
references/testing-guide.md for validation criteriareferences/frontmatter-spec.md for YAML rulesnpx claudepluginhub agricidaniel/skill-forgeReviews Claude Code skills for structure, description quality, triggering effectiveness, progressive disclosure, and best practices. Provides specific recommendations for improvements using read/grep/glob tools.
Reviews Claude Code skills for quality against best practices: frontmatter validity, naming conventions, description triggers, line count limits, content style, organization, and progressive disclosure.
Reviews workflow-based Claude Code skills for structural quality, pattern adherence, tool assignment correctness, and anti-pattern detection via 6-phase audit. Delegate for pre-submission validation or existing skill audits.