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.