skillify

Convert repeatable session workflows into reusable Claude Code skill drafts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you capture a repeatable, session-discovered workflow into a reusable Claude Code skill draft, so you do not have to rediscover the same process later.

Core Features & Use Cases

  • Extracts repeatable workflows into a structured skill draft with inputs, ordered steps, success criteria, constraints/pitfalls, and verification evidence.
  • Enforces a quality gate to avoid turning one-off or codebase-specific notes into skills that are hard to reuse safely.
  • Guides proper placement as a repo built-in skill, a learned/user skill, or documentation-only—while ensuring the drafted skill file includes YAML frontmatter and safe triggers.
  • Supports learned-skill workflows by drafting to the correct flat file-backed learned path format when needed.

Quick Start

Use the skillify workflow to turn what you just learned in your current session into a complete reusable skill draft with verification and open questions.

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 session workflow into a reusable skill draft?

To turn a repeatable session workflow into a reusable skill draft, you extract decision-focused inputs, ordered steps, success criteria, and verification evidence into structured YAML frontmatter with safe trigger guidance.

When should I create a reusable skill from an operational workflow?

You should create a reusable skill when your multi-step operational procedure, such as code review or incident triage, is stable enough to reuse without rediscovering the process, passing a quality gate to prevent one-off notes.

How do I generate a Claude Code skill with YAML frontmatter from a completed process?

You generate a Claude Code skill by extracting the completed process into a structured draft that includes YAML frontmatter, ordered steps, constraints, pitfalls, and safe trigger guidance for proper placement as a repo or learned skill.

Can I use a drafted skill for incident triage and orchestration procedures?

Yes, you can use a drafted skill for incident triage and orchestration. The drafting process applies to any multi-step operational procedure where the workflow is stable enough to reuse, capturing verification evidence and constraints.

What are the limitations of converting one-off or codebase-specific notes into skills?

The limitation of converting one-off or codebase-specific notes into skills is that they are hard to reuse safely, which is why the drafting process enforces a quality gate to evaluate stability before generating the skill draft.