Automate large-scale code refactoring across entire projects without manual supervision.
Convert codebases between different frameworks or languages using specialized agents.
Run autonomous agents on multi-hour tasks that would normally require constant human oversight.
Orchestrate parallel coding workflows with specialized roles like research and knowledge retrieval.
Requires Claude Code environment setup and MCP server configuration to see multi-agent orchestration in action.
Oh My OpenCode (now called "omo") is an agent harness for Claude Code, a TypeScript tool that extends and enhances the Claude Code AI coding assistant with additional capabilities, workflows, and specialized sub-agents. Think of it as a plugin framework and orchestration layer that sits on top of Claude Code and makes it significantly more powerful. The core problem it addresses is that while AI coding assistants like Claude Code are impressive on their own, they often work on tasks linearly and lack specialized roles for different kinds of work. Oh My OpenCode adds a structured agent system where you can spin up background agents, invoke specialized roles like an "oracle" for research or a "librarian" for knowledge retrieval, and run multiple parallel work streams. A key feature called "ultrawork" mode chains together these agents to tackle large, complex tasks with minimal human intervention, users report it completing week-long tasks overnight. The tool also bundles a curated set of MCP (Model Context Protocol) servers, these are plugins that give the AI additional capabilities like better understanding of code structure via AST parsing and LSP (Language Server Protocol) integration, meaning the agent understands code the same way your IDE does rather than treating it as plain text. It maintains full compatibility with the standard Claude Code skill and hook system. You would use Oh My OpenCode when you want to automate large-scale refactoring, convert codebases between frameworks, or set autonomous agents running on multi-hour tasks without needing to supervise each step. The tech stack is TypeScript, installable via npm, and it runs on Claude Code which itself requires an Anthropic subscription. Note the README warns that Anthropic has restricted certain OAuth access patterns previously used by the community.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.