skill-creator

Scaffold modular Claude skills with standardized SKILL.md frontmatter and starter directories.

9|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/ingpoc/SKILLS --skill skill-creator-ingpoc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ingpoc/SKILLS/tree/main/skill-creator
Command: npx skills add https://github.com/ingpoc/SKILLS --skill skill-creator-ingpoc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill Creator streamlines the process of building modular Claude skills by providing a structured template, frontmatter guidance, and resource organization.

Core Features & Use Cases

  • Scaffolds new skills with canonical SKILL.md frontmatter and starter directories (scripts/, references/, assets/).
  • Demonstrates progressive-disclosure patterns to minimize token load and optimize context usage.
  • Provides initialization scripts (scripts/init_skill.py) and reference templates to standardize skill creation.

Quick Start

Run the Skill Initializer to scaffold a new skill directory and generate a starter SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular Claude skills with standardized frontmatter?▼

To create modular Claude skills, you can use a skill generator to scaffold a new directory with canonical SKILL.md frontmatter and starter directories like scripts, references, and assets. This streamlines the process by providing structured templates and frontmatter guidance for standardized skill creation.

What is the best way to structure a developer skill to minimize token load?▼

The best way to minimize token load is by applying progressive-disclosure patterns when you structure a developer skill. This approach organizes dependencies, scripts, references, and assets to optimize context usage and ensures resources are documented and ready for packaging.

Can I use an initialization script to scaffold a new skill directory?▼

Yes, you can use an initialization script like scripts/init_skill.py to scaffold a new skill directory. The script generates a starter SKILL.md and sets up the necessary resource organization, ensuring your modular Claude skills are ready for packaging.

How do I update existing skills without breaking their structure?▼

To update existing skills without breaking their structure, apply standardized frontmatter guidance and resource organization rules to the existing directories. This ensures dependencies, scripts, references, and assets remain organized and documented during the modification process.

Do I need reference templates to standardize skill creation?▼

You need reference templates to standardize skill creation because they provide the structural guidance required for canonical SKILL.md frontmatter. Using templates ensures consistent organization of dependencies, scripts, and assets across newly generated or updated modular skills.