skill-creator

Creates Claude Skill scaffolds with SKILL.md frontmatter and resource directories.

2|2|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/szweibel/claude-skills --skill skill-creator-szweibel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/szweibel/claude-skills/tree/main/skill-creator
Command: npx skills add https://github.com/szweibel/claude-skills --skill skill-creator-szweibel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Helps users design, structure, and package Claude Skills, including YAML frontmatter, workflow patterns, and resource directories.

Core Features & Use Cases

  • Skill scaffolding: templates for SKILL.md frontmatter and resource directories.
  • Workflow guidance: recommended patterns for task-based, workflow-based, and reference skills.
  • Packaging & validation prep: guidance for validation and packaging steps.
  • Use Case: create a new skill named "data-connector" with scripts and references scaffolding, then validate and package as needed.

Quick Start

Initialize a new skill named "my-skill" under skills/public, then customize SKILL.md frontmatter and add example 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 new Claude Skill from scratch?

Create a new skill by initializing a directory under skills/public with a SKILL.md file containing YAML frontmatter (name and description) and Markdown body following recommended structures like Task-Based or Workflow-Based patterns. Add optional bundled resources such as scripts, references, and assets to support your skill's functionality.

What structure should my SKILL.md file follow?

SKILL.md requires YAML frontmatter with name and description fields, followed by Markdown body organized using Progressive Disclosure. Recommended patterns include Workflow-Based, Task-Based, Reference/Guidelines, or Capabilities-Based structures depending on your skill's purpose.

Can I include scripts and resources when packaging a skill?

Yes, skills support optional bundled resources including scripts, references, and assets. These components work across workflows, tool integrations, and domain-specific knowledge to enhance your skill's capabilities during creation or updates.

What's the best way to validate and package my skill before publishing?

Follow packaging and validation guidance specific to your skill type. Ensure YAML frontmatter is complete, Markdown structure follows recommended patterns, and all bundled resources (scripts, references, assets) are organized correctly within your skill directory.

Do I need prior experience to create a Claude Skill?

No. This skill provides scaffolding templates for frontmatter and resource directories, plus guidance on workflow patterns and structure. It supports both new skill creation and updates to existing skills regardless of your experience level.