skillify

Convert repeatable session workflows into OMC skill drafts with YAML frontmatter.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill skillify-jimmi2051
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/skillify
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill skillify-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn repeatable session workflows into reusable OMC skill drafts, enabling faster reuse and sharing.

Core Features & Use Cases

  • Identify and convert a repeatable session workflow into a structured OMC skill draft.
  • Extract inputs, ordered steps, success criteria, constraints, and best target location for the skill.
  • Decide whether the workflow should become a repo-built, learned, or documentation-only skill, and draft the full skill file with YAML frontmatter when appropriate.

Quick Start

Identify a repeatable workflow in the current session and draft a complete skill file with YAML frontmatter.

Frequently Asked Questions about skillify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a repeatable workflow into a reusable skill draft?

To convert a repeatable workflow into a reusable skill draft, you identify recurring session tasks across projects and codify the steps, inputs, success criteria, and constraints into a portable skill artifact.

What is the best way to document learned skills for recurring project sessions?

Documenting learned skills requires creating a complete YAML-frontmatter skill file that captures triggers, ordered steps, success criteria, and constraints, enabling faster reuse and sharing across projects.

How do I structure YAML frontmatter for a workflow capture skill?

Structuring YAML frontmatter for workflow capture involves defining metadata fields alongside the task's triggers, ordered steps, success criteria, and constraints to produce a complete, portable skill file.

Can I use skill drafting to decide between repo-built, learned, or documentation-only skills?

Yes, skill drafting evaluates a recurring workflow to determine whether it should become a repo-built, learned, or documentation-only skill, drafting the full file with YAML frontmatter only when appropriate.

What should I include in a knowledge-management skill artifact for repeatable sessions?

A knowledge-management skill artifact for repeatable sessions should include extracted inputs, ordered workflow steps, success criteria, constraints, and a suggested target location, while flagging unresolved aspects.

When do I need to create an OMC skill draft from a session workflow?

You need to create an OMC skill draft when the same task recurs across multiple project sessions, requiring codification of its steps and constraints into a structured, portable artifact for faster reuse.