A large collection of production-ready Claude Code slash commands, organized into workflows and tools, for multi-agent orchestration and targeted development tasks.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claude Code Slash Commands is a repository that provides a set of production-ready slash commands for Claude Code, enabling multi-agent orchestration and a suite of specialized development tools. The project claims to include 57 commands total, distributed as 15 workflows and 42 tools, to extend Claude Code capabilities through workflows and utilities.
How it works
Commands are organized under two main directories: workflows/ and tools/. Workflows handle multi-agent orchestration across domains, while tools provide single-purpose utilities. Each slash command corresponds to a markdown file that defines the command name, execution instructions, prompts, and orchestration logic. Invocation examples demonstrate using prefixes like /workflows: and /tools: to run specific commands, and there is an alternative setup that allows invoking commands without prefixes by copying files to the root directory.
Getting started
Installation notes indicate using slash commands within Claude Code, with an explicit clone of the repository into the Claude configuration directory. The README provides the following commands:
# Navigate to Claude configuration directory
cd ~/.claude
# Clone the commands repository
git clone https://github.com/wshobson/commands.git
There is also an alternative plugin marketplace path, with these commands:
# Add the plugin marketplace
/plugin marketplace add https://github.com/wshobson/agents
# Install plugin collections
/plugin install claude-code-essentials
Recent releases
The latest releases section lists no releases (none).
Traction
Repository has 2599 stars and 290 forks as raw counts. Open issues count is 3.
Caveats
License is MIT. System requirements specify Claude Code installed and configured, and Git for repository management. The README indicates the slash commands pattern and mentions a plugin marketplace as an alternative, but there are no versioned release notes in this document.






