Files
oh-my-opencode/packages/omo-codex/plugin
YeonGyu-Kim cabd9b0960 feat(shared-skills): add planing-prometheustic, metis, momus skills for omo-codex
Add three GPT-5.5 optimized skills to the shared-skills package:

- planing-prometheustic: Prometheus-style strategic planning consultant
  that produces decision-complete work plans through interview, context
  gathering, gap analysis, and optional rigorous review.

- metis: Pre-planning consultant that classifies intent, discovers
  codebase patterns, identifies hidden requirements, flags AI-slop
  risks, and outputs actionable directives for the planner.

- momus: Practical work plan reviewer that verifies plans are executable
  and references are valid. Blocker-finder with OKAY/REJECT verdicts
  and max 3 blocking issues per rejection.

All three use GPT-5.5 prompting style (XML-tagged blocks, outcome-first
structure, personality/collaboration separation) and are auto-synced
into omo-codex plugin/skills/ by sync-skills.mjs.
2026-05-28 14:10:47 +09:00
..

omo

omo is the single local Codex plugin namespace for Yeongyu's Codex components.

Internally each component remains isolated under components/:

  • components/comment-checker
  • components/rules
  • components/lsp
  • components/ultrawork
  • components/ultragoal

The root plugin manifest exports one Codex plugin named omo, with aggregate hooks, skills, and the LSP MCP server.