slash-command-design

Community

Design powerful Claude commands, automate tasks.

Authorracurry
Version1.0.0
Installs0

System Documentation

What problem does it solve? This Skill guides you in designing effective Claude Code slash commands, ensuring they are actionable, discoverable, and correctly delegate complex tasks, preventing common design pitfalls and maximizing automation potential.

Core Features & Use Cases:

  • Command vs. Agent vs. Skill Decision Framework: Helps choose the right component type for your automation needs, optimizing Claude's behavior.
  • Best Practices for Command Structure: Provides guidance on frontmatter, argument handling, and advanced features like Bash execution and file references.
  • Delegation Pattern: Teaches how to design commands as thin wrappers that delegate complex logic to specialized agents, keeping commands simple and robust.
  • Use Case: When you want to create a new /deploy command, this skill ensures it's designed correctly to trigger a deployment agent, handles arguments efficiently, and avoids common mistakes like embedding too much logic directly in the command.

Quick Start: Use the slash-command-design skill to help me design a new command that creates a React component.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: slash-command-design
Download link: https://github.com/racurry/neat-little-package/archive/main.zip#slash-command-design

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository