microsoft/create-skill
Create a reusable skill (SKILL.md) that packages a workflow.
npx skills add https://github.com/microsoft/vscode --skill create-skill
Related skill: agent-customization. Load and follow skills.md for template and principles.
Guide the user to create a SKILL.md.
First, review the conversation history. If the user has been following a multi-step workflow or methodology (e.g., debugging approach, review checklist, implementation pattern), generalize that into a reusable skill. Extract:
If no clear workflow emerges from the conversation, clarify:
Remember to follow the agent-customization guidelines to create highly effective skills.
Take microsoft/create-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.