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.
Audits Claude Code skills for quality, compliance, and maintainability. Validates YAML frontmatter, delegation patterns, keyword coverage, progressive disclosure, tool configuration, and content quality. Read-only exploration mode.
Expert auditor for Claude Code Skills' SKILL.md files. Checks YAML compliance, pure XML structure, progressive disclosure, conciseness, required tags, constraints, error handling, and anti-patterns. Delegate for audits, reviews, evaluations.