create-skill

Generate Claude Code skill directories with SKILL.md templates.

Updated Jun 14, 2024
One-click install
npx skills add https://github.com/uuau99999/.dotfiles --skill create-skill-uuau99999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/uuau99999/.dotfiles/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/uuau99999/.dotfiles --skill create-skill-uuau99999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the scaffolding of new Claude Code skills by generating a proper directory structure and a properly formatted SKILL.md, eliminating manual setup and ensuring consistency.

Core Features & Use Cases

  • Standardized skeletons: Creates the directory at ~/.claude/skills/<skill-name>/ and a ready-to-use SKILL.md.
  • Front matter enforcement: Ensures the SKILL.md front matter contains name and description fields.
  • Template guidance: Provides a complete, ready-to-fill template for new skills to accelerate onboarding and consistency.

Quick Start

Use /create-skill <skill-name> <description> to generate a new skill skeleton at ~/.claude/skills/<skill-name>/SKILL.md.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a new Claude Code skill automatically?

A ready-to-use SKILL.md template includes YAML front matter with name and description fields, followed by a structured body for defining skill logic. This format ensures consistent skill onboarding and standardizes templates for teammates.

What is the required directory structure for Claude Code skills?

The required directory structure for Claude Code skills is ~/.claude/skills/<skill-name>/. Skills must contain a SKILL.md file within this directory, which includes YAML front matter with name and description fields to function properly.

How do I create a consistent skill template for my team?

You create a consistent skill template by using an automated scaffolding tool to generate the directory and SKILL.md file. This enforces standardized YAML front matter and provides a ready-to-fill template, accelerating team onboarding and consistency.

Does the SKILL.md template require specific front matter fields?

Yes, the SKILL.md template requires specific front matter fields. It enforces the inclusion of name and description fields within the YAML front matter to ensure the Claude Code skill is properly formatted and documented.

Can I generate a SKILL.md file without manual directory setup?

Yes, you can generate a SKILL.md file without manual directory setup. The scaffolding process automatically creates the proper directory at ~/.claude/skills/<skill-name>/ and places the ready-to-use SKILL.md file directly inside.