skill-creator

Creates a new Claude skill with proper directory structure, files and metadata.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ComparePower/payload-cms-cloudflare-baseline --skill skill-creator-comparepower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/ComparePower/payload-cms-cloudflare-baseline --skill skill-creator-comparepower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually setting up new Claude Code Skills with correct file structures, YAML frontmatter, and best practices can be tedious and error-prone. This skill automates the entire scaffolding process, ensuring consistency and accelerating skill development.

Core Features & Use Cases

  • Automated Skill Scaffolding: Generate new skill directories with SKILL.md, proper YAML frontmatter, and optional scripts/ and templates/ directories.
  • Convention Enforcement: Ensures skill names follow lowercase-with-hyphens and descriptions meet length and content guidelines, promoting maintainable and discoverable skills.
  • Use Case: When a new feature requires a dedicated Claude Skill, simply ask this skill to "Create a new skill called 'image-optimizer' for compressing and resizing images," and it will set up the foundational structure for you.

Quick Start

Create a new skill called 'content-summarizer' for generating concise summaries of long articles.