skill-creator

Generate and refine modular Claude Skills with standardized frontmatter and resource templates.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/niallr12/ticket-implementer --skill skill-creator-niallr12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/niallr12/ticket-implementer/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/niallr12/ticket-implementer --skill skill-creator-niallr12

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables teams to create and update Claude Skills with standardized frontmatter, guided structure, and reusable resources, reducing drift and time-to-value.

Core Features & Use Cases

  • Provides templates for name/description frontmatter and a clear skill lifecycle from init to packaging
  • Organizes bundled resources into scripts, references, and assets to enable repeatable, scalable skill creation
  • Includes progressive disclosure patterns and best-practice guidance for safe deployment and sharing

Quick Start

Run the skill initializer to scaffold a new skill and customize its SKILL.md for your use case.

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 standardized frontmatter?

To create a Claude Skill with standardized frontmatter, run the skill initializer to scaffold a new project and customize its SKILL.md. This generates modular skills with required name and description fields, ensuring consistent behavior across Claude instances.

What is the best way to structure Claude Skills to reduce drift?

The best way to structure Claude Skills to reduce drift is organizing bundled resources into scripts, references, and assets. This guided structure applies progressive disclosure patterns and reusable templates, ensuring repeatable and scalable skill creation across teams.

Does the skill-creation workflow require yaml dependencies?

Yes, the skill-creation workflow requires the yaml dependency to validate standardized frontmatter. This ensures the generated SKILL.md files include proper name and description fields for consistent behavior across Claude instances.

Can I update existing Claude Skills without breaking their bundled resources?

Yes, you can update existing Claude Skills without breaking bundled resources. The skill lifecycle supports refining modular skills by validating existing scripts, references, and assets, ensuring safe deployment and consistent behavior across instances.

When should I use progressive disclosure patterns in skill packaging?

Use progressive disclosure patterns in skill packaging when deploying complex skills with multiple scripts, references, and assets. This approach applies best-practice guidance for safe sharing, reducing time-to-value while maintaining standardized frontmatter and consistent behavior.