skillify

Convert completed agent sessions into reusable SKILL.md workflows.

72|15|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/kk-r/skillify-skill --skill skillify-kk-r
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/kk-r/skillify-skill/tree/main
Command: npx skills add https://github.com/kk-r/skillify-skill --skill skillify-kk-r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skillify helps you convert a repeatable work session into a portable agentskills.io SKILL.md so you can run the same workflow again without re-deriving the steps.

Core Features & Use Cases

  • Reconstructs session context from conversation history, git diffs/logs, and detected project tooling to recover goals and steps.
  • Guides a structured interview across multiple rounds to capture intent, step structure, success criteria, and edge cases.
  • Generates a standards-compliant SKILL.md and lets you review before saving it to a predictable skill directory for later reuse.

Quick Start

Run /skillify at the end of a workflow you want to repeat.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I convert a completed coding workflow into a reusable skill?▼

To convert a completed coding workflow into a reusable skill, run the skillify command at the end of your session. It reconstructs context from conversation and git artifacts, runs a structured interview, and outputs an agentskills.io-compliant SKILL.md file for saving.

What is the best way to capture repeatable deployment steps for cross-platform agents?▼

The best way to capture repeatable deployment steps is using a structured interview process that reconstructs session context from git diffs and conversation history. This generates portable SKILL.md instructions compliant with agentskills.io standards for cross-platform agents.

Can I generate a workflow skill from git history and conversation artifacts?▼

Yes, you can generate a workflow skill from git history and conversation artifacts. The tool detects project tooling and reconstructs session context directly from git logs and diffs, then uses this context to guide a multi-round interview for accurate step capture.

Does skill generation require manual input for edge cases and success criteria?▼

Skill generation does require manual input for edge cases and success criteria through a structured interview. The AskUserQuestion mechanism guides you across multiple rounds to capture intent, step structure, and specific validation criteria before generating the final workflow.

What do I need to create an agentskills.io-compliant SKILL.md file?▼

To create an agentskills.io-compliant SKILL.md file, you need a completed work session and YAML frontmatter containing a name and description. The tool then processes your session context and interview responses to output the final compliant skill content.

When should I avoid automating workflow session capture for developer tooling?▼

You should avoid automating workflow session capture for non-repeatable or highly ad-hoc developer tooling tasks. The tool is designed for structured, repeatable processes like coding, deployment, and PR review where portable instructions provide ongoing value.