create-skill

Creates reusable SKILL.md files that package conversational workflows into skills.

Updated Sep 3, 2026
One-click install
npx skills add https://github.com/az0512124155azz-sys/CodeForge --skill create-skill-az0512124155azz-sys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/az0512124155azz-sys/CodeForge/tree/main/extensions/copilot/assets/prompts/skills/create-skill
Command: npx skills add https://github.com/az0512124155azz-sys/CodeForge --skill create-skill-az0512124155azz-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a successful multi-step conversation or methodology into a repeatable, reusable skill is manual and error-prone. This Skill guides you through extracting workflows from conversation history and packaging them into a properly structured SKILL.md file. ## Core Features & Use Cases - Workflow Extraction: Reviews conversation history to generalize step-by-step processes, decision points, and quality criteria into a reusable skill. - Guided Clarification: Asks targeted questions when no clear workflow emerges, covering scope (workspace vs personal) and depth (checklist vs full workflow). - Iterative Refinement: Drafts the skill, identifies ambiguous sections, and iterates with you until finalized. - Use Case: After a long debugging session following a repeatable methodology, use this Skill to capture that approach as a SKILL.md so the same process can be invoked in future sessions. ## Quick Start Ask the assistant to turn the workflow we just followed into a reusable skill saved as a SKILL.md file.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a reusable skill from a conversation?▼

Invoke this Skill after completing a multi-step workflow. It reviews the conversation history, extracts the step-by-step process and decision points, drafts a SKILL.md, and iterates with you on ambiguous parts before saving.

What should a SKILL.md file contain?▼

A SKILL.md needs YAML frontmatter with at least a name and description, followed by Markdown body instructions. This Skill follows the agent-customization guidelines and skills.md template to structure the file correctly.

Can I create a skill without a prior conversation workflow?▼

Yes. If no clear workflow emerges from history, the Skill asks clarifying questions about the desired outcome, whether the skill is workspace-scoped or personal, and whether it should be a quick checklist or full workflow.

When should I not use a skill for a task?▼

Skills are best for repeatable workflows. One-off tasks or highly context-specific requests gain little from being packaged as a SKILL.md, since the overhead of generalization outweighs reuse value.