skill-creator

Create and refine self-contained skills with SKILL.md metadata and bundled resources.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/ai-wes/glassbox-operator --skill skill-creator-ai-wes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ai-wes/glassbox-operator/tree/main/awesome-claude-skills/skill-creator
Command: npx skills add https://github.com/ai-wes/glassbox-operator --skill skill-creator-ai-wes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps create and refine modular Skills that extend Claude with specialized workflows, domain knowledge, and reusable resources. It reduces guesswork by showing how to define a Skill entry point, organize supporting files, and package the result cleanly.

Core Features & Use Cases

  • Skill Design Guidance: Clarifies what belongs in SKILL.md, including required metadata and body instructions.
  • Reusable Resource Planning: Explains when to add scripts, references, and assets for repeatable or structured work.
  • Skill Initialization and Packaging: Supports creating a new Skill scaffold, validating it, and producing a distributable package.
  • Use Case: A builder wants to turn a repeated workflow into a reliable Skill with documentation, automation, and a consistent folder layout.

Quick Start

Ask Claude to help create or improve a Skill by describing the task, the intended users, and any reusable files or automation it should include.

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

To create a Claude skill, you define a valid SKILL.md entry point with required name and description frontmatter, then organize optional supporting directories for scripts, references, and assets to ensure clean packaging.

What should be included in a SKILL.md file when authoring a new skill?

A SKILL.md file must include name and description frontmatter as required metadata, plus body instructions that define the skill's specialized workflows, domain knowledge, and reusable resources for Claude.

Can I update an existing skill to add reusable scripts and references?

Yes, you can refine an existing skill by adding bundled resources like scripts, references, and assets into supporting directories, then validating the updated structure to maintain a self-contained package.

Does skill creation require any dependencies or specific environment setup?

Skill creation requires no external dependencies; it relies on a valid SKILL.md entry point with proper metadata frontmatter and optional supporting directories for packaging reusable scripts and validation.

What's the best way to package a workflow into a distributable skill?

The best way to package a workflow is to scaffold a new skill with a SKILL.md entry point, organize reusable automation scripts and references into supporting directories, then validate and produce a distributable package.