⌨️ cli toolActiveCuratedhigh

oh-my-codex

by Yeachan-Heo

OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.

Stars

30.8k

Skill Type

🔄 Business Process & Team Automation

Quality Score

152/200

License

Unknown

Forks

2.4k

Last Updated

Jun 11, 2026

Discovered

Mar 27, 2026

Validation

Passed

github.com/Yeachan-Heo/oh-my-codex

Quality Breakdown

152/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Multi-agent system architecture with agent teams, orchestration, and spawning capabilities (evident from .agents directory, agent-related documentation, and runtime-core components)
  • Runtime execution engine (omx-runtime, omx-sparkshell) with command execution and shell integration across multiple language registries (Python, Node.js, Rust, Go, Java, C++, etc.)
  • Terminal/shell access capabilities through omx-mux (tmux integration) and omx-sparkshell with exec module for arbitrary command execution
  • Autonomous workflow execution without explicit human approval gates (dispatch.rs, engine.rs, mailbox.rs in runtime-core indicate autonomous agent decision-making)
  • Persistent state modification and configuration storage in .omx/ directory with authority.rs managing runtime permissions
  • Bootstrap and installation infrastructure (GitHub workflows, release protocol, npm distribution) enabling automated deployment