skill-creator

Scaffold and package Claude Skills with templates and resource folders.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Holy-Pigeon/AIWorkflow --skill skill-creator-holy-pigeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Holy-Pigeon/AIWorkflow/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Holy-Pigeon/AIWorkflow --skill skill-creator-holy-pigeon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating Claude Skills consistently is difficult without a standard blueprint. This Skill provides templates, structure, and guidance to design, scaffold, and package Skills efficiently.

Core Features & Use Cases

  • Template-driven frontmatter and body structure for predictable Skill definitions.
  • Built-in resource scaffolding: scripts/, references/, and assets/ to accelerate development.
  • Guidance on validation, packaging, and iterative improvement to produce distributable .skill files.

Quick Start

Run the initializer to create a new skill folder, then customize SKILL.md and the bundled resources to fit 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 Claude Skills with a standard folder structure and templates?

To create Claude Skills with a standard structure, run the initializer to generate a new skill folder, then customize the SKILL.md and bundled resources like scripts, references, and assets to fit your use case.

What is the best way to package Claude Skills for distribution?

The best way to package Claude Skills for distribution is to follow a streamlined workflow that validates YAML frontmatter, organizes optional resources, and outputs a distributable .skill file artifact.

Do I need YAML validation when scaffolding a Claude Skill?

Yes, you need YAML validation when scaffolding a Claude Skill to ensure your frontmatter and body structure meet predictable template definitions before packaging the distributable artifact.

Can I use existing scripts and references when designing new Claude Skills?

You can accelerate development by using built-in resource scaffolding to organize existing scripts, references, and assets into your skill folder alongside the customized SKILL.md file.