slash-command-creator

Create and standardize Claude Code slash commands with templates and arguments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create and standardize Claude Code slash commands to automate prompts, manage scopes, and simplify maintenance.

Core Features & Use Cases

  • Command templates: Scaffold new commands with frontmatter and body.
  • Arguments & Bash: Support for positional arguments ($ARGUMENTS, $1, $2) and optional Bash execution.
  • Namespacing: Organize commands by scope (project vs personal) and by subdirectories.
  • Use Case: Quickly add a project-wide command for standardized code-completion prompts.

Quick Start

Initialize a new command:

  • Command: scripts/init_command.py <command-name> [--scope project|personal]
  • Then edit the generated file to customize description, body, and options.