Most "multi-agent" tools assume you're running two or three agents in parallel. We built these because we're running thirty — and the usual advice (be careful, use branches, review diffs) stops working around agent number five.
At that point you need actual infrastructure: isolation, locking, orchestration, and a way to see what every agent is doing without opening thirty terminals.
Everything in this org is open source and MIT-licensed.
|
Run many Codex & Claude agents in parallel without them overwriting each other. Isolated worktrees, file locks, PR-only merges. Auto-wires Oh My Codex, Oh My Claude, OpenSpec, and Caveman into every worktree.
Tutorial ·
npm i -g @imdeadpool/guardex
|
Local-first coordination substrate for fleets of coding agents. A SQLite store at ~/.colony that holds claims, handoffs, plans, and memory — so Claude Code, Codex, Cursor, Gemini CLI, and OpenCode read a compact ~400-token state instead of replaying 30k-token repo handoffs.
|
Multi-account Codex worker pool with tmux dashboards, a force-claim dispatcher, and auto-rescue supervisors. Steer dozens of parallel Codex sessions from one terminal.
|
|
Multi-identity helper for the Codex CLI. Auto-detects codex login and snapshots the account so you can list, switch, and rotate every account you've ever authed with one command.
npm i -g @imdeadpool/codex-account-switcher
|
Long-running Claude Code agent that tends the file-based memory lane in a real-time tick loop — keeps user, feedback, project, and reference memories tidy and de-duplicated across sessions.
|
Claude Code / Codex skill that scans examples/ for vendored open-source repos, scores them on fit/cost/risk/value with license gates, and drafts OpenSpec integration proposals automatically.
|
🪨 Recodee Rust orchestrator for running dozens of coding agents — shipping soon
🤝 Handoffs Smoother flows for when an agent hits its usage limit mid-task
🧩 OmX / OmC Deeper integrations with Oh My Codex & Oh My Claude
🧠 Memory lanes Cross-agent, file-based memory that survives session resets
📊 Observability One pane of glass for every active agent, worktree, and account
📫 Contact & community
Issues and PRs welcome on any repo above — we read every one. If you're also building multi-agent tooling, we'd love to compare notes: open an issue on the most relevant project.
One must imagine a multi-agent system happy.
🪨 The boulder never stops.