skill-creator

Create structured agent skills with SKILL.md templates and scaffolding.

21|2|Updated May 19, 2026
One-click install
npx skills add https://github.com/wutongyuonce/MODULAR-RAG-MCP --skill skill-creator-wutongyuonce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wutongyuonce/MODULAR-RAG-MCP/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/wutongyuonce/MODULAR-RAG-MCP --skill skill-creator-wutongyuonce

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Building and maintaining modular agent skills can be time-consuming and error-prone without a clear, repeatable template and packaging process.

Core Features & Use Cases

  • Provides a reusable SKILL.md template with frontmatter and body scaffolding
  • Generates example resources (scripts, references, and assets) to demonstrate best practices
  • Supports a standard skill creation workflow including initialization, editing, and packaging

Quick Start

Run the Skill Creator to initialize a new skill directory and populate it with a template and example resources

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 a standardized SKILL.md template?

To create an agent skill, use a scaffolding tool to initialize a new directory, populate a reusable SKILL.md template with required frontmatter, and generate example scripts, references, and assets for best practices.

What is frontmatter validation and why is it needed for skill creation?

Frontmatter validation ensures your agent skill metadata includes required name and description fields using kebab-case naming conventions. This standardization prevents errors and maintains modularity across skill packages.

How do I package agent skills with scripts, references, and assets?

Package agent skills by bundling your SKILL.md file with optional resources like scripts, references, and assets into a structured directory. This resource bundling follows a standard workflow for initialization, editing, and packaging.

Does skill creation require yaml dependencies for frontmatter?

Yes, skill creation requires the yaml dependency to parse and validate frontmatter fields in the SKILL.md template. This ensures proper structuring of metadata during the initialization and editing workflow.

What is the best way to structure modular agent skills to avoid maintenance errors?

The best way to structure modular agent skills is using a repeatable template with standardized frontmatter validation, kebab-case naming conventions, and a clear packaging process for scripts and assets.