skill-creator

Scaffold standardized Claude Skills with SKILL.md and resource folders.

367|39|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/MegaSuperKitty/LittleAngelBot --skill skill-creator-megasuperkitty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MegaSuperKitty/LittleAngelBot/tree/main/skills/skill-creator
Command: npx skills add https://github.com/MegaSuperKitty/LittleAngelBot --skill skill-creator-megasuperkitty

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates and standardizes the creation of new Skill Units by providing templates, structure, and guidance so teams can quickly bootstrap skills that conform to the Skill Unit specification.

Core Features & Use Cases

  • Generates SKILL.md frontmatter with required name and description.
  • Creates starter resource directories (scripts/, references/, assets/) with example placeholders.
  • Provides templates and patterns for structuring skill content (workflow-based, task-based, reference/guidelines, etc.)
  • Supports iterative development and packaging steps to produce a distributable .skill file.

Use cases include new skill creation, onboarding new team members, and maintaining consistency across skills.

Quick Start

Initialize a new skill named "my-example-skill" under skills/ using the Skill Initializer, then customize SKILL.md and the resource directories.

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 standardized Claude skill with the correct SKILL.md frontmatter and folder structure?

To create a Claude skill, this tool scaffolds the SKILL.md file with required name and description frontmatter, and generates starter resource directories like scripts/ and references/ to ensure packaging-ready structure.

What is the best way to bootstrap a new skill unit for team workflows?

Bootstrapping a skill unit requires standardized templates and structural guidance. This tool provides workflow-based and task-based patterns to quickly initialize skills and maintain consistency across product, engineering, and content domains.

Can I package markdown templates and scripts into a distributable .skill file?

Yes, you can package markdown templates and scripts into a distributable file. The tool supports iterative development steps that produce a packaging-ready structure compatible with standard packaging tools.

Does the skill creation process require any external dependencies or prior setup?

No external dependencies are required for the skill creation process. The tool independently generates the necessary YAML frontmatter and starter resource directories with example placeholders to initialize your skill.

What templates are available for structuring skill content and references?

Available templates for structuring skill content include workflow-based, task-based, and reference/guidelines patterns. These templates help organize your SKILL.md and associated resource directories for various use cases.

How do I update an existing skill structure without breaking the YAML frontmatter?

Updating an existing skill structure involves applying standardized templates to ensure the YAML frontmatter retains the required name and description fields while safely adding or modifying resource directories.