commands  by wshobson

Production-ready slash commands for Claude Code

Created 4 months ago
950 stars

Top 38.7% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Installation: Clone the repository and the required agents repository into ~/.claude/:
    cd ~/.claude
    git clone https://github.com/wshobson/commands.git
    git clone https://github.com/wshobson/agents.git
    
  • Prerequisites: Requires Claude Code Subagents.
  • Usage: Invoke commands via slash notation (e.g., /api-scaffold, /security-scan).

Highlighted Details

  • Comprehensive Command Set: 52 commands covering workflows (feature development, code review, modernization) and tools (AI/ML, DevOps, Security, Data).
  • Multi-Subagent Orchestration: Workflows coordinate specialized subagents for complex, multi-domain tasks.
  • Production-Ready: Commands are designed for practical application with features like security best practices and built-in monitoring.
  • Extensibility: Users can contribute new commands by creating .md files in workflows/ or tools/.

Maintenance & Community

  • Contribution Model: Open to contributions via pull requests for new commands.
  • Related Projects: Links to Claude Code Documentation, Slash Commands Documentation, and Subagents Documentation are available.

Licensing & Compatibility

  • License: Not explicitly stated in the README.

Limitations & Caveats

  • The repository's license is not specified, which may impact commercial use or integration with closed-source projects.
  • Functionality is dependent on the presence and correct setup of Claude Code Subagents.
Health Check
Last Commit

3 days ago

Responsiveness

Inactive

Pull Requests (30d)
1
Issues (30d)
4
Star History
224 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.