Production-ready slash commands for Claude Code
Top 76.0% on SourcePulse
This repository provides a collection of 52 production-ready slash commands designed to accelerate development within the Claude Code environment. Targeted at developers and researchers, these commands automate complex tasks through multi-subagent orchestration (Workflows) and provide single-purpose utilities (Tools), enhancing efficiency and code quality.
How It Works
The commands are structured into two main categories: Workflows for multi-subagent orchestration of complex tasks and Tools for single-purpose operations. Claude Code automatically suggests relevant commands based on user context. Workflows leverage multiple specialized subagents to handle intricate processes like feature development, code reviews, and legacy system modernization, while Tools offer focused utilities for tasks such as API scaffolding, security scanning, and documentation generation.
Quick Start & Requirements
agents
repository into ~/.claude/
:
cd ~/.claude
git clone https://github.com/wshobson/commands.git
git clone https://github.com/wshobson/agents.git
/api-scaffold
, /security-scan
).Highlighted Details
.md
files in workflows/
or tools/
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 week ago
Inactive