skill-creator

Scaffold Claude skills with standardized SKILL.md frontmatter and packaging.

Updated Mar 24, 2025
One-click install
npx skills add https://github.com/Leon0050/m_pro --skill skill-creator-leon0050
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Leon0050/m_pro/tree/main/llm/trae/skill-creator
Command: npx skills add https://github.com/Leon0050/m_pro --skill skill-creator-leon0050

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standardized blueprint and tooling to create, update, and package Claude skills with consistent metadata, structure, and distribution.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter (name, description) plus a concise, structured body guiding usage.
  • Template scaffolding for new skills, including optional resources like scripts/, references/, and assets/.
  • Clear guidelines for packaging skills into distributable .skill files and validating structure.
  • Ready-to-use workflows for initializing, editing, and packaging skills, plus best practices for progressive disclosure and resource organization.

Quick Start

Run the Skill Initializer to scaffold a new skill directory named after your skill.

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 with the correct metadata structure?

To create a Claude skill, use an initializer workflow to scaffold a standardized directory with verified SKILL.md frontmatter, including required name and description fields, plus optional scripts, references, and assets folders.

What is the best way to package skills into distributable .skill files?

The best way to package skills is using a standardized packaging pipeline that validates your SKILL.md structure and bundles the directory, including optional resources like scripts and references, into a distributable .skill file.

What frontmatter fields are required when building a skill template?

The required frontmatter fields for a skill template are name and description. These must be included in the SKILL.md file to conform to the standardized metadata structure and pass packaging validation.

Can I include external scripts and references when scaffolding a skill?

Yes, the skill scaffolding workflow supports optional resources such as scripts, references, and assets directories, allowing you to integrate external components and maintain organized progressive disclosure within your skill.

Does this skill creation workflow support updates to existing skills?

Yes, the workflow applies to both new skill initialization and existing skill updates, allowing you to edit metadata, restructure resources, and repackage the skill into a distributable .skill file.

How does progressive disclosure work in skill templates?

Progressive disclosure in skill templates is managed through clear resource organization guidelines, separating the concise SKILL.md body from optional scripts, references, and assets directories to guide usage without cluttering the main file.