skill-creator

Create new Claude Skills with standardized scaffolding and templates.

23|11|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/miolamio/cc-for-non-coders-dev-container --skill skill-creator-miolamio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/miolamio/cc-for-non-coders-dev-container/tree/main/skills/skill-creator
Command: npx skills add https://github.com/miolamio/cc-for-non-coders-dev-container --skill skill-creator-miolamio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating new Claude Skills from scratch is error-prone and inconsistent across teams. The Skill Creator provides a standardized scaffold, starter resources, and a clear workflow to quickly bootstrap new Claude Skills.

Core Features & Use Cases

  • Provides a ready-to-edit SKILL.md template with frontmatter and structure for new skills.
  • Generates example resource directories (scripts/, references/, assets/) to demonstrate organization.
  • Includes guidance and templates for rapid skill packaging and iteration.

Quick Start

Run the Skill Initializer to generate a new skill scaffold in your project directory.

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 from scratch?

To scaffold a new Claude Skill, run the Skill Initializer to generate a standardized project structure. This creates a ready-to-edit SKILL.md template with frontmatter validation and example resource directories like scripts/ and references/ for quick packaging.

What is the best way to standardize skill creation across a development team?

Standardizing skill creation requires a consistent scaffold with starter templates and predefined resource directories. Using a skill creator ensures frontmatter validation and uniform documentation, reducing errors and inconsistencies across team projects.

Can I use this skill scaffolder to generate documentation and resource directories?

Yes, you can use this skill scaffolder to generate documentation and resource directories. It creates example directories for scripts, references, and assets, demonstrating proper organization while providing a SKILL.md template for foundational documentation.

How do I validate frontmatter when creating a new skill template?

You validate frontmatter when creating a new skill template by using the automated scaffolding workflow. The skill creator applies frontmatter validation checks during initialization to ensure metadata is correctly formatted before packaging.

What files and directories do I need to package a Claude Skill?

To package a Claude Skill, you need a SKILL.md file with valid frontmatter and organized resource directories. The scaffolder generates starter directories for scripts, references, and assets to provide a clear structure for iteration and deployment.

Why does manual skill creation lead to packaging errors?

Manual skill creation leads to packaging errors because it lacks a standardized scaffold and automated frontmatter validation. Generating skills from a consistent template ensures correct resource directory organization and reduces structural inconsistencies during iteration.