Agent definitions this repo's own generator produces
9 real, generated agents — every .claude/agents/*.yaml file in this
repo, produced by cargo run -p agent-gen from
crates/agent-gen/src/agents.rs, which itself is typed against
crates/schema/src/agent.rs. See why this site is called
"foundry".
a2a-bridge
.claude/agents/a2a-bridge.yaml
Starts/manages the A2A bridge server, tests the agent-card endpoint.
cargo-check
.claude/agents/cargo-check.yaml
Runs cargo check --workspace and reports structured results.
crawler
.claude/agents/crawler.yaml
Triggers manual job-board crawls, bypassing the 6h schedule.
deployer
.claude/agents/deployer.yaml
Runs wrangler deploy for workers/web or workers/cron.
design-coworker
.claude/agents/design-coworker.yaml
Owns the 8-token design system and Hardware Buddy character-pack artifacts.
engineering-coworker
.claude/agents/engineering-coworker.yaml
Executes real build/deploy/D1/git operations on the developer's Mac via the engineering-coworker MCP binary. Upgraded from claude-haiku-4-5-20251001 to claude-fable-5 on 2026-07-01, the one agent judged genuinely high-stakes/long-horizon enough to warrant it.
indexer
.claude/agents/indexer.yaml
Walks vendors/{org}/{repo}, writes fact_filesystem + dim_file_ast to Postgres.
migrator
.claude/agents/migrator.yaml
Applies SQL migrations to Cloudflare D1 (subagentjobs-dwh) via wrangler d1 execute.
vendor-sync
.claude/agents/vendor-sync.yaml
Clones/updates vendor repos listed in .vendors.toml into vendors/.