create-skill

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

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/voidful/Aixlarity --skill create-skill-voidful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/voidful/Aixlarity/tree/main/aixlarity-ide/extensions/copilot/assets/prompts/skills/create-skill
Command: npx skills add https://github.com/voidful/Aixlarity --skill create-skill-voidful

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a successful multi-step conversation or workflow into a reusable, discoverable skill is tedious and error-prone. This Skill guides you through extracting a repeatable process from your conversation and packaging it as a properly structured SKILL.md file with valid frontmatter. ## Core Features & Use Cases - Workflow Extraction: Reviews conversation history to generalize multi-step methodologies (debugging approaches, review checklists, implementation patterns) into reusable skills. - Guided Clarification: Asks targeted questions when no clear workflow emerges, covering desired outcomes, scope (workspace vs personal), and depth (checklist vs full workflow). - Iterative Refinement: Drafts the skill, identifies ambiguous or weak sections, and iterates with you until finalized. - Use Case: After spending a session walking an AI through your code review methodology, use this Skill to capture that process as a reusable skill your whole team can invoke. ## Quick Start Ask the assistant to turn the workflow we just followed in this conversation into a reusable skill.

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, then drafts a SKILL.md file with proper frontmatter that you refine together.

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 for discovery. The Markdown body after the frontmatter holds the operational instructions loaded when the skill activates.

Should my skill be workspace-scoped or personal?

Workspace-scoped skills apply to a specific project and are shared with collaborators, while personal skills follow you across projects. This Skill asks about scope during clarification if the intended use is unclear.

When should I not create a skill from a workflow?

Avoid creating skills for one-off tasks that will not recur or for workflows too vague to generalize. Skills work best for repeatable processes with clear steps, decision points, and completion criteria.