commands  by wshobson

Production-ready slash commands for Claude Code

created 2 months ago
372 stars

Top 76.0% 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

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
2
Issues (30d)
0
Star History
362 stars in the last 30 days

Explore Similar Projects

Starred by John Resig John Resig(Author of jQuery; Chief Software Architect at Khan Academy) and Didier Lopes Didier Lopes(Founder of OpenBB).

CCPlugins by brennercruvinel

5.0%
2k
Claude Code CLI enhancement framework
created 3 weeks ago
updated 2 weeks ago
Feedback? Help us improve.