skillify

Capture completed session workflows and generate reusable SKILL.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture the just-completed session workflow and transform it into a reusable, invocable skill that can be referenced and refined later.

Core Features & Use Cases

  • Interactive wizard that analyzes a completed conversation to extract repeatable steps.
  • 4-round interview process to refine the skill name, description, steps, and inputs.
  • Generates a SKILL.md in the .claude/skills/ directory, ready for versioning and sharing.

Quick Start

Invoke the /skillify command after finishing a workflow to start capturing it as a reusable skill.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a live session workflow into a reusable skill?

To turn a live session workflow into a reusable skill, invoke the /skillify command after completing your task. The interactive wizard analyzes the conversation and extracts repeatable steps into a shareable SKILL.md file.

What is the process for refining captured workflow steps into knowledge-base skills?

Refining captured workflow steps involves a 4-round interview process to specify the skill name, description, steps, and inputs. This interactive wizard ensures the generated knowledge-base skill accurately reflects the completed session.

Where are generated skills stored for future session replay and automation?

Generated skills are stored under the .claude/skills/skillify directory. Storing the produced output in this specific knowledge-base location allows the automation workflow to be versioned, shared, and invoked for future session replay.

Can I add optional scripts and references to a captured workflow skill?

Yes, you can add optional scripts, references, and assets to a captured workflow skill. Including these supplementary components ensures deterministic execution when the formalized skill is invoked for future automation tasks.

Do I need any dependencies to formalize a completed session into an invocable skill?

No external dependencies are required to formalize a completed session into an invocable skill. The skillify wizard operates independently to analyze your conversation and generate the necessary skill files in your local environment.

What's the best way to capture ad-hoc tasks into a shareable skill format?

The best way to capture ad-hoc tasks into a shareable format is running an interactive interview process on the completed session. This extracts the exact workflow logic into a structured SKILL.md document ready for immediate reuse.