create-skill

Extract domain procedures into a structured SKILL.md for AI agents.

Updated May 3, 2026
One-click install
npx skills add https://github.com/brandonburrus/.claude --skill create-skill-brandonburrus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/brandonburrus/.claude/tree/main/skills/create-skill
Command: npx skills add https://github.com/brandonburrus/.claude --skill create-skill-brandonburrus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It simplifies the process of capturing domain expertise into structured, reusable skills for an AI agent, enabling automated task execution without repetitive manual input.

Core Features & Use Cases

  • Skill Creation: Guides the user through extracting specific task instructions to form a comprehensive SKILL.md.
  • Reusability: Converts user input into a reusable skill that can be invoked whenever needed across workflows.
  • Use Case: Create a skill for automating weekly report summaries that can be triggered with a simple command like "Generate weekly report."

Quick Start

Provide detailed task description, procedures, and exceptions, then instruct the agent to formalize this into a reusable skill to be invoked later.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I capture domain expertise into a reusable AI automation workflow?

To capture domain expertise into a reusable AI automation workflow, provide detailed task procedures and exceptions to the agent. It extracts these instructions to form a structured, reusable skill for automated execution.

What is the process for instruction capture to create a structured AI skill?

Instruction capture for AI skill creation involves guiding users through extracting specific task triggers, core workflows, and exceptions. This domain-specific knowledge is formalized into a comprehensive structured skill file.

How do I automate repetitive tasks by creating reusable procedures for my agent?

You can automate repetitive tasks by defining the specific workflow design and exceptions, then instructing the agent to formalize this input. The agent creates a reusable procedure triggered by simple commands.

Do I need any dependencies or prior coding environment to define and save reusable skills?

No dependencies or prior coding environment are required to define and save reusable skills. The process simplifies capturing domain expertise by directly converting user input into structured instructions for the agent.

What limitations exist when encapsulating instructions for automated task execution?

A key limitation of encapsulating instructions for automated task execution is that the resulting reusable skill only covers the explicitly provided procedures and exceptions, requiring comprehensive initial input to handle edge cases effectively.