🌐
Claude
code.claude.com › docs › en › slash-commands
Slash commands - Claude Code Docs
The description is used in the context. For Claude Code versions >= 1.0.124, you can see which custom slash commands SlashCommand tool can invoke by running claude --debug and triggering a query.
🌐
YouTube
youtube.com › watch
Claude Code Tutorial #6 - Slash Commands - YouTube
In this course, you'll learn how to harness the power of Claude Code within your development workflow, including how to install, setup a new project, add con...
Published   August 28, 2025
Discussions

Claude Code can invoke your custom slash commands
Subagents can’t call subagents. Slash commands can call subagents. Can I give subagents the ability to call the SlashCommand tool which then invokes other subagents? 🤔 More on reddit.com
🌐 r/ClaudeAI
46
127
September 24, 2025
Best Custom Slash Commands for Claude Code?
Check Awesome-Claude-Code: https://github.com/hesreallyhim/awesome-claude-code More on reddit.com
🌐 r/ClaudeAI
9
3
June 23, 2025
Claude Command Suite - https://github.com/qdhenry/Claude-Command-Suite I created a collection of professional slash commands for Anthropic's Claude Code to streamline software development tasks. I hope others find it useful! These commands are inspired by Anthropic's Claude code best practices (htt
what is this https://github.com/qdhenry/Claude-Command-Suite/blob/main/.claude/commands/hotfix-deploy.md More on reddit.com
🌐 r/ClaudeAI
10
31
June 13, 2025
Slash command manager for Claude Code
Sorry, you do not have sufficient comment karma yet to post on this subreddit. Please contribute helpful comments to the community to gain karma before posting. The required karma is very small. If this post is about the recent performance of Claude, comment it to the Performance Megathread pinned to the front page I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/ClaudeAI
16
3
February 18, 2025
🌐
GitHub
github.com › wshobson › commands
GitHub - wshobson/commands: A collection of production-ready slash commands for Claude Code
This repository provides 57 production-ready slash commands (15 workflows, 42 tools) that extend Claude Code's capabilities through:
Starred by 1.5K users
Forked by 187 users
🌐
Reddit
reddit.com › r/claudeai › claude code can invoke your custom slash commands
r/ClaudeAI on Reddit: Claude Code can invoke your custom slash commands
September 24, 2025 -

Anthropic just released Claude Code v1.0.123.

Which added "Added SlashCommand tool, which enables Claude to invoke your slash commands."

This update fundamentally changes the role of custom slash commands:

  • Before: A user had to manually type /my-command to execute a pre-defined prompt. It was a one-way interaction: User → Slash Command.

  • Now: The Claude agent can decide, as part of its reasoning process, that the best way to accomplish a task is to use the SlashCommand tool to run /my-command. The interaction is now: Claude (AI Agent) → SlashCommand Tool → /my-command.

Overall, the SlashCommand tool is a pivotal feature that elevates custom slash commands from simple user conveniences to a powerful, reusable API for the AI agent itself. It enables more robust, reliable, and complex automation within the Claude Code environment.

Discuss!

