slash-command-builder

Official

Build custom Claude commands, automate repetitive tasks.

AuthorNangoHQ
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Repetitive prompts and common development tasks can slow down workflow. This Skill provides expert guidance for creating effective Claude Code slash commands, enabling users to automate frequent actions, streamline workflows, and boost productivity with simple, explicit invocations.

Core Features & Use Cases

  • Command Structure & Arguments: Learn to design concise command names, define arguments (positional or all), and structure prompts for single-purpose tasks.
  • Frontmatter Configuration: Master description, argument-hint, allowed-tools, model selection, and disable-model-invocation for precise command behavior.
  • Advanced Features: Utilize inline Bash execution (!), file references (@), and specific tool permissions to create powerful yet safe commands.
  • Use Case: A developer frequently performs a specific code review checklist for pull requests. This Skill helps them create a /review-pr command that takes a PR number as an argument, uses Bash(git *) to fetch changes, and then applies a predefined review prompt, saving time on every review.

Quick Start

Use the slash-command-builder skill to help me create a new Claude slash command. I want a command called '/git-status' that shows the current git status and recent commits.

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-builder
Download link: https://github.com/NangoHQ/ai-ide-prompts/archive/main.zip#slash-command-builder

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