skill-creator

Create or update Claude skills with SKILL.md frontmatter and directory structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams and individuals need a structured, repeatable process to create or update Claude skills that extend capabilities with domain-specific knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Provides a clear template and workflow for defining SKILL.md frontmatter (name and description) and the body, plus guidance on optional resources (scripts/, references/, assets/).
  • Outlines best practices for progressive disclosure, packaging, and iteration from initialization to distribution as a .skill file.
  • Supports domain-specific skill creation across product, engineering, and content workflows by organizing resources and references.

Quick Start

Initialize a new skill directory with the standard template and customize SKILL.md and any bundled 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, initialize a standard directory structure with SKILL.md, define required frontmatter fields like name and description, write the instructional Markdown body, and organize optional scripts, references, and assets before packaging.

What frontmatter is required for a SKILL.md file?

The required frontmatter fields for a SKILL.md file are name and description, which define the skill's identity and purpose within the Markdown metadata block before the instructional body.

What is the best way to structure directories for Claude skills?

The best way to structure Claude skills is using a standard directory format with a root skill-name folder containing SKILL.md, plus optional subdirectories for scripts, references, and assets to organize modular resources.

How do I package Claude skills for distribution?

To package Claude skills for distribution, finalize the SKILL.md and bundled resources in the directory structure, then export the completed modular skill unit as a .skill file for deployment.

Can I include external scripts and assets in my Claude skill?

Yes, you can include external scripts and assets in your Claude skill by organizing them into dedicated subdirectories within the skill folder, enabling deterministic workflows and domain-specific tool integrations.

When should I update an existing Claude skill?

You should update an existing Claude skill when you need to modify frontmatter, revise instructional bodies, add new scripts or references, or restructure assets to support evolving domain-specific workflows and capabilities.