Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts.
Use when the user asks for ultragoal, create-goals, complete-goals, durable multi-goal planning, or sequential execution over Codex /goal.
ultragoal turns a brief into repo-native artifacts and then drives one goal at a time through Codex goal tools:
.omx/ultragoal/brief.md.omx/ultragoal/goals.json.omx/ultragoal/ledger.jsonlomx ultragoal create-goals --brief "<brief>"omx ultragoal create-goals --brief-file <path>cat <brief> | omx ultragoal create-goals --from-stdin.omx/ultragoal/goals.json and refine if needed.Loop until omx ultragoal status reports all goals complete:
omx ultragoal complete-goals.get_goal.create_goal with the printed payload.update_goal({status: "complete"}), then call get_goal again for a fresh completion snapshot.npx skills add Yeachan-Heo/oh-my-codex --skill ultragoalHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.