slash-command-creator

Create and manage Claude Code slash commands with frontmatter schemas.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a straightforward way to generate and configure Claude Code slash commands, reducing manual setup and errors.

Core Features & Use Cases

  • Guides the creation, update, and organization of slash commands with consistent frontmatter and naming conventions.
  • Supports namespace-based organization and project/personal command separation for scalable workflows.
  • Provides a templated workflow for quick initialization and deployment of new commands, plus a reference for best practices.

Quick Start

Run scripts/init_command.py <command-name> [--scope project|personal] to generate a new slash command file in the configured commands directory.

Frequently Asked Questions about slash-command-creator

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

FAQPage Schema
How do I create Claude Code slash commands for prompt automation?

You can create Claude Code slash commands by running an initialization script that generates a command file with defined frontmatter, simple templating, and namespace-aware file placement for consistent discovery and deployment.

What is the frontmatter syntax required for Claude Code slash commands?

The frontmatter syntax for Claude Code slash commands enforces a defined schema to ensure consistent command discovery and deployment. It guides the creation process to maintain standardized naming conventions and templated workflows.

Can I organize slash commands by project and personal scopes?

Yes, you can organize slash commands by project and personal scopes. The command creation process supports namespace-based organization and project/personal command separation to maintain scalable and structured workflows.

How do I update existing Claude Code slash commands?

To update existing Claude Code slash commands, apply the skill's command management process which enforces the defined frontmatter schema and naming conventions to ensure the updated commands remain consistently discoverable.

What is the best way to manage a large number of Claude Code slash commands?

The best way to manage numerous Claude Code slash commands is using namespace-based organization and project/personal separation. This approach ensures scalable workflows and consistent command discovery during initialization and deployment.

Are there limitations when using simple templating for Claude Code command creation?

The command creation process uses simple templating and enforces a defined frontmatter schema, which limits complex dynamic logic. It is designed for straightforward prompt automation rather than executing highly variable command structures.