skillify

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

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Leap0920/Clean-Portfolio --skill skillify-leap0920
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/Leap0920/Clean-Portfolio/tree/main/%25USERPROFILE%25/.openclaude/plugins/cache/omc/oh-my-claudecode/4.14.0/skills/skillify
Command: npx skills add https://github.com/Leap0920/Clean-Portfolio --skill skillify-leap0920

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Workflow extraction: Captures inputs, ordered steps, constraints/pitfalls, and verification evidence from what already worked.
  • Quality-gated drafting: Ensures the workflow is specific, non-obvious, and worth reusing rather than generic boilerplate.
  • Skill placement decisioning: Helps decide whether the workflow belongs as a repo-built-in skill, a learned/project skill, or documentation only.
  • Complete learned skill drafting: Produces a full skill file starting with YAML frontmatter and follows learned skill path conventions for flat file storage.

Quick Start

Use the skillify workflow to extract a repeatable process you achieved in your current session into a complete OMC skill draft, including frontmatter, steps, success criteria, pitfalls, and any open questions.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I convert a multi-step debugging workflow into a reusable skill draft?

A reusable skill draft requires structured inputs, ordered steps, explicit success criteria, pitfalls, and verification evidence. It must also include a skill placement decision and learned-skill file formatting with YAML frontmatter and correct storage path rules.

How do I capture and reuse a non-obvious decision-heavy workflow across projects?

You capture and reuse a non-obvious decision-heavy workflow by applying a quality gate that filters out generic boilerplate. The process extracts repeatable session steps and outputs a complete learned-skill file with YAML frontmatter for flat file storage.

When should I save a workflow as a learned skill instead of documentation?

You should save a workflow as a learned skill instead of documentation when the multi-step process is likely to be reused across sessions or projects. A skill placement decision evaluates whether the workflow belongs as a repo-built-in, a learned/project skill, or documentation only.

What is the correct file format and storage path for a learned skill draft?

The correct file format for a learned skill draft starts with YAML frontmatter and follows learned skill path conventions for flat file storage. This structured format captures inputs, steps, constraints, and verification evidence for process reuse.