skill-creator

Generates Claude skill skeletons with SKILL.md frontmatter and starter resources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a structured, repeatable blueprint for creating, updating, and packaging Claude skills, including SKILL.md templates, starter resource directories, and a packaging workflow, so teams can consistently onboard new capabilities.

Core Features & Use Cases

  • Template-driven SKILL.md: Generates a ready-to-edit frontmatter with name and description and developer-friendly guidance.
  • Bundled Resources Scaffolding: Creates example scripts/, references/, and assets/ directories to demonstrate organization and usage.
  • Workflow Patterns & Packaging: Documents recommended structures (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) and includes a packaging script to produce a .skill file.
  • Usage Scenarios: Ideal for teams building Claude skills from scratch or updating existing ones, ensuring consistency across skills and easing collaboration.

Quick Start

Run the Init Skill script to scaffold a new skill directory in your chosen path.

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 scratch?

To scaffold a Claude skill, run the initialization script to generate a complete directory skeleton, including a SKILL.md file with valid frontmatter and starter resource folders. This template provides a structured, repeatable blueprint for packaging your AI workflows.

What is the required structure for a SKILL.md frontmatter file?

A valid SKILL.md frontmatter requires name and description fields at minimum, with optional compatibility fields. The skill scaffolding process enforces this metadata structure to ensure proper validation when packaging the final .skill file.

What is the best way to package and organize Claude skills for team collaboration?

The best way to package Claude skills is using a template-driven workflow that organizes resources into scripts, references, and assets directories. This consistency eases team collaboration and produces a standardized .skill file for onboarding new capabilities.

Does the skill creation process support different workflow patterns?

Yes, the skill creation process supports multiple workflow patterns including Workflow-Based, Task-Based, Reference/Guidelines, and Capabilities-Based structures. These documented patterns help guide how you organize your skill logic and starter resources.

Can I update an existing skill without breaking its frontmatter validation?

Yes, you can update an existing skill by applying the scaffolding workflow to validate the frontmatter and resource directories. The process enforces a valid metadata structure to ensure the updated skill remains properly packaged.

Why do I need a packaging script to generate a .skill file?

You need a packaging script to bundle your SKILL.md, resource directories, and scripts into a standardized .skill file. This automated packaging workflow ensures consistent onboarding and deployment of new Claude capabilities across teams.