skill-creator

Generate scaffold code and templates for new Claude skills with standardized frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator enables teams to rapidly scaffold and customize new Claude skills, reducing repetitive setup and ensuring consistent structure across skills.

Core Features & Use Cases

  • Scaffold new skills from standardized SKILL.md templates and resource directories.
  • Generate example resource scaffolds (scripts, references, and assets) to jump-start development.
  • Enforce naming conventions, frontmatter validation, and packaging steps for reliable distribution.
  • Use cases include creating new skills or updating existing ones to extend Claude's capabilities.

Quick Start

Run the initializer to generate a new skill scaffold and then customize SKILL.md and its bundled 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 new Claude skills with standardized frontmatter and directory structure?

To scaffold new Claude skills, run the initializer to generate a standardized SKILL.md template, frontmatter, and resource directories, ensuring consistent structure and rapid prototyping for new skill creation.

What is the best way to automate skill packaging for consistent distribution?

Automating skill packaging involves enforcing frontmatter validation, directory structure checks, and integration with packaging tooling, enabling you to reliably distribute new skills as .skill packages.

Can I generate example resource scaffolds for scripts and references when creating a new skill?

Yes, you can generate example resource scaffolds including scripts, references, and assets to jump-start development and extend Claude's capabilities when creating or updating custom skills.

Does the skill scaffolding process enforce naming conventions and frontmatter validation?

Yes, the skill scaffolding process enforces naming conventions and frontmatter validation to ensure reliable distribution and maintain consistent structure across newly created skills.

What are the limitations of using templates for rapid skill prototyping?

Using templates for rapid skill prototyping requires adhering to standardized directory structures and frontmatter validation rules, meaning custom structural deviations may require manual adjustments outside the generated scaffold.