skill-creator

Scaffold Claude Code skill structures from a template with frontmatter and scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual setup of new Claude Code skills is repetitive and error-prone; this Skill provides a ready-to-use skeleton with skill.md and optional scripts to accelerate setup.

Core Features & Use Cases

  • Scaffolds a ready-to-use skill skeleton with skill.md and optional scripts/ for rapid creation.
  • Enforces a consistent frontmatter schema and directory layout to standardize skills across projects.
  • Use Case: Quickly bootstrap a new slash command or automation skill and start implementing logic immediately.

Quick Start

Use the skill to generate a new Claude Code skill scaffold by running /skill-creator awesome-new-skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude Code skill from a template?

To scaffold a new Claude Code skill, run the command /skill-creator followed by your desired skill name. This generates a ready-to-use directory structure with skill.md and optional scripts.

What is the correct frontmatter schema for a Claude Code skill?

The correct frontmatter schema for a Claude Code skill enforces specific metadata fields to standardize skills across projects. Using a scaffold template ensures these frontmatter fields are consistently populated.

Do I need to manually create a scripts directory for my Claude Code skill?

No, you do not need to manually create a scripts directory for your Claude Code skill. The scaffolding process automatically generates an optional scripts directory alongside the skill.md file.

Why does manual setup of Claude Code skills fail or cause errors?

Manual setup of Claude Code skills causes errors due to repetitive and inconsistent directory layouts or frontmatter omissions. Using a template scaffold eliminates these structural errors and accelerates setup.

Can I bootstrap automation workflows and CLI commands with Claude Code?

Yes, you can bootstrap automation workflows and CLI commands with Claude Code. This skill scaffolds command-based skills and templates, allowing you to start implementing automation logic immediately.