skill-creator

Generate modular SKILL.md frameworks with frontmatter and optional directories.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill skill-creator-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/shared/skill-creator
Command: npx skills add https://github.com/mazicimert/RunDom --skill skill-creator-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams and individuals bootstrap Claude Code skills with clear structure, templates, and best practices, reducing setup time and ensuring consistency across skills.

Core Features & Use Cases

  • Provides templates for both simple and complex skills, including SKILL.md with frontmatter and optional modular references.
  • Demonstrates how to organize supporting files (references, scripts, assets) for scalable maintenance.
  • Includes step-by-step guidance on planning, creating, and validating new skills.

Quick Start

Create a new skill by using the basic skill template and then tailor the front matter and activation workflow.

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 modular Claude Code skill with the correct frontmatter schema?

To create a modular Claude Code skill, you scaffold a clean SKILL.md framework ensuring frontmatter compliance with name, description, and allowed-tools fields. This process provides templates and step-by-step guidance for organizing both simple and complex skills.

What is the best way to structure references and scripts for Claude Code skills?

The best way to structure references and scripts is by using optional modular directories within your skill project. This approach supports scalable maintenance by separating supporting files like assets and scripts from the core SKILL.md.

Can I use a single template for both simple and complex Claude Code skills?

Yes, you can use a single template approach for both simple and complex Claude Code skills. The scaffolding process generates a clean SKILL.md framework that scales from basic tasks to complex setups requiring optional directories.

What frontmatter fields are required when scaffolding a new SKILL.md file?

When scaffolding a new SKILL.md file, the required frontmatter fields are name, description, and allowed-tools. Ensuring compliance with this frontmatter schema is critical for proper skill activation and execution.

Does setting up Claude Code skills require external dependencies?

No, setting up Claude Code skills does not require external dependencies. The scaffolding process uses built-in templates to generate the modular SKILL.md framework and optional directories without relying on external packages.