Agent skill · AI & Agents

agent-validate-config

Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/agent-validate-config-homericintelligence-projectodyssey-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Quick Reference
  3. Validation Checklist
  4. Error Handling
  5. References
Ships with 1 file
  • metadata.json
Commands it runs
Validate all agents
python3 tests/agents/validate_configs.py .claude/agents/
Validate single agent
More from claude-skill-registry
All skills →
About this skill
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.

Keep going