commands-creator

Create and standardize Claude Code slash commands with frontmatter templates.

13|3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Mineru98/skills-store --skill commands-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commands-creator
Source: https://github.com/Mineru98/skills-store/tree/main/.claude/skills/commands-creator
Command: npx skills add https://github.com/Mineru98/skills-store --skill commands-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines designing, documenting, and standardizing Claude Code slash commands and Skill workflows to reduce onboarding time and ambiguity.

Core Features & Use Cases

  • Provides frontmatter templates and structure guidance for project and personal commands
  • Explains when to use commands vs. skills and how to organize them across directories
  • Helps teams standardize prompts, metadata, and workflows for consistent automation

Quick Start

Create a new command file under .claude/commands with frontmatter and a simple prompt body.

Frequently Asked Questions about commands-creator

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

FAQPage Schema
How do I create a Claude Code slash command with frontmatter?

To create a Claude Code slash command, add a new file under the .claude/commands directory containing required frontmatter fields like name, description, allowed-tools, argument-hint, model, and hooks, followed by a simple prompt body.

What is the difference between commands and skills in Claude Code?

Claude Code commands are structured prompt files with frontmatter for specific workflows, while skills are broader units that organize components like scripts, references, and assets across project directories for more complex automation.

What frontmatter fields are required for a Claude Code command?

Required frontmatter fields for a Claude Code command include name, description, allowed-tools, argument-hint, model, and hooks. These metadata fields enforce standardization and governance across project and personal commands.

How do I standardize Claude Code commands across a team?

Standardize Claude Code commands across teams by applying consistent frontmatter templates, organizing command files within shared .claude/commands directories, and enforcing metadata requirements to reduce onboarding ambiguity.

Can I use custom scripts and references within a Claude Code skill?

Yes, Claude Code skills support component discovery within scripts/, references/, and assets/ directories, allowing you to integrate custom scripts and reference materials directly into your command workflows.

What is the best way to organize personal vs project commands in Claude Code?

Organize personal and project Claude Code commands by placing them in appropriate .claude/commands directories, using namespaces and frontmatter to distinguish their scope, allowed tools, and intended automation workflows.