Claude Code Slash Commands: The Complete Reference for 2026
This article provides a comprehensive guide to the built-in slash commands in Claude Code, a tool for developers. It explains what each command does and how to create custom slash commands to streamline your workflow.
Why it matters
Slash commands are a powerful productivity feature for developers using Claude Code, allowing them to streamline common tasks and workflows.
Key Points
- 1Built-in slash commands for common tasks like clearing history, checking token usage, and running tests
- 2Examples of useful custom slash commands like /deploy, /review, and /standup
- 3Ability to pass arguments to custom commands using $ARGUMENTS
Details
The article covers the various built-in slash commands available in Claude Code, a developer tool. These commands provide quick access to features like clearing conversation history, summarizing the session, checking token usage, and switching between Claude models. The author also demonstrates how to create custom slash commands by adding Markdown files to a .claude/commands/ directory. These custom commands can automate common workflows, such as running a deployment checklist, requesting a code review, or generating a daily standup report. The article explains how to pass arguments to custom commands using the $ARGUMENTS placeholder. Overall, the article highlights how slash commands can significantly boost productivity for developers using Claude Code.
No comments yet
Be the first to comment