by preset-io
Agor - team command center for all things agentic
# Add to your Claude Code skills
git clone https://github.com/preset-io/agorLast scanned: 6/5/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-05T08:06:28.536Z",
"npmAuditRan": true,
"pipAuditRan": true
}agor is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by preset-io. Agor - team command center for all things agentic. It has 1,329 GitHub stars.
Yes. agor passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/preset-io/agor" and add it to your Claude Code skills directory (see the Installation section above).
agor is primarily written in TypeScript. It is open-source under preset-io on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agor against similar tools.
No comments yet. Be the first to share your thoughts!
Team command center for all things agentic.
Agor is a self-hosted, multiplayer-ready web workspace for running coding agents — Claude Code, Codex, Gemini, and others — on isolated git branches. Each branch is a first-class git working directory with its own dev environment and conversation history. Agents run in the browser instead of a terminal, with per-prompt token and cost accounting, structured tool output, and an MCP endpoint agents can drive themselves. Run it solo in a few minutes; turn on multiplayer and Unix-level isolation when you bring your team.
Documentation · Quick Start · Architecture · Contributing
Agor ships no model of its own. It drives the coding-agent CLIs and SDKs you already run, interchangeable per session — bring your own provider and subscription, no vendor lock-in. Compare the harnesses →

The board: branches as cards, zones as regions, agent sessions, and — optionally — teammates present live.
▶ Watch the unscripted demo on YouTube (13 min)
simple → insulated → strict). BSL 1.1.Requires Node.js ≥ 22.12 (install).
npm install -g agor-live
agor init # creates ~/.agor/ and the database
agor daemon start # runs the daemon in the background
agor open # opens the web UI
That's it — add a repo and create your first session from the onboarding wizard.
Prefer Homebrew? See the Getting Started guide for the brew path. For Docker, source builds, Postgres, and team setups, see Extended Installation.
Agor is built on three foundational entities — everything else builds on these:
| Teammates | Long-lived AI coworkers, each with its own Knowledge-base namespace for durable, semantically searchable memory — shared with the team and able to collaborate with other teammates. Taught conversationally, then equipped with skills, MCP tools, gateway channels, and schedules. |
| Agor MCP Server | Agor exposes itself over MCP. Agents introspect sessions, branches, and boards, and drive the system themselves. |
| Multiplayer & Social | Live cursors, facepiles, spatial comments, and a shared multiplayer terminal. |
| Rich Chat UX | Per-prompt token + dollar accounting, model/effort selectors, structured tool blocks, completion chimes. |
| Environments | One-click dev servers per branch with auto-managed unique ports — no more port fights. |
| Security & RBAC | Branch-scoped permission tiers (ACLs), per-user credentials and env vars, and progressive Unix isolation (simple / insulated / strict). |
| Knowledge | A shared, searchable markdown knowledge base — one place for decisions, runbooks, prompts, and agent memory. |
| Scheduler | Cron-style triggers for templated prompts. Powers teammate heartbeats, standups, and automated audits. |
| Message Gateway | Slack and GitHub as portals into Agor sessions. |
| Artifacts | Live, interactive app |