create-skill

Create Claude Code skills with standardized SKILL.md frontmatter and templates.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cooper538/eshop-demo --skill create-skill-cooper538
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/cooper538/eshop-demo/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/cooper538/eshop-demo --skill create-skill-cooper538

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a framework and guidance for creating Claude Code skills, enabling teams to rapidly scaffold well-structured skill units with consistent metadata and templates.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter generation including required fields like name and description.
  • Clear guidance on optional components (scripts/, references/, assets/) and how they integrate into a Skill Unit.
  • Templates and best practices to accelerate collaborative skill development and testing.

Quick Start

Run the interactive create-skill command to generate a new Claude Code skill named after your project, or pass a name as an argument to scaffold SKILL.md and the supporting structure for immediate iteration.

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 Claude Code skill with the correct metadata structure?

To create a Claude Code skill, you need a SKILL.md file with standardized YAML frontmatter including required fields like name and description. This skill automates generating that structure and scaffolds optional components like scripts, references, and assets folders.

What is the best way to scaffold a Claude Code skill for a team project?

The best way to scaffold a Claude Code skill for a team is using standardized templates that enforce consistent metadata and best practices. This ensures collaborative development produces safe, self-contained Skill Units with a defined YAML schema.

Do I need to manually configure YAML frontmatter when building a Claude Code skill?

No, you do not need to manually configure YAML frontmatter. The skill automates the creation of well-structured Claude Code skills by enforcing a defined YAML metadata schema and generating the required frontmatter fields for you.

Can I include optional scripts and references when generating a Claude Code skill?

Yes, you can include optional scripts, references, and assets when generating a Claude Code skill. The skill provides clear guidance on how these components integrate into a standard Skill Unit for immediate iteration.

How does the create-skill command automate Claude Code skill generation?

The create-skill command automates Claude Code skill generation by interactively prompting for a project name or accepting one as an argument. It then scaffolds the SKILL.md file and supporting directory structure for immediate iteration.