create-skill

Generate Agent Zero SKILL.md files with validated YAML frontmatter.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/dragonheat123/AgentZeroNonKali --skill create-skill-dragonheat123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/dragonheat123/AgentZeroNonKali/tree/main/skills/create-skill
Command: npx skills add https://github.com/dragonheat123/AgentZeroNonKali --skill create-skill-dragonheat123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams standardize how new Skill definitions are created by guiding users through a consistent SKILL.md format.

Core Features & Use Cases

  • Validates required fields in SKILL.md frontmatter and ensures proper YAML syntax.
  • Provides a templated outline and guidance for content structure and sections.
  • Generates consistent documentation artifacts for new skills.

Quick Start

Define the skill name, description, and trigger patterns, then let the wizard generate a complete 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 well-formed SKILL.md file for Agent Zero?▼

This skill-development wizard standardizes how new SKILL.md files are created by validating required YAML frontmatter fields like name and description. It provides a templated outline to ensure proper content structure and consistent folder organization.

What is the required format for SKILL.md frontmatter when developing new skills?▼

The required format for SKILL.md frontmatter includes mandatory YAML fields for the skill name and description. Using a dedicated wizard ensures proper YAML syntax validation and enforces a consistent folder structure for safe, scalable skill development.

How do I standardize skill documentation across my team?▼

You can standardize skill documentation by applying a templated outline and guided content structure during skill creation. This ensures all team members generate consistent SKILL.md artifacts with validated frontmatter and clear content organization.

Can I use a template to generate Agent Zero skills automatically?▼

Yes, you can use a skill wizard to generate Agent Zero skills automatically by defining the skill name, description, and trigger patterns. The wizard then outputs a complete, validated SKILL.md file based on predefined templates.

Why does my SKILL.md validation fail during skill development?▼

SKILL.md validation typically fails when required YAML frontmatter fields such as name and description are missing or improperly formatted. Using a structured skill wizard enforces proper YAML syntax and validates these fields before generation.