skillify

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0xAndoroid/dotfiles --skill skillify-0xandoroid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/0xAndoroid/dotfiles/tree/main/claude/skills/skillify
Command: npx skills add https://github.com/0xAndoroid/dotfiles --skill skillify-0xandoroid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Replaces repetitive, ad-hoc session efforts with reusable Claude Code skill drafts that capture the full workflow for future reuse.

Core Features & Use Cases

  • Draft complete YAML-frontmatter skill skeleton from an observed workflow.
  • Capture inputs, steps, success criteria, and constraints for reliable reuse.
  • Output skill files to the Claude Code skills directory for easy activation.

Quick Start

Identify a repeatable session workflow and draft a Claude Code 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 turn repeatable Claude Code sessions into reusable skills?

To turn repeatable Claude Code sessions into reusable skills, identify a consistent workflow sequence and draft it into a SKILL.md file. This file captures inputs, steps, success criteria, and constraints to reliably automate future interactions.

What is a Claude Code skill draft and when do I need one?

A Claude Code skill draft is a SKILL.md file containing structured YAML frontmatter and workflow details. You need one when you want to replace repetitive, ad-hoc session efforts with a stored, reusable automation sequence.

How do I create a SKILL.md file with YAML frontmatter for Claude Code?

Create a SKILL.md file by enforcing YAML frontmatter that includes the skill name and description. Then, document the observed workflow steps, inputs, and constraints directly within the markdown body for Claude Code to process.

Can I capture interactive session workflows and save them as Claude Code skills?

Yes, you can capture interactive session workflows and save them as Claude Code skills. The process drafts the observed sequence of steps and outputs the resulting SKILL.md file directly to your configured Claude Code skills directory.

Where are drafted Claude Code skill files stored for activation?

Drafted Claude Code skill files are output and stored in the configured Claude Code skills directory. This ensures the captured workflows are immediately available for easy activation and reuse in future sessions.