skill-creator

Define a reusable blueprint for creating Claude skills with structured frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a clear, repeatable blueprint for creating and updating Claude skills, ensuring consistent frontmatter, structure, and bundled resources.

Core Features & Use Cases

  • Defines a standard SKILL.md frontmatter with required fields (name, description) and a concise Markdown body for guidance.
  • Documents how to organize optional bundled resources (scripts/, references/, assets/) to support reusable, deterministic workflows.
  • Encourages progressive disclosure design to keep context manageable while enabling detailed references when needed.

Quick Start

Run the skill initializer to scaffold a new skill including SKILL.md and starter resources.

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 reusable blueprint for packaging Claude skills?

To create a reusable blueprint for packaging Claude skills, use a structured SKILL.md with required frontmatter fields like name and description, then bundle optional resources such as scripts, references, and assets into organized directories.

What is progressive disclosure design in skill workflows?

Progressive disclosure design in skill workflows is a technique that minimizes context bloat by keeping the main SKILL.md concise while pushing detailed guidance into bundled references, maximizing reusability without overwhelming the context window.

How do I structure frontmatter and content when building a Claude skill?

To structure frontmatter and content when building a Claude skill, define required metadata fields like name and description at the top, followed by a concise Markdown body that guides the workflow, ensuring validation and packaging readiness.

What is the best way to organize scripts and references in a skill bundle?

The best way to organize scripts and references in a skill bundle is to separate them into dedicated directories alongside the SKILL.md, ensuring deterministic workflows can locate and execute bundled resources reliably during initialization.

Can I scaffold a new skill with starter resources automatically?

Yes, you can scaffold a new skill with starter resources automatically by running the skill initializer, which generates the standard SKILL.md file and sets up the initial directory structure for scripts, references, and assets.

Why does my Claude skill workflow suffer from context bloat?

Your Claude skill workflow suffers from context bloat when detailed instructions are embedded directly in the main file, which can be resolved by applying progressive disclosure design to offload detailed content into bundled references.