AIAny
AI Agent2026
Icon for item

oh-my-claudecode

Teams-first orchestration layer for Claude Code that runs, coordinates, and parallelizes multi-agent workflows from the CLI/tmux. Features team pipelines, skill extraction, provider adapters (Codex/Gemini), and realtime HUD for developer-focused automation.

Introduction

Why this matters

Most developer-facing AI tooling focuses on single-turn prompts or an embedded UI. oh-my-claudecode flips that model: it treats Claude Code sessions as first-class workers and provides a team-oriented orchestration surface so you can describe goals in plain language and have a staged, verifiable pipeline execute them across specialized agents.

What Sets It Apart
  • Team-first pipeline semantics: the canonical flow (team-plan → team-prd → team-exec → team-verify → team-fix) enforces staged planning, execution, and verification rather than ad-hoc single-agent runs — this reduces silent partial completions and improves repeatability.
  • CLI/tmux-native workers: rather than a web UI, OMC spawns real CLI panes (claude/codex/gemini) so executions run locally, can be observed in real time (HUD/statusline), and die when finished — good for developers who prefer terminal workflows and deterministic session artifacts.
  • Skill learning & auto-injection: it extracts recurring problem-solving patterns into reusable skills (project or user scope) and auto-injects them when relevant, lowering long-term friction for repeated tasks.
  • Multi-provider adapters & cost routing: supports mixed Codex/Gemini/Claude workflows (including a /ccg tri-advisor synthesis) and performs smart model routing to reduce token cost and match complexity to model capability.
Who It's For — and Tradeoffs

Great fit if you:

  • Work primarily in the terminal and want natural-language orchestration of multi-step code tasks (features, refactors, reviews).
  • Need reproducible, observable AI-driven runs with verification loops and session artifacts for audits or demos.
  • Want to combine multiple model CLIs for cross-validation or role specialization (e.g., Codex for architecture checks, Gemini for UI design, Claude for synthesis).

Look elsewhere if you:

  • Prefer a hosted web dashboard or low-effort SaaS UI — OMC is optimized for CLI/tmux-native workflows and requires Claude Code (or provider CLIs) plus optional tmux integration.
  • Need turnkey cloud orchestration or a managed multi-tenant control plane — OMC focuses on developer ergonomics, local execution, and terminal-first visibility rather than a hosted orchestration service.
Where It Fits

Positioned as a developer-centric orchestration layer sitting above Claude Code and other model CLIs. It complements single-agent assistants by providing durable pipelines, parallel workers, and skill reuse — similar in intent to workflow engines but optimized for LLM-driven coding tasks and local observability.

If you want to evaluate it quickly, check the repo README and the project website for CLI reference, team workflows, and the migration guide. The project assumes familiarity with Claude Code or equivalent model CLIs and optionally tmux for full worker functionality.

Information

  • Websitegithub.com
  • AuthorsYeachan-Heo
  • Published date2026/01/09

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).