
Stack
- Next.js
- TypeScript
- Zustand
- Supabase
- Claude Code
Shipped
Jul 5, 2026
Why it exists
Claude Code setups grow organically: skills in one folder, rules in another, agent definitions scattered across projects. Agent Manager centralizes them. Define a skill once, version it, and attach it to any agent or project.
Core features
- Skill registry. Versioned skills with diff view, so you can see exactly what changed between v3 and v4 of a code-review skill.
- Rule composition. Rules stack in layers (org, project, task) and the platform shows the final merged instruction set an agent will actually receive.
- Workflow simulation. Before running an expensive multi-agent job, simulate the orchestration: which agent gets which task, what context each one sees, where handoffs happen.
Design notes
The simulation view renders the agent team as a live constellation: nodes for agents, animated edges for messages. It started as a debugging tool and became the most-used screen in the app. Seeing the communication topology exposes bad orchestration faster than any log file.