skill-creator

Create Claude skills using structured SKILL.md templates and bundled resources.

1|Updated May 15, 2025
One-click install
npx skills add https://github.com/badaniya/.stowed --skill skill-creator-badaniya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/badaniya/.stowed/tree/main/agents/.agents/skills/skill-creator
Command: npx skills add https://github.com/badaniya/.stowed --skill skill-creator-badaniya

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a clear, repeatable blueprint for creating, updating, and sharing Claude skills. It helps teams standardize how skills are documented, structured, and bundled, reducing guesswork and enabling consistent reuse.

Core Features & Use Cases

  • Structured SKILL.md templates with required frontmatter (name, description) and a Markdown body for instructions.
  • Bundled resources guidance (scripts/ references/ assets) to store deterministic code, reference material, and output templates.
  • Progressive loading and design pattern guidance (three-level loading, domain-specific organization, and conditional details) to optimize context usage and scalability.
  • Packaging and distribution guidance including optional .skill packaging for sharing and version control.

Quick Start

  • Install or use the included init_skill.py to create a new skill folder, then edit SKILL.md and add or prune bundled resources as needed

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills for distribution?

To create Claude skills, use a structured SKILL.md template with required frontmatter and bundle resources like scripts, references, and assets to ensure consistent packaging for sharing and version control.

What is the best way to structure frontmatter and resources for a new Claude skill?

Structure frontmatter by defining required name and description fields, then organize deterministic code in scripts, reference material in references, and output templates in assets for scalable skill design.

Can I use progressive loading to optimize context usage in Claude skills?

Yes, Claude skills support progressive loading through three-level loading patterns, domain-specific organization, and conditional details to optimize context usage and scalability.

Does Claude skill creation require specific naming conventions and safety guidelines?

Claude skill creation enforces strict naming conventions, resource packaging rules, and safety guidelines to ensure consistent, scalable, and shareable skills across both private and public workflows.

Why use a structured blueprint for developing Claude skills instead of ad-hoc markdown?

A structured blueprint standardizes documentation, resource organization, and frontmatter validation, reducing guesswork and enabling consistent team reuse compared to ad-hoc markdown approaches.