skill-creator

Generate SKILL.md frontmatter and scaffold skill directories with starter templates.

24|15|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/ammosu/awesome-claude-skills-zh-TW --skill skill-creator-ammosu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ammosu/awesome-claude-skills-zh-TW/tree/main/skill-creator
Command: npx skills add https://github.com/ammosu/awesome-claude-skills-zh-TW --skill skill-creator-ammosu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to creating and documenting Claude Skill Units, ensuring every skill starts with a consistent SKILL.md frontmatter and a starter scaffold.

Core Features & Use Cases

  • Generate SKILL.md frontmatter with required name and description
  • Scaffold optional resources directories (scripts/, references/, assets/) with starter templates
  • Provide a repeatable template workflow for skill creation and packaging
  • Accelerate onboarding of new skills by standardizing structure and metadata

Quick Start

Run the Skill Creator to bootstrap a new skill directory: scripts/init_skill.py <skill-name> --path <output-directory>

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 reusable Claude Skill with proper metadata structure?

To create a reusable Claude Skill, generate a SKILL.md file with required frontmatter name and description, then scaffold optional scripts/, references/, and assets/ directories using starter templates for validation and packaging.

What is a SKILL.md file and when do I need frontmatter for skill creation?

A SKILL.md file is the structured metadata document for Claude Skill Units, requiring frontmatter with a name and description to standardize skill creation, enforce consistency, and enable repeatable workflow packaging.

How do I scaffold a new skill directory with scripts, references, and assets folders?

Run the init script with a skill name and output path to bootstrap a new skill directory, automatically generating the SKILL.md frontmatter and optional scripts/, references/, and assets/ directories with starter templates.

Can I update an existing skill's metadata without rebuilding the entire directory structure?

Yes, skill creation workflows apply when creating or updating skills, allowing you to regenerate or modify the SKILL.md frontmatter while preserving existing optional resource bundles like scripts and references.

Do I need any dependencies or prior setup to start generating skill templates?

No external dependencies are required to start generating skill templates. The skill creator operates independently to bootstrap SKILL.md files and scaffold starter directories for new Claude Skill Units.

What's the best way to standardize documentation across multiple Claude Skills?

Standardize documentation by enforcing a consistent SKILL.md frontmatter structure with required name and description fields, then applying repeatable templates across all skill directories for uniform resource bundles.