skill-creator

Create and maintain modular agent skills with SKILL.md and YAML frontmatter.

1.1k|129|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/skillcreatorai/Ai-Agent-Skills --skill skill-creator-skillcreatorai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/skillcreatorai/Ai-Agent-Skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/skillcreatorai/Ai-Agent-Skills --skill skill-creator-skillcreatorai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps users create or update modular agent skills to extend Claude's capabilities with a consistent structure and easy reuse.

Core Features & Use Cases

  • Defines a standard SKILL.md frontmatter with name and description
  • Documents a reusable Skill Creation Process (Understand, Plan, Initialize, Implement, Iterate)
  • Specifies optional resource directories (scripts/, references/, assets/) for extended capabilities

Quick Start

Create a new skill directory containing SKILL.md with YAML frontmatter and a Markdown body describing usage, plus optional resources in scripts/, references/, or assets/.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular agent skills for Claude-compatible agents?▼

To create modular agent skills, author a new skill directory containing a SKILL.md file with YAML frontmatter defining the name and description, a Markdown body for instructions, and optional scripts, references, or assets directories.

What is the required structure for a SKILL.md file?▼

A SKILL.md file requires YAML frontmatter specifying the skill name and description, followed by a Markdown body describing usage, plus optional resource directories for scripts, references, and assets.

What's the best way to organize scripts and references when building agent skills?▼

The best way to organize resources is using optional modular directories named scripts, references, and assets within the skill folder to separate executable code, documentation, and static files.

Do I need YAML frontmatter to define a new skill?▼

Yes, YAML frontmatter is required at the top of SKILL.md to define the skill name and description, ensuring consistent structure and discoverability for Claude-compatible agents.

What is the standard workflow for skill creation and maintenance?▼

The standard skill creation workflow involves five steps: Understand requirements, Plan the structure, Initialize directories, Implement the Markdown and scripts, and Iterate on the design.