skill-creator

Generates scaffolded skill code with customizable options and integrated validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds interactive skill scaffolding to help users create new Claude Code skills that conform to SKILLS_GUIDE.md by collecting purpose, side effects, tools, and workflow.

Core Features & Use Cases

  • Interactive prompts to capture skill purpose, name, behavior, and required context.
  • Automatic generation of a conforming SKILL.md with frontmatter and a detailed workflow outline.
  • Preview, validate, and confirm before creating or publishing a new skill.

Quick Start

Run /skill-creator to start interactive skill creation and scaffold a new Claude Code skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Claude Code skills that conform to the official guide?

To create Claude Code skills that conform to the official guide, use an interactive scaffolding process that collects purpose, side effects, tools, and workflow to automatically generate a validated SKILL.md file with proper frontmatter.

What is the best way to scaffold a new skill for Claude Code?

The best way to scaffold a new skill for Claude Code is through an interactive prompt system that guides you through defining behavior and context, automatically generating the required directory structure and SKILL.md file.

How does interactive skill creation work for developers?

Interactive skill creation works by asking developers a series of guiding questions about the skill's purpose, name, required context, and side effects, then using those answers to build a conforming workflow outline and configuration.

Can I preview and validate a SKILL.md file before publishing?

Yes, you can preview and validate a generated SKILL.md file before publishing. The scaffolding workflow includes a confirmation step to ensure the frontmatter and detailed workflow outline meet all requirements.

Do I need to manually configure frontmatter when generating Claude Code skills?

No, you do not need to manually configure frontmatter when generating Claude Code skills. The scaffolding tool automatically applies frontmatter-driven configuration based on your interactive prompt answers.