slash-command-creator

Create and manage custom slash commands for Claude Code automation.

8|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill slash-command-creator-joonlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slash-command-creator
Source: https://github.com/joonlab/joonlab-claudecode-setting-for-share/tree/main/claude/skills/slash-command-creator
Command: npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill slash-command-creator-joonlab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the problem of repetitive prompt entry and manual task execution by allowing users to define custom slash commands that encapsulate complex instructions, tool permissions, and argument handling.

Core Features & Use Cases

  • Custom Command Initialization: Quickly scaffold new commands with project or personal scope using a dedicated script.
  • Advanced Command Logic: Supports positional arguments, bash execution, and file references to create powerful, context-aware automation.
  • Use Case: Create a custom /review-pr command that automatically runs git status, diffs the current branch, and prompts the AI to perform a security-focused code review based on your specific project standards.

Quick Start

Run the slash command creator script to initialize a new command named review-pr in your project 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 custom slash commands to automate Claude Code workflows?

Custom slash commands are created by running a dedicated initialization script that scaffolds new commands with project or personal scope. This script defines command-specific instructions, tool permissions, and argument handling to automate repetitive prompt-based workflows in Claude Code.

Can I pass arguments and run bash commands inside Claude Code slash commands?

Yes, slash commands support positional arguments, bash command execution, and file content references. This allows you to build context-aware automation that executes shell commands and reads file content directly within your custom prompt instructions.

What is the difference between project-level and personal-level slash command automation?

Project-level commands are scoped to a specific project directory, while personal-level commands are available across your individual environment. The initialization script allows you to define custom instructions and tool permissions for either scope during the command creation process.

How do I set up an automated code review prompt using custom slash commands?

You can define a custom command that runs git status and diffs the current branch via bash execution. The command then prompts the AI to perform a security-focused code review based on your specific project standards using positional arguments and file references.

Does Claude Code support model-specific configurations for custom workflow automation?

Yes, custom slash commands support advanced features including model-specific configurations. You can define command-specific instructions and tool permissions that dictate how the AI model processes your automated prompt-based workflows.