1Code
StaleDescription
1code is a unified orchestration layer for coding agents like Claude Code and Codex, enabling multi-agent collaboration on large projects.
Key Features
- Multi-agent — schedules many coding agents in parallel
- Claude Code / Codex compatible — plug-and-play
- Role split — Manager / Engineer / Reviewer
- Task decomposition — auto-split large tasks
- Observability — live agent progress
- Local-first — data and execution stay local
Use Cases
💡 Multiple Claude Code agents cooperating on a monorepo
💡 Calling Claude Code and Codex on the same project
💡 Auditable multi-agent collaboration pipelines
💡 Handing off coding work to an agent team
Categories
Quick Start
npm install -g @21st-dev/1code
onecode init
onecode add-agent claude
onecode run --task "Implement OAuth2 login"