skill-creator

Scaffold Claude skills with SKILL.md and validate structure for packaging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams quickly generate, organize, and package Claude skills, reducing manual setup time.

Core Features & Use Cases

  • Template-driven SKILL.md scaffolding: generates a ready frontmatter and structure.
  • Resource bundling: includes scripts, references, and assets for repeatable workflows.
  • Validation & packaging: provides tooling to validate and package skills for distribution.

Quick Start

Run the initializer to create a new skill, then customize SKILL.md and add resources under scripts, references, and assets.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate scaffolding and packaging for Claude skills?

You can automate Claude skill creation by running the initializer to generate a standardized SKILL.md with YAML frontmatter, then bundle scripts, references, and assets into a ready-to-package artifact.

What format is required for Claude skill creation?

Claude skill creation requires a SKILL.md file containing YAML frontmatter with name and description fields, alongside optional bundled scripts, references, and assets directories for repeatable workflows.

How does template-driven skill validation work?

Template-driven skill validation checks syntax, file sizing, and structural compliance of your packaged artifacts, ensuring your SKILL.md and bundled resources meet distribution requirements before sharing across projects.

Can I use skill-creator to standardize skill definitions across multiple teams?

Yes, skill-creator standardizes how new skills are defined across projects and teams by generating consistent SKILL.md scaffolding and bundling repeatable workflow resources into uniform, ready-to-package artifacts.

What is the best way to bundle scripts and references into a Claude skill?

The best way to bundle scripts and references is to run the initializer, customize the generated SKILL.md, then place your reusable resources under the scripts, references, and assets directories for automated packaging.

Are there limitations when generating Claude skills without dependencies?

Since this skill operates without external dependencies, limitations are minimal, but you must manually ensure your customized SKILL.md and bundled assets pass the built-in validation tooling for syntax and structural compliance.