원클릭으로
skillify
Turn a repeatable workflow from the current session into a reusable OMC skill draft
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn a repeatable workflow from the current session into a reusable OMC skill draft
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Full autonomous execution from idea to working code
Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Given a target Android app — an APK path, a running emulator serial, or an installed package id — scope every screen and build a high-fidelity cloned RN/Expo app forked from app-template, filled with original mock content. Runs a 6-stage Acquire→Scope→Scaffold→Build→Parity→Deliver pipeline with 3 hard gates. Triggers: "clone app", "clone this APK", "clone <app> for me", "high-fidelity RN clone", "make a clone of this emulator app", /clone-app.
Configure notification integrations (Telegram, Discord, Slack) via natural language
| name | skillify |
| aliases | ["learner"] |
| 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.
Compatibility:
/oh-my-claudecode:learneris a deprecated alias for this skill. Prefer/oh-my-claudecode:skillifyin docs, prompts, and new workflows. Internal implementation modules may still use the learner name.
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.
---
name: <skill-name>
description: <one-line description>
triggers:
- <trigger-1>
- <trigger-2>
---
${CLAUDE_CONFIG_DIR:-~/.claude}/skills/omc-learned/<skill-name>.md.omc/skills/<skill-name>.mdomc-learned as the storage directory name for compatibility; do not present it as the public invocation name.