# commands — 57 Slash Commands for Claude Code > Add 57 production-ready slash commands (15 workflows + 42 tools) to Claude Code for repeatable code reviews, refactors, and agent automation. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash cd ~/.claude git clone https://github.com/wshobson/commands.git # In Claude Code: /workflows/ or /tools/ (see repo README). ``` ## Intro Add 57 production-ready slash commands (15 workflows + 42 tools) to Claude Code for repeatable code reviews, refactors, and agent automation. **Best for:** Claude Code power users who want a single, shareable command library for daily engineering work **Works with:** Claude Code slash commands stored under ~/.claude/commands or project .claude/commands **Setup time:** 3-8 minutes ### Key facts (verified) - GitHub: 2454 stars · 285 forks · pushed 2025-10-12. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `/ (Claude Code)`. ## Main - Start with workflows, not one-off tools: pick a few orchestration commands you repeat weekly, then expand once the naming/output conventions stabilize. - Keep the namespace clean: README includes an option to invoke commands without directory prefixes by copying selected files to the root command dir. - Treat it like shared engineering surface: review changes like code, and align output formats so chained commands stay predictable. ### Source-backed notes - README states the collection includes 57 slash commands total (15 workflows + 42 tools). - README notes the repo uses the slash-commands pattern and points to a plugin marketplace alternative at `wshobson/agents`. - README documents the command directory layout with `workflows/` and `tools/` subfolders. ### FAQ - **Do I need to install all commands at once?**: No. Start with a small subset of workflows, then expand once your team agrees on conventions. - **Can I avoid directory prefixes?**: Yes. README includes a copy-to-root option so you can invoke commands without subdirectory paths. - **Is this only for Claude Code?**: It targets Claude Code; other assistants may require different command wiring and paths. ## Source & Thanks > Source: https://github.com/wshobson/commands > License: MIT > GitHub stars: 2454 · forks: 285 --- ## Quick Use ```bash cd ~/.claude git clone https://github.com/wshobson/commands.git # In Claude Code: /workflows/ or /tools/ (see repo README). ``` ## Intro 为 Claude Code 安装 57 条可直接复用的斜杠命令(15 workflows + 42 tools),把评审、重构、排障与多代理编排做成一键执行的工作流,并附目录结构与最佳实践。 **Best for:** 希望把 Claude Code 变成“可复用命令库”的重度用户与工程团队 **Works with:** Claude Code 的 slash commands 机制(~/.claude/commands 或项目 .claude/commands) **Setup time:** 3-8 minutes ### Key facts (verified) - GitHub:2454 stars · 285 forks;最近更新 2025-10-12。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中可对照的入口:`/ (Claude Code)`。 ## Main - 先从 workflows 入手:挑几个每周都会用的编排命令跑通,再逐步扩大命令库,避免“装了一堆但没人用”。 - 保持命名空间清晰:README 提供把常用命令复制到根目录的方式,从而避免目录前缀。 - 把它当作团队共享资产:像审代码一样评审命令变更,统一输出格式,保证命令链条可组合、可复现。 ### Source-backed notes - README 写明:共 57 条斜杠命令(15 workflows + 42 tools)。 - README 说明该仓库基于 slash-commands 模式,并指向插件化替代方案 `wshobson/agents`。 - README 描述命令目录结构:按 `workflows/` 与 `tools/` 分类组织。 ### FAQ - **需要一次性安装全部命令吗?**:不需要。先挑少量 workflows 跑通,再根据团队约定逐步扩展。 - **能否不带目录前缀调用命令?**:可以。README 提供把命令复制到根目录的方案,从而避免子目录路径。 - **只能用于 Claude Code 吗?**:主要面向 Claude Code;其他助手可能需要不同的接入与目录结构。 ## Source & Thanks > Source: https://github.com/wshobson/commands > License: MIT > GitHub stars: 2454 · forks: 285 --- Source: https://tokrepo.com/en/workflows/commands-57-slash-commands-for-claude-code Author: Skill Factory