🌐
Creator Economy
creatoreconomy.so › p › claude-code-tutorial-build-a-youtube-research-agent-in-15-min
Claude Code Tutorial: Build a YouTube Research Agent using Slash Commands
September 10, 2025 - This lets Claude read, write, and ... and browse YouTube while Claude works. ☺️ · Tip: Use slash commands to re-use your favorite AI prompts and workflows....
🌐
Builder.io
builder.io › blog › claude-code
How I use Claude Code (+ my best tips)
September 29, 2025 - You can also use the interactive /hooks command in Claude Code to configure hooks through a menu interface, which is often easier than editing JSON directly. You can also add custom slash commands pretty easily. To add commands, just create a .claude/commands folder, add the command name as a file with a .md extension.
🌐
Medium
alirezarezvani.medium.com › 10-claude-code-commands-that-cut-my-dev-time-60-a-practical-guide-60036faed17f
10 Claude Code Commands That Cut My Dev Time 60%: A Practical Guide
1 month ago - 10 Custom Claude Code slash commands, subagents, and automation workflows that transformes team's productivity—with copy-paste templates you can use today.
🌐
Eesel AI
eesel.ai › blog › slash-commands-claude-code
Your complete guide to slash commands Claude Code - eesel AI
September 10, 2025 - Learn how slash commands in Claude Code boost developer productivity, from custom workflows to dynamic arguments, plus when it makes sense to move to broader AI automation.
Find elsewhere
🌐
Sid Bharath
siddharthbharath.com › home › blog › cooking with claude code: the complete guide
Cooking with Claude Code: The Complete Guide - Sid Bharath
July 8, 2025 - Just select the message you sent to Claude before it went trigger-happy and you’ll go right back to that point as if none of the changes were ever made. I’ve been introducing you to various slash commands, which you can see when you type ‘/’ while chatting with Claude.
🌐
Shipyard
shipyard.build › blog › claude-code-cheat-sheet
Shipyard | Claude Code CLI Cheatsheet: config, commands, prompts, + best practices
You can create your own CC slash commands. This is a good “shortcut” for pulling up a common prompt. Again, the more context the better (but also keep these abstract so they can be widely applied). Define them in Markdown files: ... # Create a project-specific command mkdir -p .claude/commands echo "Analyze this code ...
🌐
BioErrorLog
en.bioerrorlog.work › top › ai
How to Create Custom Slash Commands in Claude Code - BioErrorLog Tech Blog
September 18, 2025 - To make a simple slash command, just create a Markdown file with the command name in .claude/commands/ and write the prompt inside. ... Analyze this code and explain the architecture.
🌐
Cloud Artisan
cloudartisan.com › personal website of david taylor › posts › tutorials › claude code tips & tricks custom slash commands
Claude Code Tips & Tricks: Custom Slash Commands
April 14, 2025 - Custom slash commands are essentially saved prompts that you can invoke with a simple /command_name syntax. They can be stored as Markdown files in your project, which means they can be version-controlled and shared with others. Looking through the official documentation, I found that Claude ...
🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
Easily list all Bash or "Bash-mode" (!) commands Claude Code ran in a session for reference. A humble but handy utility for viewing Claude Code .jsonl conversation files in a pretty HTML UI. Incredibly awesome collection of resources from every category in this list, presented with a neatly polished UI, great features like usage dashboard, analytics, and everything from slash commands to hooks to agents.
Starred by 18.5K users
Forked by 1.1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
For repeated workflows—debugging loops, log analysis, etc.—store prompt templates in Markdown files within the .claude/commands folder. These become available through the slash commands menu when you type /. You can check these commands into git to make them available for the rest of your team.
🌐
Anthropic
anthropic.com › news › claude-code-plugins
Customize Claude Code with plugins
November 3, 2025 - Slash commands: Create custom shortcuts for frequently-used operations · Subagents: Install purpose-built agents for specialized development tasks · MCP servers: Connect to tools and data sources through the Model Context Protocol · Hooks: ...
🌐
Alexop
alexop.dev › posts › claude-code-slash-commands-guide
How to Speed Up Your Claude Code Experience with Slash Commands | alexop.dev
November 22, 2025 - I was wasting time. Every commit message, every branch name, every PR description. I typed the same things over and over. Then I discovered Slash Commands in Claude Code. Now I type /commit and it writes the message for me. /branch "add dark mode" and it creates feat/add-dark-mode.
🌐
Claude Docs
platform.claude.com › docs › en › agent-sdk › slash-commands
Slash Commands in the SDK - Claude Docs
Slash commands provide a way to control Claude Code sessions with special commands that start with /. These commands can be sent through the SDK to perform actions like clearing conversation history, compacting messages, or getting help.