Slash commands
Reusable prompts as /commands you and your team share.
Capture repeated prompts as slash commands. Share them across a team, scope them per project, and chain them into bigger workflows.
All slash commands questions (2)
-
How do I add my own /command to Claude Code?
Drop a markdown file in .claude/commands/ and Claude picks it up immediately. Project-scoped or user-scoped, your call.
-
How do I share my Claude Code setup as a plugin with one config file?
Plugins are how you turn `.claude/` into something a teammate installs with one slash command. Two config files (`plugin.json` + `marketplace.json`), one git repo, one `/plugin install`. Plus the namespacing rule that surprises people and the version-pinning trap that quietly stops updates.