skill-creator

Create structured Claude skills with SKILL.md templates and bundled resources.

72|8|Updated Apr 30, 2022
One-click install
npx skills add https://github.com/Kurarion/Genshin-Calc --skill skill-creator-kurarion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Kurarion/Genshin-Calc/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Kurarion/Genshin-Calc --skill skill-creator-kurarion

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured, reusable template and bundled resources that help teams design, document, and package Claude skills quickly, reducing boilerplate and errors.

Core Features & Use Cases

  • Ready-to-use SKILL.md templates with frontmatter and guidance
  • Bundled resources including example scripts, references, and assets to bootstrap common workflows
  • Clear design patterns (workflow-based, task-based, and reference/guidelines) to organize complex skills
  • Examples and starter resources to accelerate Skill creation for multiple domains

Quick Start

Run the init_skill.py script to generate a new skill skeleton and then 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 using a template?

You can create a Claude skill by running the init_skill.py script to generate a new skill skeleton, then customizing the SKILL.md file and bundled resources to fit your specific workflow.

What is the best way to structure a modular Claude skill for a team?

The best way to structure modular Claude skills is using established design patterns like workflow-based, task-based, and reference-style organization to ensure components are reusable across multiple domains.

Does generating a reusable skill require specific frontmatter and file organization?

Yes, generating a reusable skill requires proper frontmatter naming, a structured SKILL.md file, and organized bundled resources to meet packaging and safety expectations.

Can I use skill-creation templates for different domains and workflows?

Yes, you can use these skill-creation templates across different domains because they include starter resources and design patterns that bootstrap common workflows for various team needs.

What is included in the Claude skill packaging template to reduce boilerplate?

The Claude skill packaging template includes a ready-to-use SKILL.md file with frontmatter, example scripts, references, and assets to help teams design and document skills quickly.