skill-creator

Create Claude skill scaffolds with templates and validation tooling.

Updated Mar 29, 2025
One-click install
npx skills add https://github.com/ketzal88/gym-counter --skill skill-creator-ketzal88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ketzal88/gym-counter/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/ketzal88/gym-counter --skill skill-creator-ketzal88

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a structured blueprint and tooling guidance for creating, validating, and packaging Claude skills, enabling consistent quality and onboarding for new capabilities.

Core Features & Use Cases

  • Templates for SKILL.md frontmatter and content structure to accelerate consistent skill design.
  • Automated scaffolding and example resource directories (scripts, references, assets) to demonstrate best practices.
  • Guidance on progressive disclosure, domain organization, and packaging into .skill files for distribution.
  • Built-in utilities for validation and packaging to reduce setup errors and ensure compatibility.

Quick Start

Run the skill initialization tool to create a new skill scaffold under your preferred path.

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 consistent structure and frontmatter?

To create a Claude skill with consistent structure, use a scaffolding tool that generates a standardized skill skeleton, SKILL.md frontmatter templates, and example resource directories to ensure alignment with the Skill Unit standard.

What is the best way to package and validate skills for distribution?

The best way to package and validate skills is using built-in utilities that check frontmatter, structure, and bundled resources, then compile the validated output into .skill files for distribution.

Do I need yaml to use skill creation and packaging workflows?

Yes, you need yaml to use these skill creation workflows, as it is a required dependency for parsing and validating the SKILL.md frontmatter templates during the scaffolding process.

How does automated skill scaffolding work for new capabilities?

Automated skill scaffolding works by running an initialization tool that instantly generates a complete skill directory structure, including scripts and references, demonstrating best practices for progressive disclosure and domain organization.

Can I update existing skills using these validation templates?

Yes, you can update existing skills using these validation templates, as the tooling targets both new skill development and updates to ensure existing frontmatter and bundled resources align with current standards.

What are the limitations of using templates for skill generation?

The limitation of using templates for skill generation is that they provide an intermediate-level structural blueprint and starter resources, meaning you must still manually implement the specific domain logic and reasoning required for your unique skill.