Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
⚠ Unverified source (community-unclaimed, low activity) — reveal the prompt
⚠ Unverified source (community-unclaimed, low activity). Inspect the repo before letting your agent install it.
Install and set up commands (git-clone project) into my current project.
Found on https://claudeers.com/commands
Repo: https://github.com/wshobson/commands
Homepage/docs: https://sethhobson.com
Detected install method: git-clone → git clone https://github.com/wshobson/commands
Category: automation. Platforms: cli, api, desktop, web, mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.
Claudeers Health Verdict:
dormant; community-verified: false. Confirm the source before running anything.
// or clone · unverified · not recently updated
git clone https://github.com/wshobson/commands
// compatibility
Platforms
cli, api, desktop, web, mobile
Operating systems
—
AI compatibility
claude
License
MIT
Pricing
open-source
Language
—
Claude Code Slash Commands
A comprehensive collection of production-ready slash commands for Claude Code that provides intelligent automation and multi-agent orchestration capabilities for modern software development.
Overview
This repository provides 57 production-ready slash commands (15 workflows, 42 tools) that extend Claude Code's capabilities through:
Workflows: Multi-agent orchestration systems that coordinate complex, multi-step operations across different domains
Tools: Specialized single-purpose utilities for focused development tasks
Note: This repository uses the slash commands pattern. For a more modern approach, consider the Plugin Marketplace which provides similar functionality through a cleaner plugin architecture.
Slash Commands (This Repository)
# Navigate to Claude configuration directorycd ~/.claude
# Clone the commands repository
git clone https://github.com/wshobson/commands.git
Available collections include: claude-code-essentials, full-stack-development, security-hardening, data-ml-pipeline, infrastructure-devops, and more.
Command Invocation
Commands are organized in tools/ and workflows/ directories and invoked using directory prefixes:
# Workflow invocation
/workflows:feature-development implement OAuth2 authentication
# Tool invocation
/tools:security-scan perform vulnerability assessment
# Multiple argument example
/tools:api-scaffold create user management endpoints with RBAC
Alternative Setup (No Prefixes)
To invoke commands without directory prefixes, copy files to the root directory:
cp tools/*.md .
cp workflows/*.md .
# Then invoke directly
/api-scaffold create REST endpoints
/feature-development implement payment system
Command Architecture
Workflows (15 commands)
Workflows implement multi-agent orchestration patterns for complex, cross-domain tasks. Each workflow analyzes requirements, delegates to specialized agents, and coordinates execution across multiple subsystems.
Diagnostics, root cause analysis, hotfix deployment
Tools (42 commands)
Tools provide focused, single-purpose utilities for specific development operations. Each tool is optimized for its domain with production-ready implementations.
# Complete feature with multi-agent orchestration
/workflows:feature-development OAuth2 authentication with JWT tokens
# API-first development
/tools:api-scaffold REST endpoints for user management with RBAC
# Test-driven approach
/workflows:tdd-cycle shopping cart with discount calculation logic
Debugging and Performance
# Intelligent issue resolution
/workflows:smart-fix high memory consumption in production workers
# Targeted error analysis
/tools:error-trace investigate Redis connection timeouts
# Performance optimization
/workflows:performance-optimization optimize database query performance
# Complete feature development pipeline
/workflows:feature-development user authentication system
/tools:security-scan authentication implementation
/tools:test-harness authentication test suite
/tools:docker-optimize authentication service
/tools:k8s-manifest authentication deployment
/tools:monitor-setup authentication metrics
License
MIT License - See LICENSE file for complete terms.
An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message…
// automationbytedance/⟨Python⟩★ 80,016◷ MIT[ claude ]