create-skill

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a successful multi-step conversation or workflow into a reusable, shareable skill is tedious and error-prone. This Skill guides you through generalizing an ad-hoc process into a well-structured SKILL.md file with proper frontmatter, so the workflow can be discovered and reused later. ## Core Features & Use Cases - Workflow Extraction: Reviews the conversation history to identify step-by-step processes, decision points, and quality criteria worth generalizing into a skill. - 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.md, probes the weakest parts, and summarizes the result with example prompts and follow-up customization suggestions. - Use Case: After spending a session walking an AI through your code review checklist, use this Skill to capture that methodology as a reusable skill your whole team can invoke. ## 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 steps and decision points, drafts a SKILL.md file, and iterates with you on ambiguous parts before finalizing.

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

A SKILL.md file is the entry point of a skill unit. It contains YAML frontmatter with at least a name and description for discovery, followed by markdown instructions that are loaded into context when the skill is activated.

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 you to choose during the clarification step if the scope is not obvious.

When should I not create a skill from a workflow?▼

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