skillify
Turn a repeatable workflow from the current session into a reusable OMQ skill draft
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn a repeatable workflow from the current session into a reusable OMQ skill draft
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Cancel any active OMQ mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Configure notification integrations (Telegram, Discord, Slack) via natural language
Configure HUD display options (layout, presets, display elements)
Extract a learned skill from the current conversation
Diagnose and fix oh-my-qoder installation issues
Install or refresh oh-my-qoder for plugin, npm, and local-dev setups from the canonical setup flow
SOC 직업 분류 기준
| name | skillify |
| aliases | ["learner"] |
| description | Turn a repeatable workflow from the current session into a reusable OMQ skill draft |
Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMQ skill.
Compatibility:
/oh-my-qoder:learneris a deprecated alias for this skill. Prefer/oh-my-qoder: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>
---
${QODER_CONFIG_DIR:-$HOME/.qoder}/skills/omq-learned/<skill-name>.md.omq/skills/<skill-name>.mdomq-learned as the storage directory name for compatibility; do not present it as the public invocation name.