skill-creator

Create AgentSkills-compliant SKILL.md entries with required frontmatter and structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0x-wzw/necroswarm --skill skill-creator-0x-wzw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/0x-wzw/necroswarm/tree/main/skills/skill-creator
Command: npx skills add https://github.com/0x-wzw/necroswarm --skill skill-creator-0x-wzw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps skill authors create, audit, and maintain agent skills that conform to the AgentSkills spec, ensuring consistent SKILL.md formatting and directory structure.

Core Features & Use Cases

  • Defines a standard SKILL.md frontmatter with name and description.
  • Documents required sections and optional directories (scripts, references, assets).
  • Guides publishing, validation, and ongoing maintenance of skills.

Quick Start

Create a new skill directory, add a valid SKILL.md with the required frontmatter, and optionally include scripts/references/assets to support the skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an agent skill with the correct SKILL.md structure?

To create an agent skill, build a new directory containing a SKILL.md file with standard frontmatter and body content, optionally adding scripts, references, or assets to support the skill.

What is the required frontmatter for a valid SKILL.md file?

Valid SKILL.md frontmatter requires defining the name and description fields to ensure the agent skill conforms to publishing and validation rules.

How do I audit existing agent skills for formatting compliance?

Audit existing agent skills by checking frontmatter presence, validating body content, and ensuring optional asset directories align with publishing requirements.

What directories can I include when publishing an agent skill?

When publishing an agent skill, you can include optional scripts, references, and assets directories alongside the required SKILL.md file to support the skill's functionality.

Does my agent skill need validation before publishing?

Yes, validation enforces frontmatter presence and body content within the SKILL.md file, ensuring your agent skill meets the required publishing structure.

Can I build an agent skill from scratch without optional directories?

Yes, you can build an agent skill from scratch using only a valid SKILL.md file with required frontmatter, as scripts, references, and assets directories are optional.