create-skill

Generate a standards-compliant SKILL.md file with required metadata fields.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/iamcapote/emptyrepo --skill create-skill-iamcapote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/iamcapote/emptyrepo/tree/main/skills/forged/create-skill
Command: npx skills add https://github.com/iamcapote/emptyrepo --skill create-skill-iamcapote

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Create Skill Wizard helps users generate well-structured SKILL.md files, ensuring consistent metadata and clear instructions for new Agent Zero skills.

Core Features & Use Cases

  • Generates a standards-compliant SKILL.md frontmatter with name, description, version, author, tags, and trigger patterns.
  • Validates required fields and guides users through composing instruction content for new skills.
  • Useful for teams creating reusable skills and onboarding new contributors.

Quick Start

Create a new skill directory and let this wizard generate a finalized 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 with valid frontmatter for a new skill?

To create a SKILL.md file with valid frontmatter, you need to define required metadata fields including name, description, version, author, tags, and trigger patterns. This wizard validates those fields and guides you through structuring the instruction content.

What is the best way to structure a reusable skill template for onboarding contributors?

The best way to structure a reusable skill template is to use a standards-compliant SKILL.md format that ensures consistent metadata and clear instructions. This approach standardizes onboarding by validating required frontmatter and organizing optional resource directories.

How does frontmatter validation work when generating a SKILL.md entry?

Frontmatter validation works by checking that all required metadata fields like name, description, version, and author are present and correctly formatted in your SKILL.md file. The wizard enforces these core requirements to ensure standards compliance.

Can I include optional scripts and reference assets when generating a SKILL.md file?

Yes, you can include optional scripts and reference assets when generating a SKILL.md file. The wizard supports creating optional resource directories alongside the finalized SKILL.md entry to house these supplementary files.

Do I need any existing dependencies to use the create-skill wizard?

No, you do not need any existing dependencies to use the create-skill wizard. It operates independently to guide you through defining metadata and composing instruction content without requiring external libraries or tools.

Why does my new skill need trigger patterns in the SKILL.md frontmatter?

Trigger patterns are needed in the SKILL.md frontmatter to define when the skill should activate. They are a core requirement of the standards-compliant template, ensuring the skill is invoked correctly within the environment.