Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
.claude/skills/majiayu000-agent-validate-config/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -51% | 0% |
Verify agent configurations meet ML Odyssey requirements.
bash# Validate all agents python3 tests/agents/validate_configs.py .claude/agents/ # Validate single agent ./scripts/validate_agent.sh .claude/agents/agent-name.md
Required YAML frontmatter fields:
yaml--- name: agent-name # kebab-case identifier description: "Brief desc" # One sentence purpose mcp_fallback: none category: agent # Classification level: 0-5 # Hierarchy level phase: Plan|Test|Implementation|Package|Cleanup ---
Validation includes:
| Error | Fix | |-------|-----| | No YAML frontmatter | Ensure file starts/ends with --- | | Invalid phase value | Use: Plan, Test, Implementation, Package, Cleanup | | Delegation target not found | Verify agent name or create referenced agent | | Duplicate keys | Remove duplicate entries in frontmatter | | Wrong level type | Must be integer 0-5, not string |
/agents/templates/ - Agent configuration templates.claude/agents/ - All agent configurationsCLAUDE.md - Agent system guidelinesOther measured skills in the registry, with their headline benchmark lift.