slash-command-creator

Scaffold Claude Code slash commands with templates and frontmatter options.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Slash Command Creator provides a structured way to design, document, and scaffold Claude Code slash commands, ensuring consistency across projects.

Core Features & Use Cases

  • Templates and frontmatter options for new commands.
  • Namespace-aware project and personal commands with clear paths.
  • On-demand guidance and examples to accelerate command development.

Quick Start

Initialize a new command and customize its description, body, and permissions.

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 custom Claude Code slash commands with frontmatter and namespaces?

You can create Claude Code slash commands using a structured template and guided workflow that handles frontmatter configuration, namespace-aware paths, and argument scaffolding for consistent project or personal commands.

What is the best way to scaffold reusable slash commands for a development team?

Scaffolding reusable slash commands is best handled through a structured template that ensures consistency across projects, providing defined permissions, frontmatter options, and clear namespace paths for team-wide automation.

Can I define custom permissions and arguments when building Claude Code commands?

Yes, you can define custom permissions and handle arguments when building Claude Code commands. The creation workflow includes frontmatter configuration options and templates specifically designed for argument handling and permission scoping.

How does frontmatter configuration work for Claude Code command templates?

Frontmatter configuration for Claude Code command templates works by applying structured metadata at the top of the command file, allowing you to define descriptions, permissions, and namespace paths before the command body logic.

Do I need any dependencies or external libraries to generate namespace-aware slash commands?

No dependencies or external libraries are required to generate namespace-aware slash commands. The creation process relies entirely on a reusable script and documentation to scaffold and deploy commands within Claude Code.