skill-creator

Scaffold Claude Agent Skills with standardized directory structure and frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DennisToma/repo_example --skill skill-creator-dennistoma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DennisToma/repo_example/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/DennisToma/repo_example --skill skill-creator-dennistoma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating, scaffolding, and updating Claude Agent Skills is repetitive and error-prone. This skill provides a structured blueprint, templates, and guidance to standardize skill packages across projects.

Core Features & Use Cases

  • Scaffold new skills with a consistent directory layout (SKILL.md, scripts/, references/, assets/).
  • Generate ready-to-use frontmatter and templates to accelerate skill creation.
  • Use cases include rapid skill onboarding, project templates, and maintainable skill regeneration.

Quick Start

Initialize a new skill under .claude/skills with the standard template and then edit SKILL.md to customize the description and frontmatter for your project.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold Claude Agent Skills with a consistent directory structure?

Scaffold Claude Agent Skills by generating a standardized directory layout containing SKILL.md, scripts, references, and assets to ensure consistency and reuse across projects. This enforces a uniform workflow for teams creating new skills.

What is the standard directory layout for Claude CLI skills?

The standard directory layout for Claude CLI skills includes a root SKILL.md file alongside dedicated scripts, references, and assets folders. This structure enforces discoverability and predictable activation for maintainable skill packages.

How do I generate frontmatter configuration for a new Claude skill?

Generate frontmatter configuration for a new Claude skill by initializing a ready-to-use template under .claude/skills. You then edit the SKILL.md file to customize the description and frontmatter fields for your specific project requirements.

Does scaffolding skills with templates help with team onboarding?

Scaffolding skills with templates helps with team onboarding by providing a structured blueprint that standardizes skill packages. This reduces repetitive setup errors and accelerates rapid skill onboarding across multiple projects.

What's the best way to maintain Claude skill templates across projects?

The best way to maintain Claude skill templates across projects is to enforce a standard directory layout and frontmatter fields. This ensures predictable activation and supports maintainable skill regeneration when updating templates.

When should I not use a standardized skill scaffold for Claude?

You should not use a standardized skill scaffold for Claude when creating highly customized, one-off scripts that do not require discoverability or predictable activation. It is designed for teams needing consistency and reuse across projects.