create-skill

Generate standardized SKILL.md definitions with required fields and optional directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create standardized SKILL.md definitions for Agent Zero skills.

Core Features & Use Cases

  • Generates a SKILL.md frontmatter with required fields (name, description) and guidance on optional fields (version, author, tags, trigger_patterns).
  • Outlines a robust content structure for the skill body and demonstrates writing quality instructions, examples, and checklists.
  • Use Case: When expanding Agent Zero with new capabilities, run the wizard to create a ready-to-edit skill scaffold.

Quick Start

Define the skill name and description, set trigger patterns and optional fields, structure the content body, and save as SKILL.md.

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 SKILL.md file for an Agent Zero skill?

To create a SKILL.md file, use a wizard to scaffold standardized definitions for Agent Zero skills. It generates required frontmatter fields like name and description, plus optional fields including version, author, tags, and trigger patterns.

What fields are required in SKILL.md frontmatter?

Required fields in SKILL.md frontmatter are name and description. The wizard also provides guidance on optional fields such as version, author, tags, and trigger_patterns to extend your skill metadata.

Can I include scripts and references directories when scaffolding a skill?

Yes, the skill scaffolding wizard supports optional directories like scripts, references, and assets. These directories extend the functionality of your generated SKILL.md file by organizing supplementary project resources.

How do I structure the content body of a new skill definition?

The wizard outlines a robust content structure for the skill body and demonstrates writing quality instructions, examples, and checklists. This ensures your SKILL.md definition is well-structured and ready to edit.

Does the skill scaffolding wizard validate required fields?

Yes, the wizard validates the presence of required fields in your SKILL.md definitions. It checks that essential frontmatter like name and description are correctly populated before finalizing the scaffold.