/helpCoreShow available commands and shortcuts.
Use it when you forget a command or want to discover project commands.
/helpA Claude Code commands cheat sheet is a searchable reference for the CLI commands, slash commands, and prompt shortcuts you use while coding with Claude Code. Search by task, filter by workflow, and copy the exact example you need.
/helpCoreUse it when you forget a command or want to discover project commands.
/help/initWorkflowRun it at the start of a new repo so Claude understands conventions.
/init/clearCoreUse it before switching tasks or after a long thread gets noisy.
/clear/compactContextUse it before context gets full but you still want the task history.
/compact Keep the current bug, files touched, and failed tests./costCoreUse it during long runs to see how much the current work costs.
/cost/modelCoreUse it when a task needs a faster or stronger model profile.
/model/permissionsTerminalUse it when a command is blocked or you want a stricter session.
/permissions/terminal-setupTerminalUse it when shell shortcuts or terminal handoff are not working.
/terminal-setup/reviewWorkflowUse it before committing when you want bug-focused feedback.
/review/pr-commentsWorkflowUse it when a PR has review feedback that needs triage or fixes.
/pr-comments/vimTerminalUse it if you prefer modal editing inside Claude Code.
/vim/memoryContextUse it when persistent instructions are stale or missing.
/memory/agentsWorkflowUse it when you want a specialized role for repeated workflows.
/agents/mcpTerminalUse it when a tool server is missing, stale, or not authenticating.
/mcp!TerminalUse it for quick terminal checks without leaving Claude Code.
!git status --short@ContextUse it to pin exact code context before asking for a change.
@src/app/page.tsx Explain this file.Run it when a repo has no Claude instructions or when the existing memory is stale.
Reference the file before asking for an explanation, bug fix, or targeted refactor.
Run small read-only commands like git status, test listings, or package scripts.
Preserve the useful task state without dragging every old message forward.
The Claude Code commands cheat sheet is a searchable reference for common Claude Code slash commands, terminal helpers, context shortcuts, and workflow commands. It explains what each command does, when to use it, and gives a copyable example.
Slash commands start with / and run Claude Code workflows such as help, review, compact, or project commands. Shortcuts such as @file and !command are prompt helpers for adding file context or running shell commands.
Run /init first in a new repo. It helps create or refresh the project memory file so Claude Code can follow the repository's commands, architecture, testing rules, and coding conventions.
Use /compact when you want to keep a summary of the current task while reducing context. Use /clear when you want a clean conversation and do not need the previous session details.
Yes. Claude Code supports custom slash commands stored as Markdown files. Project commands usually live in .claude/commands, while user commands usually live in your home Claude commands folder.
Claude Code commands are useful shortcuts. Tornic turns recurring CLI work into deterministic multi-step automations that run the same way every time across Claude, Codex, and Cursor.
Try Tornic