oh-my-claudecode
Multi-agent orchestration layer that automates coding workflows in Claude Code
All Skills in This Repository (52)
Pure Emerald Level Indicatorsresearch
Orchestrate parallel scientist agents for multi-stage research execution.
cancel
Cancel active OMC modes by clearing local .omc/state files.
note
Write persistent notes to .omc/notepad.md across conversation sessions.
build-fix
Fix build and TypeScript errors with minimal code changes.
pipeline
Orchestrate AI agent pipelines with branching, parallel execution, and state management.
trace
Visualize agent flow traces and summaries to diagnose execution paths.
deepsearch
Search codebases for exact matches, related terms, and usage patterns.
skill
Organize local skill definitions into standardized frontmatter-based Skill Units.
project-session-manager
Provision isolated git worktrees paired with tmux sessions for parallel development.
plan
Transform vague requests into auditable roadmaps with evidence and approval.
ultraqa
Automate iterative QA cycles with tests, builds, lint, and type checks.
ultrawork
Parallelize independent tasks across agents for concurrent execution.
Frequently Asked Questions
FAQPage SchemaHow to install oh-my-claudecode?โผ
Run `npx skills add Yeachan-Heo/oh-my-claudecode --all -g -y` in your terminal to install the full suite globally, then run the setup skill inside your AI session.
What does oh-my-claudecode do?โผ
It adds a multi-agent orchestration layer to Claude Code that plans, delegates, executes, and verifies coding tasks automatically. You describe what you want in plain English and specialized agents handle the rest.
How do I build something automatically with OMC?โผ
Just say "autopilot build me a REST API" or run the autopilot skill with your idea. It handles requirements, planning, parallel implementation, testing, and review without manual steps.
Does oh-my-claudecode work with Claude Code?โผ
Yes. It is built specifically for Claude Code and installs as a plugin with skills, agents, and hooks that activate automatically from natural language keywords.
Can I use OMC without learning commands?โผ
Yes. Magic keywords like "autopilot", "ralph", or "plan this" in normal sentences trigger the right workflow automatically, so there is no command syntax to memorize.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core