skill-creator

Create and package Claude skills as .skill bundles with SKILL.md frontmatter.

2|2|Updated May 30, 2025
One-click install
npx skills add https://github.com/wodsmith/thewodapp --skill skill-creator-wodsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wodsmith/thewodapp/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/wodsmith/thewodapp --skill skill-creator-wodsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a structured, progressive approach to design and packaging Claude Skills.

Core Features & Use Cases

  • Anatomy of a Skill: SKILL.md frontmatter and body, bundled resources
  • Progressive disclosure: Metadata, SKILL.md, then resources
  • Packaging: Steps to package as .skill and validate

Quick Start

Scaffold a new skill with the Skill Creator and follow packaging steps.

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 a Claude skill with TypeScript?

The Skill Creator automates skill packaging by generating SKILL.md frontmatter, structuring skill content, and assembling a distributable .skill package with bundled scripts and resources in TypeScript/Bun environments, ensuring consistent naming and validation.

What goes into a skill's structure and frontmatter?

A skill requires SKILL.md frontmatter metadata, a skill body describing functionality, and bundled resources including scripts and references. The Skill Creator enforces naming conventions and resource organization to keep skills complete and deployable.

Can I create skills on Windows using TypeScript and Bun?

Yes. The Skill Creator operates in Windows-compatible TypeScript/Bun environments, scaffolding new skills and packaging them as .skill files with full validation and tooling support.

How do I validate and package my skill as a .skill file?

The Skill Creator provides progressive disclosure: define metadata, write your SKILL.md content, organize resources, then follow automated packaging steps to validate and assemble your .skill distributable with bundled scripts and references.

What's the progressive approach to designing a skill?

The Skill Creator guides you through anatomy of a skill, then metadata setup, SKILL.md content, and finally resource organization and packaging—each stage building on the previous for structured, consistent skill development.

Does the Skill Creator enforce naming or resource conventions?

Yes. The Skill Creator enforces naming conventions and resource organization standards during creation and packaging, ensuring all skills meet consistency requirements for distribution and deployment.