skill-creator

Scaffold Claude Skill folders with SKILL.md templates and starter resources.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ygfuyfffdf-max/v0-crypto-dashboard-design --skill skill-creator-ygfuyfffdf-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ygfuyfffdf-max/v0-crypto-dashboard-design/tree/main/.claude/skills/skill-creator-en-anthropic
Command: npx skills add https://github.com/ygfuyfffdf-max/v0-crypto-dashboard-design --skill skill-creator-ygfuyfffdf-max

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill Creator reduces the friction of building new Claude Skills and updating existing ones by providing a repeatable scaffold, templates, and starter resources that enforce consistent structure and metadata.

Core Features & Use Cases

  • Template-driven SKILL.md: Generates a ready-to-edit YAML frontmatter and Markdown body that guides skill design.
  • Starter Resources: Includes example scripts, references, and assets to demonstrate structure and accelerate initial setup.
  • Guided Workflows: Provides patterns for Skill organization (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) to suit different needs.

Quick Start

Run the init_skill.py script to scaffold a new skill folder with a SKILL.md template and starter resources, then customize the frontmatter and replace example files as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Skill with valid YAML frontmatter and markdown structure?

To create a Claude Skill, use a template-driven SKILL.md scaffold that generates valid YAML frontmatter and a structured markdown body, ensuring consistent metadata and organization for skill deployment.

What is the best way to scaffold a new skill folder with starter scripts and references?

The best way to scaffold a new skill folder is to run an initialization script that automatically generates the directory structure, SKILL.md template, and starter resources like scripts and references.

Does the skill creation template support different workflow patterns for task-based or capabilities-based organization?

Yes, the skill creation template supports multiple guided workflow patterns including Workflow-Based, Task-Based, Reference/Guidelines, and Capabilities-Based organization to suit different structural needs.

How do I update an existing Claude Skill without breaking its naming conventions and metadata validation?

To update an existing Claude Skill, apply reusable templates that enforce YAML frontmatter validation and consistent naming conventions, ensuring the updated structure remains compliant and deployable.

Do I need any external dependencies to initialize new skills using this scaffold?

No external dependencies are required to initialize new skills using this scaffold, as it operates independently to generate the required markdown, frontmatter, and starter resources.

When should I not use a boilerplate template for skill design?

You should avoid using a boilerplate template for skill design when your project requires highly custom logic or unique structural conventions that fall outside the standard workflow, task, or capabilities-based patterns provided.