skill-creator

Generate Claude skill scaffolds with SKILL.md and resource folders.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill skill-creator-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/tool-development/skill-creator
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill skill-creator-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of Claude Skill Units by providing a ready-to-use template, example resources, and clear guidelines, enabling consistent, high-quality skill packaging with minimal boilerplate.

Core Features & Use Cases

  • Provides a standardized SKILL.md template with required frontmatter (name and description) and a descriptive body to guide skill usage.
  • Includes example resource scaffolds (scripts/, references/, assets/) to demonstrate how bundled resources can be organized and reused.
  • Offers a repeatable skill creation workflow via an initializer script (scripts/init_skill.py) and a packaging step (scripts/package_skill.py) to produce distributable .skill packages.
  • Use cases include starting new Claude skills, updating existing skills with new domains, and ensuring consistent structure across a large catalog of skills.

Quick Start

Use the Skill Initializer to bootstrap a new skill directory from the template.

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 new Claude skill from a template?

To create a Claude skill, this initializer automates scaffold creation by generating a ready-to-use SKILL.md with required frontmatter and provisions optional resource folders like scripts, references, and assets.

What files and folders are required to build a Claude skill?

Building a Claude skill requires a SKILL.md file with frontmatter fields for name and description. Optional resource bundles include directories for scripts, references, and assets to organize reusable content.

How does the skill initializer script automate skill packaging?

The skill initializer script automates packaging by bootstrapping a new skill directory from a standardized template, then a packaging script produces distributable .skill packages for deployment.

Can I update existing skills with new domains using this scaffold?

Yes, you can update existing skills by using the scaffold to integrate new domains, tool integrations, or workflows while maintaining a consistent structure across your skill catalog.

Do I need any dependencies to use the skill creator?

No dependencies are required to use the skill creator. It operates independently to provision example resource scaffolds and generate the descriptive SKILL.md body needed for Claude.

What is the best way to ensure consistent structure across a large catalog of skills?

The best way to ensure consistent skill structure is using an automated initializer to generate a standardized SKILL.md template and example resource scaffolds, minimizing boilerplate across your catalog.