One spec. Many agents.

AgentForge keeps the important behavior in one canonical source, then emits the right files for Claude Code, Codex, Cursor, and generic agent workspaces.

1. Canonical source
agentforge.yaml
01 identity:
02   name: AgentForge
03 router:
04   default: lean cold-start
05 memory:
06   protocol: portable
07 skills:
08   - diagnose
09   - handoff
10 automation:
11   prune: weekly

Compiler

Normalizes the core posture and translates platform plumbing.

2. Adapter outputs
agentforge doctor All checks passed
  • doctorEnvironment looks goodOK
  • verifyRound-trip and package tests passOK
  • pack/installInstalled binstub emits all adaptersOK
  • cursor watcherLocal skill rules refresh on demandOK

Claude Code output

Emits the full Claude posture: identity, settings, hooks, telemetry helpers, pruning scripts, and universal skills.

Open readiness runbook