skill-creator

Create Claude skill scaffolds with SKILL.md frontmatter and template resources.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Siyeolryu/ica-SYR- --skill skill-creator-siyeolryu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Siyeolryu/ica-SYR-/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Siyeolryu/ica-SYR- --skill skill-creator-siyeolryu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating consistent, production-ready Claude skills from scratch can be time-consuming and error-prone. Skill developers often reinvent boilerplate structure, resources, and packaging steps.

Core Features & Use Cases

  • Provides a standardized skeleton including SKILL.md frontmatter, optional scripts/, references/, and assets/ directories to accelerate skill creation.
  • Includes template scripts and reference material to demonstrate structure and packaging workflows.
  • Useful for teams building multiple skills, onboarding new contributors, or rapidly prototyping new capabilities for Claude.

Quick Start

Run the init_skill.py script to scaffold a new skill directory and customize SKILL.md and resources.

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

To create a Claude skill from scratch, you can run the init_skill.py script to scaffold a new skill directory, which generates a standardized structure with YAML frontmatter and optional resource folders for immediate packaging.

What is the required structure for packaging a Claude skill?

The required structure for packaging a Claude skill includes a SKILL.md file with YAML frontmatter containing the name and description, alongside optional directories for scripts, references, and assets to ensure reliable packaging.

How do I update an existing Claude skill without breaking the structure?

To update an existing Claude skill, you can apply the skill-creation scaffold to guide structure, resources, and naming conventions, ensuring the YAML frontmatter remains intact and packaging workflows stay reliable.

Do I need any specific dependencies to scaffold a new skill?

Yes, you need the YAML dependency installed in your environment to properly scaffold a new skill, as the template enforces YAML frontmatter for name and description during the creation process.

What's the best way to prototype new capabilities for Claude for a team?

The best way to prototype new capabilities for Claude is using a standardized skill skeleton that includes template scripts and reference material, accelerating skill creation and onboarding for teams building multiple skills.

What is included in the skill scaffold to help with development?

The skill scaffold includes a standardized skeleton with SKILL.md frontmatter, optional scripts, references, and assets directories, along with template scripts and reference material to demonstrate structure and packaging workflows.