skill-creator

Generate Claude skill scaffolds with SKILL.md frontmatter and resource directories.

1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/alex-tgk/saasquatch --skill skill-creator-alex-tgk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/alex-tgk/saasquatch/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/alex-tgk/saasquatch --skill skill-creator-alex-tgk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables users to create new Claude skills or update existing ones by providing a standardized template and resource scaffolding, making skills modular, maintainable, and reusable.

Core Features & Use Cases

  • Template-driven SKILL.md enforces frontmatter with name and description and provides a clear instruction body.
  • Bundled resources scaffolding creates scripts/, references/, and assets/ directories with starter files to accelerate skill development.
  • Structured patterns support multiple structuring approaches (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) for flexible skill design.

Quick Start

Run the init_skill.py script to generate a new skill scaffold, then customize SKILL.md and 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 a new skill with the right directory structure and metadata?

To scaffold a new skill, run the initialization script to generate a template-driven SKILL.md with required frontmatter and bundled resource directories like scripts, references, and assets.

What is the best way to structure Claude skills for maintainability?

The best way to structure Claude skills is using a consistent resource model with dedicated directories for scripts, references, and assets, supported by structured patterns like workflow-based or task-based design.

Do I need frontmatter validation before packaging a skill for distribution?

Yes, frontmatter validation is required before packaging. The validation process verifies skill structure, metadata, and resource organization to ensure units are ready for distribution.

Can I use different structural patterns for skill design within the same template?

Yes, you can use multiple structuring approaches including workflow-based, task-based, reference-guidelines, and capabilities-based patterns within the same template for flexible skill design.

Why does my skill packaging step fail during validation?

Skill packaging fails during validation if the generated unit lacks required frontmatter fields like name and description, or if the resource organization does not match the expected model.

What files are included in the bundled resources scaffolding?

The bundled resources scaffolding includes starter files within scripts, references, and assets directories to accelerate skill development and enforce a modular resource model.