create-skill

Guides creation of reusable SKILL.md files that package conversational workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a successful multi-step conversation or workflow into a reusable, shareable skill is hard to do consistently. This Skill walks you through extracting a repeatable process from your conversation and packaging it as a properly structured SKILL.md file. ## Core Features & Use Cases - Workflow Extraction: Reviews conversation history to generalize multi-step processes, decision points, and quality checks into a reusable skill. - Guided Clarification: Asks targeted questions when no clear workflow emerges, covering scope (workspace vs personal) and format (checklist vs full workflow). - Iterative Refinement: Drafts the skill, identifies ambiguous sections, and iterates with you until finalized. - Use Case: After spending a session refining a code review checklist with your AI assistant, invoke this Skill to capture that methodology as a permanent SKILL.md your whole team can reuse. ## 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 in conversation. It reviews the history, extracts the step-by-step process and decision points, drafts a SKILL.md file, and iterates with you on ambiguous parts until finalized.

What is a SKILL.md file and what does it require?▼

A SKILL.md file is the entry point of a skill unit containing YAML frontmatter with at least a name and description, followed by Markdown instructions. It packages a workflow so an AI assistant can load and follow it on demand.

Should my skill be workspace-scoped or personal?▼

Workspace-scoped skills apply to a specific project and are shared with collaborators, while personal skills apply across all your sessions. The Skill asks this clarification question when the intended scope is not clear from context.

What happens if my conversation has no clear workflow to extract?▼

The Skill switches to clarification mode, asking what outcome the skill should produce, whether it should be workspace or personal scoped, and whether you want a quick checklist or a full multi-step workflow.

Can I refine a drafted skill after it is created?▼

Yes. The Skill follows an iterate step where it drafts the skill, identifies the most ambiguous or weak sections, asks targeted questions about them, and updates the draft until you confirm it is finalized.