Slash commands

Slash commands invoke Friday's built-in actions from the prompt. Type / in an empty input to open the command menu, then keep typing to filter and press Tab to autocomplete. Most commands work the same in Dispatch and inside threads; a handful are GIT-mode only.

Looking for user-defined commands? See Custom commands.

Availability

ScopeNotes
All modesMost commands. Available in both GIT mode and Cowboy mode.
GIT mode only/base-branch, /pr-stack. See Modes.
Block on idle/clear, /load-checkpoint, /load-snapshot wait for the agent to finish before running.

Threads and forking

CommandWhat it doesSee
/fork [description]Spawn a new worker thread that inherits the current conversation.Threads
/name <new name>Rename the current thread.Threads
/queueOpen the message queue: process, edit, or remove queued messages.Message queue
/tasksOpen the task list and edit pending items.Tasks

Branches and PRs

CommandWhat it doesModesSee
/base-branchPick the comparison base for the session and the PR target.GIT onlyBranches
/pr-stackSplit commits into a stack of PRs.GIT onlyPR stack
/diffShow staged and unstaged changes in a modal.AllDiff

Conversation control

CommandWhat it doesSee
/clearReset conversation history and queued messages; keep the project.
/compactCompress the current conversation in place.
/save-checkpointSave a labeled checkpoint of the current session.Checkpoints
/load-checkpointRestore a previously saved checkpoint.Checkpoints
/snapshotWrite a debug snapshot (advanced).
/load-snapshotLoad a debug snapshot (advanced).
/share-conversationExport the current conversation to Notion. Requires NOTION_API_TOKEN.Environment variables

Skills, plugins, MCP, agents

CommandWhat it doesSee
/skillBrowse and trigger skills (user, project, plugin).Skills
/create-skillInteractive skill creator.Skills
/create-commandInteractive custom command creator.Custom commands
/create-agentInteractive subagent creator.Subagents
/plugin-marketplaceManage marketplaces and enable or disable plugins.Plugins
/mcpManage MCP servers (built-in and user-defined).MCP
/agentsmdGenerate or update agents.md for the current project.agents.md
/team-onboardingGenerate onboarding.md from your Friday usage over the last 30 days, as a starting point for a new teammate.Team onboarding

Editor and UI

CommandWhat it does
/codeOpen the current workspace in VS Code.
/cursorOpen the current workspace in Cursor.
/terminal-setupConfigure Shift+Enter for the VS Code or Cursor terminal.
/settingsOpen the interactive settings menu.

Account and help

CommandWhat it does
/helpOpen the help modal (links to docs and Discord, plus the installed version).
/manageManage your Friday account.
/privacyShow the Privacy Policy.
/termsShow the Terms of Service.

Custom commands

Project commands live in .agents/commands/ (or .claude/commands/ as a fallback); personal commands live in ~/.agents/commands/ (or ~/.claude/commands/). They appear in the same / menu as built-ins, with plugin-supplied commands namespaced as /<plugin>:<name>. See Custom commands.

Read next