create-skill

Create Claude Code skill skeletons with SKILL.md and frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RonanCodes/ronan-skills --skill create-skill-ronancodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/RonanCodes/ronan-skills/tree/main/skills/create-skill
Command: npx skills add https://github.com/RonanCodes/ronan-skills --skill create-skill-ronancodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users create well-structured Claude Code skills with proper SKILL.md structure, frontmatter, and best practices, ensuring consistency and reducing setup friction.

Core Features & Use Cases

  • Provides a concrete directory skeleton (skill-name/, SKILL.md, reference.md, examples.md, scripts/).
  • Offers a reusable SKILL.md template with recommended frontmatter fields and structure.
  • Documents optional components (references, scripts, assets) and how to wire them.

Quick Start

Provide a skill name and follow the guided steps to create a well-structured SKILL.md and supporting files.

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 file layout and structure?

To create a Claude Code skill, you need a structured directory skeleton with a SKILL.md file, proper frontmatter, and optional folders for references and scripts. This ensures consistent structure and reduces setup friction.

What frontmatter fields are required when setting up a new skill project?

Required frontmatter fields for a new skill project include name and description. Following these frontmatter conventions ensures your skill meets baseline structural requirements and operates correctly within Claude Code.

What is the best way to structure a SKILL.md template for Claude Code?

The best way to structure a SKILL.md template is by using a reusable format that documents optional components like references, scripts, and assets, while providing a clear directory skeleton for project setup.

Can I include optional directories for scripts and references in my skill skeleton?

Yes, you can include optional directories for scripts and references in your skill skeleton. The skill creation process documents these optional components and explains how to wire them into your project layout.

Do I need any external dependencies to generate a Claude Code skill skeleton?

No external dependencies are required to generate a Claude Code skill skeleton. The process automates the creation of the file layout and frontmatter directly without relying on additional components.

Why does my custom skill project setup lack consistent structure and templates?

Your custom skill project setup lacks consistency because it does not use a standardized skeleton. Automating skill creation enforces proper SKILL.md structure, frontmatter conventions, and best practices to ensure uniform file layouts.