skillify

Convert repeatable Claude Code workflows into OMC skill drafts with YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you capture a repeatable Claude Code (OMC) workflow you discovered during a session, so you can reuse it later without re-deriving inputs, steps, and guardrails.

Core Features & Use Cases

  • Workflow-to-skill drafting: Extracts a successful multi-step process into a structured reusable skill draft.
  • Reusable design decisions: Helps you decide whether the workflow belongs as a repo built-in skill, a learned/user/project skill, or documentation only.
  • Safety-focused documentation: Enforces practical scope and calls out fuzzy branching decisions before you commit to a final skill file.

Quick Start

Ask skillify to convert your current session’s repeatable workflow into a complete OMC skill draft with clear triggers, ordered steps, and success criteria.

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 capture the session's consistent inputs and outcomes into a YAML-frontmatter-first draft with defined triggers, ordered steps, and success criteria.

What is multi-agent orchestration workflow capture in Claude Code?

Multi-agent orchestration workflow capture is the process of converting a successful multi-step Claude Code session into a structured skill draft, preventing you from rediscovering the same process and guardrails later.

How do I structure YAML frontmatter for a drafted Claude Code skill?

You structure YAML frontmatter for a drafted Claude Code skill by defining triggers, a step workflow, success criteria, and notes on unresolved branching decisions to ensure safety-focused documentation.

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

You save a workflow as a project skill instead of documentation when you need reusable design decisions for consistent multi-step automation, ensuring the process is actively triggered rather than passively read.

How does skill drafting handle unresolved branching decisions in workflows?

Skill drafting handles unresolved branching decisions by enforcing practical scope and explicitly documenting fuzzy branching choices as notes before committing to the final skill file structure.