oh-my-codex
Supercharge Codex CLI with autonomous multi-agent coding workflows
All Skills in This Repository (29)
Pure Emerald Level Indicatorsswarm
Route distributed agent tasks to the Team skill's staged pipeline.
ralph-init
Generate a PRD with goals, constraints, and implementation phases from a project description.
configure-discord
Configure Discord notifications for OMX session events via webhook or bot.
psm
Manage isolated development sessions using git worktrees and tmux.
learn-about-omx
Analyze OMX usage data to generate a personalized recommendations report.
omx-setup
Automate end-to-end OMX setup with pre-checks, resume support, and HUD integration.
git-master
Coordinate Git workflows for atomic commits, interactive rebasing, and history cleanup.
review
Evaluate plan files in .omx/plans/ with Critic-based review verdicts.
ralplan
Coordinate consensus planning through Planner, Architect, and Critic roles.
configure-telegram
Configure Telegram notifications for OMX via interactive setup wizard.
cancel
Cancels active OMX workflow modes and performs documented state cleanup.
design
Creates and maintains a repo-local DESIGN.md as the source of truth for product and UI decisions.
Frequently Asked Questions
FAQPage SchemaHow to install oh-my-codex?โผ
Run `npx skills add Yeachan-Heo/oh-my-codex --all -g -y` in your terminal to install the full skill suite globally.
What does oh-my-codex do?โผ
It is a workflow layer for OpenAI Codex CLI that adds autonomous orchestration, from requirement interviews and consensus planning to durable goal execution and code review.
How do I run a task end-to-end with OMX?โผ
Invoke $autopilot with your task and it runs the canonical chain: $deep-interview to clarify requirements, $ralplan to build an approved plan, then $ultragoal to execute and verify it.
Can OMX run multiple agents in parallel?โผ
Yes. The $team skill launches coordinated worker agents in tmux panes with shared task state and mailbox messaging for parallel implementation.
Does oh-my-codex work on Windows?โผ
OMX is designed and tuned for macOS or Linux with Codex CLI; native Windows is not the default experience and may behave inconsistently.
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