Skip to content
@recodeee

recodeee

recodeee

Tooling for people who run a lot of AI agents.

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 here is open source and MIT-licensed.


Projects

Safety layer for parallel Codex/Claude agents in git repos. Each agent gets its own worktree, claims the files it's editing, and can't clobber files another agent has claimed. Auto-merges Oh My Codex, Oh My Claude, OpenSpec, and Caveman into every worktree so every agent starts tuned, not bare.

npm i -g @imdeadpool/guardex

Tutorial: guardextutorial.com

Multi-identity Codex CLI. Auto-detects codex login and registers the account to a dashboard so you can see every account you've ever authed and switch with one command. Built because managing 30 agents across 30 accounts by hand is impossible.

npm i -g @imdeadpool/codex-account-switcher

Dashboard UI for GitGuardex. Shows every active agent, worktree status, file locks, account health, and live usage across all Codex accounts. Rust proxy + telemetry on the backend.


What we're working on

  • Recodee — orchestrator for running dozens of coding agents with a Rust runtime, shipping soon.
  • Better handoff flows for when an agent hits its usage limit mid-task (currently the ugliest part of running at scale).
  • More integrations with Oh My Codex / Oh My Claude so agents in Guardex worktrees start even smarter by default.

Contact & community

Issues and PRs welcome on any of the repos above. We read every one.

If you're also building multi-agent tooling, we'd love to compare notes — open an issue or reach out on any of the project repos.

Pinned Loading

  1. codex-account-switcher-cli codex-account-switcher-cli Public

    A CLI that makes Codex account switching easy—automatically saves and manages account snapshots after official codex login.

    TypeScript 6 2

  2. gitguardex gitguardex Public

    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 in every …

    JavaScript 19 2

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…