skill-creator

Create and refine Claude skills using standardized templates and workflows.

1|Updated Dec 8, 2023
One-click install
npx skills add https://github.com/hydrosolutions/SAPPHIRE_Forecast_Tools --skill skill-creator-hydrosolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hydrosolutions/SAPPHIRE_Forecast_Tools/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/hydrosolutions/SAPPHIRE_Forecast_Tools --skill skill-creator-hydrosolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides users in creating and refining Claude skills by providing a standardized framework, templates, and best-practice guidance for skill design, documentation, and packaging.

Core Features & Use Cases

  • Structured Skill Anatomy guidance: explains SKILL.md frontmatter, body, and bundling resources
  • Templates and examples: SKILL.md templates, example resources in scripts/references/assets
  • Step-by-step Skill Creation Process: six-step process from understanding to packaging

Quick Start

Initialize a new skill by following Steps 1 through 6 of the Skill Creation Process.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with proper frontmatter validation?

Creating and packaging Claude skills involves a six-step process that enforces frontmatter validation, SKILL.md structuring, and organized resource bundling to ensure standardized, error-free skill design.

What is the correct SKILL.md structure for building Claude skills?

The correct SKILL.md structure for building Claude skills comprises validated frontmatter, a descriptive body, and bundled resources organized within scripts, references, and assets directories.

What's the best way to organize scripts, references, and assets for skill design?

Organizing scripts, references, and assets for skill design requires placing them in dedicated directories to ensure safe resource usage, structured packaging, and clear separation of concerns within the skill bundle.

Can I use standardized templates to document my Claude skill workflows?

Yes, you can use standardized SKILL.md templates to document Claude skill workflows, providing best-practice guidance and ensuring consistent frontmatter validation across cross-domain skill design tasks.

Do I need to follow a specific development process to bundle resources into a skill?

Yes, bundling resources into a skill requires following a repeatable six-step development process that guides you from initial understanding through frontmatter validation to final packaging.

Why does frontmatter validation fail when structuring a SKILL.md file?

Frontmatter validation fails when structuring a SKILL.md file if the metadata deviates from standardized templates and best-practice guidance enforced by the skill creation workflows.