skill-creator

Standardize Claude skill creation, documentation, and packaging workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The skill provides a guided framework and tooling to create, document, and package Claude skills, enabling consistent templates, resource scaffolding, and distribution-ready artifacts.

Core Features & Use Cases

  • Structured skill templates and frontmatter generation
  • Automated scaffolding of scripts/, references/, and assets/
  • Packaging and validation workflow to produce distributable skill ZIPs
  • Reference templates and tooling to accelerate skill creation for teams

Quick Start

Run the init_skill.py tool to generate a new skill scaffold, then tailor SKILL.md and bundled resources 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 automate Claude skill creation and ensure consistent directory structures?

Automating Claude skill creation involves using scaffolding tools to generate standardized directory structures like scripts, references, and assets. This enforces consistent templates and YAML frontmatter validity for production-ready skill units.

What is the best way to package Claude skills for team distribution?

Packaging Claude skills for distribution requires a validation workflow that bundles your SKILL.md and scaffolded resources into distributable ZIPs. This ensures frontmatter validity and structural consistency before sharing with teams.

How do I generate valid YAML frontmatter for new Claude skills?

Generating valid YAML frontmatter for Claude skills requires using structured templates that automate metadata creation. The tooling enforces frontmatter validity during the scaffolding process, eliminating manual formatting errors.

Can I update existing Claude skills using automated scaffolding templates?

Updating existing Claude skills is supported by the tooling's scope, which covers both developing new skills and updating existing ones. It applies standardized templates and validation workflows to ensure ongoing consistency.

Do I need to manually create scripts and assets folders when building a Claude skill?

Manually creating scripts and assets folders is unnecessary when using automated scaffolding. The init_skill.py tool automatically generates the required directory structure, allowing you to focus on tailoring the SKILL.md content.

Why does my Claude skill packaging workflow fail validation checks?

Claude skill packaging validation fails when YAML frontmatter is invalid or the directory structure deviates from expected standards. Integrated validation checks enforce production-ready formatting before generating distributable artifacts.