claude-command-builder

Create Claude Code slash commands with arguments and bash execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Crafting effective Claude Code slash commands with proper structure, argument handling, and workflow design can be tricky and time-consuming. This Skill guides you step-by-step, enabling you to quickly create powerful custom commands.

Core Features & Use Cases

  • Interactive Command Creation: Guides you through defining command names, descriptions, arguments, and bash execution needs for tailored automation.
  • Workflow Design: Helps structure complex command workflows with clear, actionable steps, ensuring your AI agent follows precise instructions.
  • Argument & Bash Handling: Provides patterns for positional arguments, $ARGUMENTS, and secure bash command execution, giving you fine-grained control.
  • Use Case: "I need a slash command that takes a file path as an argument, runs a linter on it, and then suggests fixes. Help me build it."

Quick Start

I want to create a new slash command called 'git-status' that shows the current git status. How do I set it up?