slash-command-creator

Generate Claude Code slash command Markdown files with YAML frontmatter.

6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/GzuPark/claude-plugin-pack --skill slash-command-creator-gzupark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slash-command-creator
Source: https://github.com/GzuPark/claude-plugin-pack/tree/main/plugins/creators/skills/slash-command-creator
Command: npx skills add https://github.com/GzuPark/claude-plugin-pack --skill slash-command-creator-gzupark

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

slash-command-creator helps teams rapidly scaffold Claude Code slash commands, ensuring consistent frontmatter and structure to speed up command authoring.

Core Features & Use Cases

  • Scaffolds new commands with correct YAML frontmatter and a ready-to-edit body.
  • Validates and organizes commands with optional tools, arguments hints, and namespaces.
  • Use case: a team wants to add a new /deploy command for project and personal contexts with shared templates.

Quick Start

Run the initializer to generate a new slash-command file under the appropriate scope

Frequently Asked Questions about slash-command-creator

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

FAQPage Schema
How do I scaffold Claude Code slash commands with frontmatter?

You can scaffold Claude Code slash commands by running the initializer script to generate a Markdown file with valid YAML frontmatter and a ready-to-edit body for immediate command authoring.

What is the best way to organize project and user scoped slash commands?

The best way to organize project and user scoped slash commands is by applying namespaces and tool permissions within the frontmatter, ensuring templates are shared across personal and project contexts consistently.

Can I add tool permissions and arguments to Claude Code command templates?

Yes, you can add tool permissions and argument hints to Claude Code command templates by defining them in the YAML frontmatter during the scaffolding process.

How does the slash command initializer script handle namespaces?

The initializer script handles namespaces by validating and organizing commands into appropriate scopes, generating a structured Markdown file that supports shared templates across team contexts.

Do I need to manually write YAML frontmatter for new commands?

No, you do not need to manually write YAML frontmatter for new commands because the scaffolding tool automatically generates the correct frontmatter structure, allowing you to focus on editing the command body.