By erkandogan
Orchestrate multi-agent development teams in Claude Code: plan complex tasks, delegate to specialized agents for coding, searching, reviewing, and debugging, then gate-merge changes through parallel quality and security checks. Manage persistent project sessions from Telegram or Slack.
Master conductor agent. Reads work plans from .sisyphus/plans/, breaks them into tasks, delegates to specialized teammates, verifies every result. Never writes code itself - orchestrates only. Use with /oh-my-team:start-work.
Fast codebase search specialist. Answers 'Where is X?', 'Which file has Y?', 'Find the code that does Z'. Spawn multiple in parallel for broad searches. Read-only.
Autonomous deep implementation worker. Full tool access for complex coding tasks. Explores codebase patterns, implements end-to-end without hand-holding. Use for heavy implementation, debugging, and QA execution.
Session manager for Oh My Team hub. Receives messages from Telegram/Slack. Manages multiple project sessions via omt CLI. Never writes code.
Documentation and OSS research specialist. Finds official docs, best practices, production-quality patterns from open source. Use for external knowledge, library APIs, and battle-tested implementation patterns. Read-only.
Utility: Detect and remove AI-generated code slop. Finds unnecessary comments, over-engineering, verbose error handling, premature abstractions. Solo operation, no team needed.
Multi-hypothesis parallel debugging with agent teams. Spawns multiple investigators to test competing theories simultaneously. They challenge each other's findings.
Frontend and UI/UX development guidance. Provides patterns for responsive design, accessibility, component architecture, state management, and visual consistency. Load this skill when working on any frontend task.
Utility: Atomic commit workflow. Analyzes changes, groups into logical commits, writes clear commit messages. Solo operation, no team needed.
Strategic planning workflow. Creates an agent team with Prometheus (interview), Metis (gap analysis), and optionally Momus (plan review). Generates detailed work plans to .sisyphus/plans/.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Multi-agent orchestration for Claude Code.
12 specialized agents. Parallel execution. Remote control via channels from any device.
Website · Install · Quick Start · Hub · Agents · Skills
Oh My Team gives Claude Code a full development team — 12 specialized agents working in parallel across tmux panes. Plan, build, review, and debug with dedicated specialists instead of one AI doing everything. Run it locally, or deploy the Hub for always-alive multi-project sessions you control from Telegram or Slack.
Telegram Group: "Oh My Team Hub"
General topic:
You: start ~/projects/my-app
Hub: Started. Talk to it in its topic.
my-app topic:
You: fix the login bug and add rate limiting
Claude: [spawns explorer + hephaestus agents, works in parallel]
Claude: Fixed. auth.ts updated, rate limiter added to middleware.
You: run the review
Claude: [spawns 5 review agents: goals, QA, quality, security, context]
Claude: REVIEW PASSED. 0 blocking issues, 2 minor suggestions.
Or use it locally — no Telegram required:
omt -d
> /oh-my-team:team Build an authentication system with OAuth and RBAC
5 tmux panes open. Agents research, build, and review in parallel.
| Local Mode | Hub Mode | |
|---|---|---|
| Start | omt -d | omt hub start |
| Interface | Terminal + tmux panes | Telegram / Slack (or terminal) |
| Projects | One at a time | Multiple, always alive |
| Remote | No | Yes, via channels from any device |
| Best for | Active coding sessions | Background work, monitoring, multi-project |
| Without | With Oh My Team |
|---|---|
| One AI, one project, one terminal | Multiple projects, always running |
| Close laptop = work stops | Hub keeps sessions alive |
| No visibility while away | Telegram/Slack shows progress + asks permission |
| One agent does everything | 12 specialists work in parallel |
| No quality gates | 5-agent review catches what you miss |
Copy this into Claude Code, Cursor, or any LLM agent:
Install and configure oh-my-team by following the instructions here:
https://raw.githubusercontent.com/erkandogan/oh-my-team/master/docs/install.md
The agent handles prerequisites, installation, and configuration. Humans fat-finger configs.
brew install tmux # macOS (or apt install tmux on Linux)
npm i -g oh-my-team # install plugin + CLI
omt -d # start
Inside a Claude Code session:
/plugin marketplace add erkandogan/oh-my-team
/plugin install oh-my-team
Then /reload-plugins to activate.
See the Installation Guide for prerequisites, troubleshooting, and hub setup.
rm -rf ~/.oh-my-team ~/.local/bin/omt
# Start Oh My Team (launches inside tmux automatically)
omt
npx claudepluginhub erkandogan/oh-my-teamOrchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Multi-agent development orchestration with Claude Code + cmux. Spawn, monitor, and integrate parallel sub-agents visually in terminal panes.
Repowire mesh usage skills for AI coding agents: cross-agent review and planning, delegate, usage patterns, and install/update. Backend-agnostic and parameterised on the agent you choose.
AI team role and worker manager for multi-agent development workflows.
Turn any folder of projects into an AI-orchestrated workspace with Slack and Telegram integration. Creates a Project Orchestrator (PO) that routes requests, plans execution with dependency-aware phases, delegates to workspace-level Claude agents, and returns structured results.
Multi-agent team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.