This skill activates when the user mentions "sync agents", "agent registry", "validate agents", "agent mismatch", "update registry", or when adding/removing agent .md files from the agents/ directory. Also runs automatically during daily-check.
Keeps agents/*.md frontmatter in sync with config/agent-registry.json.
.md in agents/**/*.md has required frontmatter fields (id, name, category, primary_model, status)id in agent .md files exists in agent-registry.jsonagent-registry.json has a corresponding .md fileactive or poolpython3 config/sync_agents.py --check # validate only
python3 config/sync_agents.py --fix # auto-fix mismatches
python3 config/sync_agents.py --stats # show statistics
--fix will:
Runs automatically in:
daily-check.sh (--check mode)install.sh Phase 10 (--check with warning on failure)