Custom slash commands docs are incorrect
Resolved 💬 3 comments Opened Jun 24, 2025 by moltar Closed Aug 15, 2025
Docs: https://docs.anthropic.com/en/docs/claude-code/slash-commands#custom-slash-commands
The documentation states that commands will be prefixed and will be in a namespace.
I have a command in:
.claude/commands/foo/commit.md
And in the TUI, it shows up as:
/commit Make a git commit (project:foo)
So, as you can see, there's no actual namespacing of the command itself.
But it does mention the project:foo in the description for some reason.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