9 agent definitions, live from D1
Agents
The repo's real, current generated agents -- every row below is a row in this Worker's own database, seeded verbatim from crates/agent-gen/src/agents.rs. The description column is the actual trigger text Claude reads to decide whether to delegate (first sentence shown; full text on each detail page). Filter by model:
| name | model | tools | max_turns | delegation trigger |
|---|---|---|---|---|
| a2a-bridge agt_a2a-bridge |
claude-sonnet-4-6 | Bash Read WebFetch |
20 | Delegate when the user wants to start or manage the A2A bridge server, expose the MCP server as an A2A agent, test the A2A agent-card endpoint, or send a test tasks/send request. |
| cargo-check agt_cargo-check |
claude-haiku-4-5-20251001 | Bash Read |
10 | Delegate when the user wants to run cargo check, compile the workspace, verify that Rust code compiles, or check for type errors. |
| crawler agt_crawler |
claude-haiku-4-5-20251001 | Bash Read WebFetch |
20 | Delegate when the user wants to crawl job boards now, trigger a manual crawl bypassing the 6-hour schedule, refresh job data, or test that a new board config is working. |
| deployer agt_deployer |
claude-haiku-4-5-20251001 | Bash Read |
15 | Delegate when the user wants to deploy a Cloudflare Worker, run wrangler deploy for workers/web or workers/cron, ship updated worker code to production, or redeploy after a config change. |
| design-coworker agt_design-coworker |
claude-sonnet-4-6 | Bash Read |
15 | Delegate when the user wants design-system work: get or lint the 8-token palette, build a Claude Hardware Buddy character pack from tokens, or publish a built pack (which raises an approval gate on the buddy device). |
| engineering-coworker agt_engineering-coworker |
claude-fable-5 | Bash Read |
15 | Delegate when you need to actually EXECUTE a build, deploy, database query, or git operation in the subagentjobs repo on the developer's Mac. |
| indexer agt_indexer |
claude-haiku-4-5-20251001 | Bash Read |
20 | Delegate when the user wants to index vendor repositories into fact_filesystem and dim_file_ast, run the Rust indexer binary, extract symbols from cloned repos, or update the code search index. |
| migrator agt_migrator |
claude-haiku-4-5-20251001 | Bash Read Glob |
15 | Delegate when the user wants to apply a SQL migration to the Cloudflare D1 database (subagentjobs-dwh), run wrangler d1 execute, or push schema changes to D1. |
| vendor-sync agt_vendor-sync |
claude-haiku-4-5-20251001 | Bash Read |
20 | Delegate when the user wants to clone vendor repositories, run setup-vendors.sh, update local copies of vendored repos, or populate the vendors/ directory from .vendors.toml. |
Machine-readable version: GET /api/agent-definitions