create-skill

Scaffold and package self-contained Claude skills with validation workflows.

Updated Oct 29, 2025
One-click install
npx skills add https://github.com/coeus-ventures/epic-web --skill create-skill-coeus-ventures
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/coeus-ventures/epic-web/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/coeus-ventures/epic-web --skill create-skill-coeus-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating and packaging self-contained Claude skills is tedious and error-prone; this skill provides a repeatable template and tooling to scaffold new skills with standardized frontmatter, resource scaffolds, and packaging workflow.

Core Features & Use Cases

  • Generates a SKILL.md frontmatter template and a structured skill scaffold
  • Provides example resources under scripts/, references/, and assets/ to speed up iteration
  • Includes packaging and validation tooling to produce distributable skill bundles
  • Use case: When starting a new Claude skill, run the initializer to scaffold and then package it after customization.

Quick Start

Run the initialization script to scaffold a new skill named <skill-name> under a path, then customize SKILL.md and resources before packaging.

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 skill with the correct directory structure and frontmatter?▼

To scaffold a new Claude skill, run the initialization script to generate a structured directory with standardized SKILL.md frontmatter and resource folders. This provides a repeatable template that ensures proper structure before you customize and package the skill.

What is the standard structure for packaging self-contained Claude skills?▼

The standard structure for packaging Claude skills includes a SKILL.md file with validated frontmatter and three resource directories: scripts, references, and assets. This self-contained bundle ensures all dependencies and resources ship together for distribution.

How do I validate Claude skill frontmatter and structure before distribution?▼

You validate Claude skill frontmatter and structure using the built-in validation workflow. This checks for proper frontmatter formatting, verifies the required directory scaffolding, and confirms the skill is correctly packaged into a distributable bundle.

Can I use this skill scaffolding template to update an existing Claude skill?▼

Yes, you can use this skill scaffolding template to update existing Claude skills. The initializer applies standardized frontmatter and resource scaffolds to both new and existing projects, applying validation workflows to ensure proper packaging.

What's the best way to automate Claude skill creation for a team workflow?▼

The best way to automate Claude skill creation for teams is using a repeatable initialization template that scaffolds SKILL.md, generates resource directories, and runs validation workflows. This ensures consistent packaging and structure across all team-generated skills.