Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A collection of production-ready slash commands for Claude Code
| Date | Stars |
|---|---|
| 2026-07-24 | 2580 |
| 2026-07-25 | 2580 |
| 2026-07-28 | 2580 |
| 2026-07-30 | 2580 |
| 2026-07-31 | 2598 |
| 2026-08-06 | 2598 |
Today
— stars today
This week
+18 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.70%/day
# Claude Code Slash Commands A comprehensive collection of production-ready slash commands for [Claude Code](https://docs.anthropic.com/en/docs/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 ## System Requirements - [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed and configured - Git for repository management ## Installation > **Note**: This repository uses the **slash commands** pattern. For a more modern approach, consider the [**Plugin Marketplace**](https://github.com/wshobson/agents) which provides similar functionality through a cleaner plugin architecture. ### Slash Commands (This Repository) ```bash # Navigate to Claude configuration directory cd ~/.claude # Clone the commands repository git clone https://github.com/wshobson/commands.git ``` ### Plugin Marketplace (Alternative) ```bash # Add the plugin marketplace /plugin marketplace add https://github.com/wshobson/agents # Install plugin collections /plugin install claude-code-essentials ``` 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: ```bash # 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: ```bash 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. #### Core Development Workflows | Command | Purpose | Agent Coordination | |---------|---------|-------------------| | `feature-development` | End-to-end feature implementation | Backend, frontend, testing, deployment | | `full-review` | Multi-perspective code analysis | Architecture, security, performance, quality | | `smart-fix` | Intelligent problem resolution | Dynamic agent selection based on issue type | | `tdd-cycle` | Test-driven development orchestration | Test writer, implementer, refactoring specialist | #### Process Automation Workflows | Command | Purpose | Scope | |---------|---------|-------| | `git-workflow` | Version control process automation | Branching strategies, commit standards, PR templates | | `improve-agent` | Agent optimization | Prompt engineering, performance tuning | | `legacy-modernize` | Codebase modernization | Architecture migration, dependency updates, pattern refactoring | | `multi-platform` | Cross-platform development | Web, mobile, desktop coordination | | `workflow-automate` | CI/CD pipeline automation | Build, test, deploy, monitor | #### Advanced Orchestration Workflows | Command | Primary Focus | Specialized Agents | |---------|---------------|-------------------| | `full-stack-feature` | Multi-tier implementation | Backend API, frontend UI, mobile, database | | `security-hardening` | Security-first development | Threat modeling, vulnerability assessment, remediation | | `data-driven-feature` | ML-power
Excerpt of 20,904 characters
Read on GitHubSeth Hobson · UDT | Major 7 Apps · United States
28
Open AI Tx
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:2b5e56275a3d0993, topic:automation, topic:orchestration
matched fp:2b5e56275a3d0993, topic:ai-agents, readme:multi-agent, readme:multi agent