create-skill

Guide creation of Agent Zero skills following the SKILL.md standard.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/LORDBurnItUp/super-agent-zero --skill create-skill-lordburnitup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/LORDBurnItUp/super-agent-zero/tree/main/skills/create-skill
Command: npx skills add https://github.com/LORDBurnItUp/super-agent-zero --skill create-skill-lordburnitup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Agent Zero skills by guiding users through the process of defining their purpose, triggers, and content, ensuring adherence to the SKILL.md standard.

Core Features & Use Cases

  • Guided Skill Creation: Walks users through defining skill name, description, trigger patterns, and content.
  • SKILL.md Structure Guidance: Provides clear examples and explanations of the required and optional fields in SKILL.md.
  • Directory Structure Best Practices: Illustrates the recommended file and folder organization for new skills.
  • Use Case: A user wants to create a new skill to summarize meeting transcripts. They can use this wizard to define the skill's name (e.g., meeting-summarizer), its trigger patterns (e.g., "summarize meeting"), and write the instructions for the AI.

Quick Start

Use the create skill wizard to start building a new custom 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 new agent skill following the SKILL.md standard?

To create a new agent skill following the SKILL.md standard, use a guided wizard that walks you through defining the skill name, description, trigger patterns, and content structure to ensure proper formatting.

What is the required structure for an Agent Zero skill?

An Agent Zero skill requires a SKILL.md file defining the skill purpose, trigger patterns, and content, alongside a recommended directory structure for organizing supporting files to ensure discoverability.

How do I define trigger patterns for a custom agent capability?

You define trigger patterns for a custom agent capability during the skill creation process by specifying keywords or phrases, such as "summarize meeting", that activate the skill's instructions.

Can I use a wizard to build agent development capabilities without prior experience?

Yes, you can use a skill creation wizard to build agent development capabilities without prior experience, as it provides clear examples and step-by-step guidance for defining required fields and directory structures.

What is the best way to organize files and folders for a new custom skill?

The best way to organize files and folders for a new custom skill is to follow the directory structure best practices provided during creation, ensuring supporting files are arranged for functional agent capabilities.

Are there limitations to what the skill creation wizard can define for agent capabilities?

The skill creation wizard focuses on defining the skill name, purpose, triggers, and SKILL.md content, so limitations arise if your agent requires complex logic beyond standard content structure and directory organization.