skill-creator

Generate a Claude Skill scaffold with SKILL.md frontmatter and optional resource folders.

38|6|Updated Aug 4, 2025
One-click install
npx skills add https://github.com/hacket/AICodingGuide --skill skill-creator-hacket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hacket/AICodingGuide/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/hacket/AICodingGuide --skill skill-creator-hacket

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation of self-contained Skill Units by generating a complete SKILL.md frontmatter, a structured instruction body, and optional scaffolds for scripts, references, and assets.

Core Features & Use Cases

  • Generates a ready SKILL.md with mandatory name and description frontmatter.
  • Creates optional resource scaffolds: scripts/ references/ assets/ as placeholders.
  • Provides a packaging-ready template and validation hooks for later QA and distribution.

Quick Start

Run the init script to generate a new skill scaffold and then customize the 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 scaffold a new Claude Skill with the correct SKILL.md frontmatter and metadata structure?

To scaffold a Claude Skill, run the initialization script to generate a complete SKILL.md with mandatory name and description frontmatter, plus a structured instruction body. This creates a packaging-ready layout you can immediately customize.

What files and directories are included when generating a Claude Skill template?

Generating a Claude Skill template creates a SKILL.md file alongside optional resource scaffolds: scripts/, references/, and assets/ directories. These placeholders enable quick packaging and deployment for self-contained Skill Units.

Can I use this scaffolding tool to update an existing Skill and enforce consistent structure?

Yes, you can use this scaffolding tool on an existing Skill to validate its structure and enforce consistent metadata. It regenerates the required SKILL.md frontmatter and prepares a packaging-ready layout with reusable resources.

What is the best way to package and deploy Claude Skills for distribution?

The best way to package Claude Skills is using a scaffolding tool that provides a packaging-ready template and validation hooks. It structures your SKILL.md, scripts, and assets into a self-contained unit for later QA and distribution.

Do I need to manually create scripts and references folders when building Claude Skill automation?

No, you do not need to manually create scripts and references folders. The scaffolding tool automatically generates these optional resource directories as placeholders, streamlining the setup of your Claude Skill automation.

Are there validation hooks included in the Claude Skill scaffolding process?

Yes, validation hooks are included in the Claude Skill scaffolding process. These hooks check the generated structure and metadata consistency, ensuring your self-contained Skill Unit is prepared for later QA and distribution.