agent-validate-config
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
npx skills add majiayu000/claude-skill-registry --skill agent-validate-config-homericintelligence-projectodyssey-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Configuration Validation Verify agent configurations meet ML Odyssey requirements. ## When to Use - Creating or modifying agent configurations - Before committing agent config changes - CI/CD validation before merge - Troubleshooting agent loading issues ## Quick Reference ```bash # Validate all agents python3 tests/agents/validate_configs.py .claude/agents/ # Validate single agent ./scripts/validate_agent.sh .claude/agents/agent-name.md ``` ## Validation Checklist 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: - YAML syntax correctness - All required fields present - Correct field types and values - Valid tool names (Read, Write, Bash, Grep, Glob) - Valid agent references in delegates_to/escalates_to - Correct directory structure ## Error Handling | Error | Fix | |-------|-----| | No YAML frontmatter | Ensure file starts/ends with `---` | | Invalid phase value | Use: Plan, Test, Implementation, Package, Cleanup | | Delegation targ
- When to Use
- Quick Reference
- Validation Checklist
- Error Handling
- References
Validate all agents python3 tests/agents/validate_configs.py .claude/agents/ Validate single agent
What does the agent-validate-config skill do?
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-validate-config-homericintelligence-projectodyssey-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
