skillify

Capture interactive Claude Code sessions into reusable SKILL.md workflow definitions.

6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/archibate/archibate-skills --skill skillify-archibate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/archibate/archibate-skills/tree/main/skills/skillify
Command: npx skills add https://github.com/archibate/archibate-skills --skill skillify-archibate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures a finished interactive workflow from a Claude Code session and turns it into a reusable skill definition so the same multi-step process can be executed automatically in the future.

Core Features & Use Cases

  • Interactive capture: Analyze the conversation to extract inputs, ordered steps, success criteria, and required tools.
  • Guided interview: Run structured AskUserQuestion rounds to confirm name, goals, arguments, execution mode, and storage location.
  • Skill authoring: Produce a ready-to-save SKILL.md with correct frontmatter and step-by-step instructions for later invocation.
  • Use case: Save a multi-step developer workflow that creates a PR, runs CI, and deploys to staging so it can be invoked later without re-specifying details.

Quick Start

Use the skillify skill to capture this session's completed workflow and save it as a new SKILL.md in the chosen location.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a completed Claude Code workflow into a reusable template?

To turn a completed Claude Code workflow into a reusable template, skillify captures repeatable interactive sessions and extracts inputs, ordered steps, success criteria, and required tools to generate a formal SKILL.md definition.

What is the process for authoring a SKILL.md file from a multi-step development flow?

Authoring a SKILL.md file from a development flow involves running a guided interview to confirm goals, arguments, execution mode, and storage location, producing ready-to-save frontmatter and step-by-step instructions for later invocation.

Can I automate content pipelines by capturing interactive sessions as skills?

Yes, you can automate content pipelines by capturing interactive sessions as skills. Skillify applies to Claude Code workflows including content pipelines, PR+CI sequences, and any multi-step process you want to reuse.

Does skillify require external dependencies to capture and formalize workflows?

Skillify requires no external dependencies to capture and formalize workflows. It operates independently to analyze the conversation and produce the SKILL.md frontmatter and body without needing additional components.

What's the best way to save a PR and CI sequence for automatic future execution?

The best way to save a PR and CI sequence for automatic future execution is using skillify to extract the workflow steps and required tools into a SKILL.md, allowing the multi-step process to be invoked without re-specifying details.