skill-creator

Create Claude skill scaffolding with SKILL.md templates and packaging scripts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/isndotbiz/ged --skill skill-creator-isndotbiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/isndotbiz/ged/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/isndotbiz/ged --skill skill-creator-isndotbiz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides teams to create effective Claude skills by providing structured templates, guidelines, and examples for building modular, reusable skill units.

Core Features & Use Cases

  • Provides a standardized SKILL.md frontmatter template with required name and description
  • Includes starter resources (scripts/, references/, assets/) to accelerate skill packaging
  • Offers an initialization workflow via scripts/init_skill.py and packaging via scripts/package_skill.py
  • Helps maintain consistency across skills and supports rapid iteration and packaging

Quick Start

Run the init_skill.py script to generate a new skill scaffold, then customize SKILL.md and the 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 create scaffolding for a new Claude skill?

To create scaffolding for a new Claude skill, run the initialization script to generate a standardized directory structure with a required SKILL.md file and optional resource bundles.

What is the best way to structure resources for Claude skill development?

The best way to structure resources for Claude skill development is by using modular bundles, organizing automation scripts, references, and assets into separate directories to accelerate repeatable packaging.

Does Claude skill packaging require frontmatter validation?

Yes, Claude skill packaging requires frontmatter validation. The workflow enforces frontmatter presence and mandates a SKILL.md file to maintain consistency across modular skill units.

Can I use initialization scripts to automate skill template generation?

You can use initialization scripts to automate skill template generation. The provided script generates a starter scaffold with standardized frontmatter, which you then customize for your specific skill.

What limitations exist when building modular skill units with templates?

A limitation when building modular skill units is that the templates enforce a strict structure, requiring a SKILL.md file and validating frontmatter, which may restrict freeform skill designs.