بنقرة واحدة
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