skillify

Convert a repeatable Claude Code workflow into an OMC skill draft with YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skillify helps you stop re-deriving the same multi-step workflow later by converting a successful session pattern into a reusable OMC skill draft.

Core Features & Use Cases

  • Workflow capture: Identify a repeatable task and record its inputs, ordered steps, and success criteria.
  • Quality guardrails: Extract constraints, pitfalls, and open fuzzy branching decisions so the resulting skill is safe and practical.
  • Correct placement guidance: Decide whether the workflow becomes a repo built-in skill, a learned/user/project skill, or documentation-only, and draft accordingly.

Quick Start

Ask the AI to “Skillify” a repeatable workflow from your current session by extracting its inputs, step-by-step procedure, success criteria, constraints/pitfalls, and proposed output location.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a repeatable Claude Code workflow into a reusable skill?

To turn a repeatable Claude Code workflow into a reusable skill, you extract its inputs, ordered steps, and success criteria into a structured OMC skill draft. This process captures your successful session pattern so you can apply it later without re-deriving the procedure.

What is a structured OMC skill draft and when do I need one?

A structured OMC skill draft is a template that preserves inputs, ordered steps, constraints, and success criteria from a successful workflow. You need one when you expect to reuse a completed multi-step procedure and want to avoid manually recreating the process.

How do I capture workflow constraints and branching decisions during skill drafting?

Workflow constraints and branching decisions are captured by extracting pitfalls and unresolved fuzzy logic from your session. Skill drafting ensures the generated learned skill file properly reflects these safe scoping rules and open decisions to keep the workflow practical.

Can I use Skillify to decide the correct placement for a learned skill?

Yes, you can use it to decide the correct placement for a learned skill. The process guides whether your workflow becomes a repo built-in skill, a learned user or project skill, or documentation-only, drafting the output accordingly.

Does the generated skill template include required metadata fields?

Yes, the generated skill template includes necessary metadata fields. The skill drafting process ensures the learned skill file contains YAML frontmatter with required fields to properly define the automation workflow structure.