~ $ inspect projects/commands

Claude Code Slash Commands

Open source, multi-agent workflows, focused engineering tools

Claude Code Slash Commands is Seth Hobson's open-source library of 57 production-ready commands. The collection separates 15 multi-agent workflows for complex delivery from 42 focused tools for specific development, operations, security, data, and documentation tasks.

Updated .

At a glance

  • Creator and maintainer: Seth Hobson (wshobson)
  • Current scope: 57 commands: 15 workflows and 42 tools
  • Runtime: Claude Code
  • Format: Markdown slash-command definitions
  • License: MIT

Workflows and tools

Workflows coordinate several specialist agents around a larger outcome such as feature delivery, incident response, or security hardening. Focused tools address bounded operations such as scaffolding an API, auditing accessibility, generating tests, or reviewing a data pipeline.

The distinction makes the collection useful at two scales: a workflow can own a multi-step result, while a single command can perform a narrow task without unnecessary orchestration.

Representative uses

Command areaWhat it supports
Feature developmentArchitecture, implementation, testing, review, and delivery coordination
Security hardeningThreat analysis, vulnerability remediation, and validation
Incident responseDiagnosis, mitigation planning, and operational follow-through
API scaffoldingFocused setup for service interfaces and implementation structure
Data pipelinesDesign and review of ingestion, transformation, and delivery workflows
AccessibilityTargeted audits of web interface accessibility

Install the command library

The repository can be installed directly into Claude Code's command directory:

cd ~/.claude
git clone https://github.com/wshobson/commands.git

The Agentic Plugin Marketplace is the broader, multi-harness successor when a task needs packaged agents, skills, commands, and orchestrators together.