agent-doc-discipline
Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule checkable and carrying a why, steps before…
Turn a repeatable workflow from the current session into a reusable OMC skill draft
$ npx -y skills add Yeachan-Heo/oh-my-claudecode --skill skillify --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skillifyContext preview
The summary Claude sees to decide when to auto-load this skill.
Turn a repeatable workflow from the current session into a reusable OMC skill draft
name: skillify description: Turn a repeatable workflow from the current session into a reusable OMC skill draft
Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill.
Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later.
Before extracting a skill, all three should be true:
Prefer skills that encode decision-making heuristics, constraints, pitfalls, and verification steps. Avoid generic snippets, boilerplate, or library usage examples that belong in normal documentation.
1. Identify the repeatable task the session accomplished. 2. Extract:
3. Decide whether the workflow belongs as:
4. When drafting a learned skill file, output a complete skill file that starts with YAML frontmatter.
---
name: <skill-name>
description: <one-line description>
triggers:
- <trigger-1>
- <trigger-2>
---5. Draft the rest of the skill file with clear triggers, steps, success criteria, and pitfalls. 6. Point out anything still too fuzzy to encode safely.
For Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI. Liked OmC but found it a bit overkill? Try gajae-code.
Repo: Yeachan-Heo/oh-my-claudecode
Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule checkable and carrying a why, steps before…
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
Shipyard's navigator — chart a foggy effort (destination unclear, questions not yet stateable) into a map of decision tickets on the repo's issue tracker, then…
Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
Stateful single-mission improvement loop with strict evaluator contract, markdown decision logs, and max-runtime stop behavior