一键导入
learner
Extract a reusable skill from the current conversation — learn from what just worked
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract a reusable skill from the current conversation — learn from what just worked
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detect and clean AI-typical writing patterns in documents — em dashes, filler phrases, over-formality
Route questions to Claude, Codex, or Gemini for multi-perspective answers
Claude-Codex-Gemini tri-model orchestration — decompose, query, synthesize
Health check — verifies omg plugin is correctly installed and working
Quick reference — what omg agents and skills are available and how to use them
About omg — version, architecture, capabilities, and credits
| name | learner |
| description | Extract a reusable skill from the current conversation — learn from what just worked |
| tags | ["meta","skill-creation"] |
Review the conversation to identify the successful pattern:
Identify the reusable elements:
Create a complete SKILL.md with proper structure:
---
name: {skill-name}
description: "{one-line description}"
tags:
- {relevant-tags}
---
## When to Use
{trigger conditions}
## When NOT to Use
{anti-patterns}
## Workflow
{step-by-step protocol}
## Tool Usage
{which tools and agents, with task() examples}
## Examples
{good and bad examples from the conversation}
## Checklist
{success verification}
Write to plugin/skills/{name}/SKILL.md via edit/create.
Report: "New skill saved. Reinstall plugin to activate: copilot plugin install ./plugin"
learn this, save as skill, remember how