skillify

Capture a repeatable workflow and convert it into a reusable Amplifier SKILL.md file.

10|11|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/microsoft/amplifier-bundle-skills --skill skillify-microsoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/microsoft/amplifier-bundle-skills/tree/main/skills/skillify
Command: npx skills add https://github.com/microsoft/amplifier-bundle-skills --skill skillify-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures a repeatable process from a live conversation and turns it into a reusable Amplifier skill file, so you can invoke the workflow again later instead of recreating it from scratch.

Core Features & Use Cases

  • Session Analysis: Identifies the task flow, tools used, user corrections, and measurable success criteria from the current interaction.
  • Skill Design Interview: Asks targeted questions to confirm naming, scope, execution style, location, and step structure.
  • Skill Authoring and Validation: Drafts a compliant SKILL.md, tests that it loads correctly, and prepares it for saving.

Quick Start

Tell the assistant to capture the workflow you just performed as a new skill.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I save a workflow as a reusable skill?▼

To save a workflow as a reusable skill, the assistant analyzes your current session to identify the task flow and tools used, then drafts a validated SKILL.md file capturing the entire process.

What is skill authoring from session analysis?▼

Skill authoring from session analysis is the process of extracting repeatable tasks, user corrections, and success criteria from a live conversation to generate a structured, compliant skill file.

Can I package a recurring task into a slash-command style workflow?▼

Yes, you can package a recurring task into a slash-command style workflow by confirming the execution style, naming, and step structure during the skill design interview phase.

How do I create a new skill from a completed process?▼

You create a new skill from a completed process by telling the assistant to capture the workflow, confirming the proposed structure, and letting it author and test the resulting SKILL.md file.

Do I need coding knowledge to generate a SKILL.md file?▼

No coding knowledge is required to generate a SKILL.md file because the assistant handles compliant skill authoring and validation automatically after you confirm the extracted workflow structure.

What are the limitations of capturing workflows into skills?▼

A limitation of capturing workflows into skills is that it requires a live conversation containing a clear, repeatable task flow with measurable success criteria to produce a functional amplifier file.