skill-creator

Guide teams in designing, prototyping, and packaging Claude Skills.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/donghyun-bagelcode/2026-ai-jam --skill skill-creator-donghyun-bagelcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/donghyun-bagelcode/2026-ai-jam/tree/main/.gemini/skills/skill-creator
Command: npx skills add https://github.com/donghyun-bagelcode/2026-ai-jam --skill skill-creator-donghyun-bagelcode

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design, prototype, and package Claude Skills by providing a structured framework, reusable resources, and best-practice guidance for building modular, safe, and scalable capabilities.

Core Features & Use Cases

  • Workflow-oriented guidance for creating multi-step skills.
  • Starter templates, scripts, references, and assets to accelerate skill development.
  • Best-practice patterns for progressive disclosure and safe deployment in production.

Quick Start

Run the init_skill.py script to bootstrap a new skill skeleton.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reusable Claude skills for multi-step workflows?

To create reusable Claude skills, use a structured framework that provides workflow-oriented guidance, starter templates, and bundled resources like scripts and references for safe, modular skill development across projects.

What is the best way to package modular skills with YAML frontmatter?

Packaging modular skills requires enforcing YAML frontmatter with name and description fields, optionally adding compatibility details, and bundling resources like scripts, references, and assets according to the Skill unit spec.

Does skill creation require Python dependencies to bootstrap a new skeleton?

Skill creation requires the pyyaml Python dependency to handle YAML frontmatter parsing, and you can run the init_skill.py script to bootstrap a new skill skeleton and accelerate development.

Can I use bundled scripts and references for progressive disclosure in production?

Yes, you can use bundled scripts and references for progressive disclosure, applying best-practice patterns to safely deploy scalable and modular capabilities in production environments.

What are the limitations when designing multi-step skills for team environments?

Designing multi-step skills requires careful management of bundled resources to ensure safe deployment, while limitations include the need to strictly enforce YAML frontmatter and adhere to the Skill unit spec for compatibility.