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 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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.