skill-creator

Create and maintain Claude skills with structured SKILL.md templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the creation and ongoing maintenance of Claude skills by providing a structured template and governance to help users design new skills or update existing ones with consistent structure and bundled resources.

Core Features & Use Cases

  • Provides a ready-to-use SKILL.md frontmatter and body skeleton for new skills
  • Recommends how to organize bundled resources (scripts, references, and assets) for predictable loading and packaging
  • Includes example resources and guidance on best practices for progressive disclosure and packaging, enabling consistent deployment

Quick Start

Run the Skill Initializer to create a new skill directory, then customize SKILL.md and bundled resources to fit your use case

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Claude skill from a template?

To create a new Claude skill, run the Skill Initializer to generate a new directory, then customize the provided SKILL.md frontmatter and body skeleton to fit your specific workflow.

What is progressive-disclosure loading for Claude skills?

Progressive-disclosure loading is a packaging workflow best practice that ensures predictable resource organization by structuring bundled scripts, references, and assets for consistent deployment.

How do I organize resources when packaging Claude skills?

Organize bundled resources by separating scripts, references, and assets into their respective folders within the skill directory to ensure predictable loading and consistent packaging.

Do I need yaml to use the skill-creator template?

Yes, yaml is required as a dependency to ensure frontmatter validity, specifically validating the required name and description fields within the SKILL.md file.

What is the best way to update an existing Claude skill?

The best way to update an existing Claude skill is to apply the structured template workflow to re-evaluate resource organization, validate frontmatter, and align with current packaging best practices.