skill-creator

Generate semantic metadata bundles for Claude skill units.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/amite/personal-triage-agent --skill skill-creator-amite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/amite/personal-triage-agent/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/amite/personal-triage-agent --skill skill-creator-amite

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams design, document, and bootstrap new Claude Skills quickly, reducing boilerplate and ensuring consistent quality.

Core Features & Use Cases

  • Frontmatter scaffolding: Generates a clean SKILL.md with required name and description.
  • Resource scaffolding: Provides example scripts, references, and assets to jump-start Skill development.
  • Packaging & validation: Includes a standard workflow to validate and package Skills for distribution.

Quick Start

Run the Skill Initializer to scaffold a new skill, then customize SKILL.md and the bundled resources before packaging.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a new Claude Skill with standard scaffolding?

Use the Skill Initializer to bootstrap a new Claude Skill, which generates a clean SKILL.md with required frontmatter, example scripts, references, and assets. Customize the metadata and resources, then validate using the bundled workflow before packaging for distribution.

What should a Skill's frontmatter and metadata include?

Frontmatter must include skill name and a three-sentence description in strict English declarative style, indexing-ready format, and a consistent signature. This ensures compatibility with skill tooling like init_skill.py and quick_validate.py.

Can I organize scripts, references, and assets when creating a Skill?

Yes. The Skill provides resource scaffolding that structures scripts, references, and assets into consistent directories. This standardized organization ensures your Skill meets output-pattern conventions and tooling compatibility.

How do I validate and package a Skill for distribution?

After customizing SKILL.md and bundled resources, run the standard validation workflow included with the Skill Initializer. This checks frontmatter, resource organization, and output patterns, then prepares your Skill for packaging and distribution.

What's the best way to reduce boilerplate when creating multiple Skills?

Templates and scaffolding reduce repetitive setup work across Skills. The Skill Initializer generates consistent SKILL.md structure, resource directories, and metadata bundles, letting teams focus on domain logic instead of structural setup.