skill-creator

Generate Claude skill scaffolds with structured templates and validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hitoshi-hasegawa/tasq0-tutorial-nike --skill skill-creator-hitoshi-hasegawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hitoshi-hasegawa/tasq0-tutorial-nike/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/hitoshi-hasegawa/tasq0-tutorial-nike --skill skill-creator-hitoshi-hasegawa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a standardized process and templates for creating, organizing, and packaging Claude skills, helping teams launch repeatable, maintainable capabilities.

Core Features & Use Cases

  • Templates for SKILL.md frontmatter and resource structure (scripts/, references/, assets/)
  • Guidance on packaging skills into .skill files
  • Best practices for validation, naming conventions, and progressive disclosure

Quick Start

Run scripts/init_skill.py with a hyphen-case skill name under your preferred path to generate a ready-to-edit skill scaffold.

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 the correct YAML frontmatter and folder structure?

To create a Claude skill, you generate a standardized scaffold containing SKILL.md frontmatter and resource directories like scripts/, references/, and assets/ using initialization scripts to ensure correct structure.

What is the best way to package Claude skills into a distributable format?

Packaging Claude skills into .skill files requires validating YAML frontmatter presence, license fields, and optional resources conformance to ensure a repeatable, maintainable capability distribution.

How do I validate skill templates to ensure they meet naming and resource conventions?

Validating skill templates involves checking YAML frontmatter presence, license fields, and optional resource conformance against established best practices for naming conventions and progressive disclosure.

Do I need any dependencies to initialize and maintain skill scaffolds across projects?

No dependencies are required to initialize and maintain skill scaffolds. You use an initialization script with a hyphen-case skill name to generate a ready-to-edit structure across projects.

Can I use this skill creation process to standardize team capabilities across multiple projects?

Yes, this skill creation process provides a standardized workflow and templates for creating, organizing, and packaging capabilities, helping teams launch repeatable and maintainable skills across multiple projects.