skill-creator

Generate standardized Claude Skill scaffolding with SKILL.md and YAML frontmatter.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/884js/agent-skills --skill skill-creator-884js
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/884js/agent-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/884js/agent-skills --skill skill-creator-884js

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to create or update Claude skills with a consistent structure and reusable resources, enabling scalable skill development.

Core Features & Use Cases

  • Standardized SKILL.md template with required frontmatter and clearly separated instructions.
  • Optional bundled resources directories (scripts/, references/, assets/) to store pragmatic tooling and references for repeatable tasks.
  • Guidance on Progressive Disclosure, stepwise loading, and packaging for distribution.

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to generate a starter 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 a standardized structure?

To create a Claude skill, use a standardized SKILL.md template with required YAML frontmatter for name and description. This scaffolding enforces consistent structure, separates instructions clearly, and supports optional bundled resources directories for repeatable task tooling.

What is progressive disclosure in skill development workflows?

Progressive disclosure in skill development is a design pattern that prescribes stepwise loading of instructions and resources. It allows developers to package domain-specific enhancements and tool integrations efficiently, ensuring scalable and standards-compliant skill distribution.

How do I generate a starter skill scaffold for Claude extensions?

You can generate a starter skill scaffold by running the initialization script with a skill name and output directory. This creates a repeatable, standards-compliant Skill Unit structure with required SKILL.md frontmatter and optional directories for scripts, references, and assets.

Can I bundle scripts and reference assets in a custom skill directory?

Yes, custom skills support optional bundled resources directories including scripts, references, and assets. These directories store pragmatic tooling and references for repeatable tasks, enabling developers to package comprehensive domain-specific enhancements for distribution.

Do I need YAML frontmatter in SKILL.md for Claude to recognize extensions?

Yes, YAML frontmatter containing the skill name and description is required in SKILL.md. This standards-compliant metadata ensures Claude can properly recognize and load the domain-specific workflow or tool integration you have built.