ワンクリックで
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 職業分類に基づく
N coordinated agents on shared task list using Claude Code native teams
Configure HUD display options (layout, presets, display elements)
Socratic deep interview with mathematical ambiguity gating before explicit execution approval
Durable multi-goal workflow that persists plan/ledger artifacts under .omcp/ultragoal and prints Claude /goal handoff text for the active session
Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Diagnose and fix oh-my-copilot installation issues
| 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-copilot:learneris a deprecated alias for this skill. Prefer/oh-my-copilot: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>
---
${COPILOT_CONFIG_DIR:-~/.copilot}/skills/omc-learned/<skill-name>.md.omcp/skills/<skill-name>.mdomc-learned as the storage directory name for compatibility; do not present it as the public invocation name.