skill-creator

Create and package Claude Skills using a reusable template and SKILL.md frontmatter.

3|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/unix2dos/skills --skill skill-creator-unix2dos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/unix2dos/skills/tree/main/skill-creator
Command: npx skills add https://github.com/unix2dos/skills --skill skill-creator-unix2dos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams rapidly create and package modular Claude Skills by providing a reusable template, frontmatter, and resource scaffolding to standardize development workflows.

Core Features & Use Cases

  • Provides a structured skeleton with a canonical SKILL.md frontmatter and body, plus example resource directories for scripts, references, and assets.
  • Supports a packaging and validation workflow to ensure skills meet the required structure before distribution.
  • Enables consistent onboarding guidance for new skill authors and reduces boilerplate work across projects.

Quick Start

Run the init_skill.py script to scaffold a new skill and customize SKILL.md and resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude Skills with a standard structure?

To create and package Claude Skills, use a reusable template with a canonical SKILL.md frontmatter and body, plus example resource directories for scripts, references, and assets. Run the init_skill.py script to scaffold the standard structure automatically.

What is the required frontmatter for a Claude Skill?

The required frontmatter for a Claude Skill is a standard SKILL.md block containing the skill name and description. This frontmatter standardizes development workflows and ensures skill authors meet the required structure before distribution.

How do I scaffold a new skill from a template?

To scaffold a new skill from a template, run the init_skill.py script provided in the resources. This generates a structured skeleton with SKILL.md and example resource directories, reducing boilerplate work across projects.

Does skill creation require specific dependencies or validation before distribution?

Skill creation requires the yaml dependency for frontmatter parsing. A packaging and validation workflow ensures skills meet the required structure before distribution, confirming the SKILL.md and resource directories are correctly configured.

Can I include scripts and references when packaging Claude Skills?

Yes, packaging Claude Skills supports including optional scripts, references, and assets. The template provides example resource directories for these components, enabling skill authors to design onboarding guides, workflows, and tool integrations.

What is the best way to standardize skill development workflows across teams?

The best way to standardize skill development workflows is using a reusable template with canonical SKILL.md frontmatter and resource scaffolding. This reduces boilerplate work and provides consistent onboarding guidance for new skill authors.