skill-creator

Generate a frontmatter-backed SKILL.md and starter resource directories for Claude Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator addresses the need for a structured, repeatable process to design, initialize, and package Claude skills. It provides a disciplined framework for capturing a skill's purpose, inputs, and bundled resources, ensuring new skills start from a solid, consistent foundation.

Core Features & Use Cases

  • Tooling: Generates a standard frontmatter skeleton (name, description) and a starter SKILL.md body template.
  • Scaffolding: Creates example resource directories (scripts/, references/, assets/) to demonstrate structure.
  • Guidance: Documents recommended workflow and packaging processes to accelerate skill creation.

Quick Start

Run the Skill Initializer to scaffold a new skill directory and begin customizing SKILL.md.

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 scratch?

To create a Claude skill, run the Skill Initializer to scaffold a directory with a frontmatter-backed SKILL.md and starter resource folders like scripts/ and assets/. This generates a consistent naming and description structure to begin customization immediately.

What is frontmatter in a SKILL.md file?

Frontmatter in a SKILL.md file is a standardized metadata block that enforces consistent naming and descriptions for a skill unit. It provides a structured foundation that supports deployment and packaging workflows for Claude skills.

How do I package a Claude skill for deployment?

You package a Claude skill by organizing its resources into the scaffolded directories and updating the SKILL.md frontmatter. The framework documents recommended packaging processes to accelerate skill creation and ensure consistent deployment readiness.

Can I bundle scripts and references into my skill structure?

Yes, the scaffolding process creates example resource directories for scripts/, references/, and assets/. These optional resources demonstrate the standard structure and support bundled capabilities within your skill deployment.

How does iterative improvement work for skill units?

Iterative improvement for skill units is guided by self-updating protocols built into the framework. This allows you to continuously refine the SKILL.md body template and resource structure during the development and packaging workflows.

Do I need any dependencies to scaffold a skill?

No dependencies are required to scaffold a skill. The toolchain independently generates the frontmatter skeleton, starter SKILL.md body template, and resource directory structure without external packages or components.