skill-creator

Create and package Claude skills with standardized SKILL.md frontmatter and resource scaffolding.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LPDigital-Agent/galderma-demo-trackwise --skill skill-creator-lpdigital-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/LPDigital-Agent/galderma-demo-trackwise/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/LPDigital-Agent/galderma-demo-trackwise --skill skill-creator-lpdigital-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires quick_validate.

What problem does it solve?

The Skill Creator provides a structured approach to designing and packaging Claude skills. It standardizes the required SKILL.md frontmatter, outlines optional bundled resources (scripts, references, assets), and defines a repeatable workflow for initializing, editing, and packaging skills to ensure consistency across teams.

Core Features & Use Cases

  • Structured frontmatter: Enforces the presence of name and description in SKILL.md and describes how the Markdown body should be organized.
  • Bundled resource scaffolding: Explains the role of optional directories (scripts/, references/, assets/) to support deterministic tasks, in-depth docs, and output templates.
  • Three-step workflow: Initialize a new skill, customize its content, and package for distribution.
  • Use cases: Rapidly bootstrap Claude skills for domains or standardize existing skills for easier reuse and sharing.

Quick Start

To begin, initialize a new skill using the Skill Init script, customize SKILL.md with precise frontmatter and instructions, and optionally add resources in the bundled directories. Then validate and package as needed.

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 Claude skills with standardized metadata?

To create and package Claude skills, use a structured workflow that initializes a template, enforces required SKILL.md frontmatter like name and description, and bundles optional resources before validation.

What is the required frontmatter structure for a SKILL.md file?

The required frontmatter structure for a SKILL.md file mandates including a name and description, while the Markdown body defines instructions and optionally outlines scripts, references, and assets directories.

How do I scaffold bundled resources like scripts and assets for reusable AI capabilities?

Scaffold bundled resources by initializing optional directories such as scripts/, references/, and assets/ to support deterministic tasks, in-depth documentation, and output templates for reusable AI capabilities.

Can I use skill-creation templates to standardize existing skills for team distribution?

Yes, you can use skill-creation templates to standardize existing skills, applying consistent frontmatter and resource scaffolding to enable scalable distribution and easier reuse across teams.

What is the best way to validate a Claude skill before distribution?

The best way to validate a Claude skill before distribution is to run a built-in validation workflow that checks for required SKILL.md frontmatter and verifies the structured resource scaffolding.

Does the skill packaging workflow support optional directories for references and assets?

Yes, the skill packaging workflow supports optional directories for references and assets, allowing teams to bundle in-depth documentation and output templates alongside deterministic scripts.