skill-creator

Generate Claude skill scaffolds with SKILL.md templates and helper scripts.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/dige04/hieu-ccsetup --skill skill-creator-dige04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dige04/hieu-ccsetup/tree/main/config/skills/skill-creator
Command: npx skills add https://github.com/dige04/hieu-ccsetup --skill skill-creator-dige04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates and standardizes the creation and packaging of Claude skills, reducing boilerplate and ensuring consistent structure.

Core Features & Use Cases

  • Provides a reusable SKILL.md template with frontmatter and guidance.
  • Includes example resource directories (scripts, references, assets) to illustrate organization.
  • Offers helper scripts for initialization, validation, and packaging to accelerate skill development.

Quick Start

Run the init_skill.py script with your skill name and target path to generate a new skill scaffold.

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 the correct folder structure and metadata?

To create a Claude skill, use an initialization script to generate a scaffold containing a SKILL.md file with YAML frontmatter, alongside scripts, references, and assets directories to ensure standardized packaging.

What is the required format and length limit for a SKILL.md file?

A SKILL.md file must include YAML frontmatter for metadata and stay under 100 lines to support progressive disclosure, ensuring documented resources and safe code with tests meet Skill unit guidelines.

Can I use templates to standardize and package Claude skills for automation?

Yes, you can use reusable templates with helper scripts for initialization, validation, and packaging to automate Claude skill creation, reducing boilerplate and ensuring consistent structure across multiple skills.

What is the best way to organize devtools and assets for progressive disclosure in skill creation?

The best way to organize skill creation devtools is separating them into modular, reusable components: scripts for logic, references for documentation, and assets for static files, supporting progressive disclosure.

Do I need helper scripts to validate safe code and tests for Claude skills?

Yes, you need helper scripts to validate that your Claude skill contains safe code with tests and properly documented resources, ensuring the generated scaffold meets all required Skill unit guidelines.