You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/built-in-commands/claude.yml
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ commands:
31
31
- name: context
32
32
description: Visualize current context usage as a colored grid
33
33
- name: copy
34
-
description: Copy the last response to clipboard (with code block picker when applicable)
34
+
description: Copy the last assistant response to clipboard. When code blocks are present, shows an interactive picker to select individual blocks or the full response
35
35
- name: cost
36
36
description: Show token usage statistics
37
37
- name: debug
@@ -42,7 +42,7 @@ commands:
42
42
- name: diff
43
43
description: Interactive diff viewer for uncommitted changes and per-turn diffs
44
44
- name: doctor
45
-
description: Checks the health of your Claude Code installation
45
+
description: Diagnose and verify your Claude Code installation and settings
46
46
- name: exit
47
47
description: "Exit the CLI. Alias: /quit"
48
48
- name: export
@@ -54,7 +54,7 @@ commands:
54
54
description: Toggle Fast mode on or off
55
55
argument-hint: "[on|off]"
56
56
- name: feedback
57
-
description: Submit feedback about Claude Code
57
+
description: "Submit feedback about Claude Code. Alias: /bug"
58
58
- name: fork
59
59
description: Clone a conversation into a new thread
60
60
argument-hint: "[session]"
@@ -75,19 +75,22 @@ commands:
75
75
- name: keybindings
76
76
description: Open or create your keybindings configuration file
77
77
- name: login
78
-
description: Switch Anthropic accounts
78
+
description: Sign in to your Anthropic account
79
+
- name: loop
80
+
description: Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m)
81
+
argument-hint: "[interval] [command]"
79
82
- name: logout
80
83
description: Sign out from your Anthropic account
81
84
- name: mcp
82
85
description: Manage MCP server connections and OAuth authentication
83
86
- name: memory
84
87
description: Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries
85
88
- name: mobile
86
-
description: Show QR code to download the Claude mobile app
89
+
description: "Show QR code to download the Claude mobile app. Aliases: /ios, /android"
87
90
- name: model
88
91
description: Select or change the AI model (use left/right arrows to adjust effort level). Takes effect immediately
89
92
- name: output-style
90
-
description: Set the output style directly or from a selection menu
93
+
description: "Switch between output styles: Default, Explanatory (educational insights), or Learning (hands-on practice). Supports custom styles"
91
94
argument-hint: "[style]"
92
95
- name: passes
93
96
description: Share a free 1-week Claude Code pass with friends (only shown for eligible accounts)
@@ -119,13 +122,13 @@ commands:
119
122
description: "Resume a conversation by ID or name, or open the session picker. Alias: /continue"
120
123
argument-hint: "[session]"
121
124
- name: review
122
-
description: Review a pull request for code quality, correctness, security, and test coverage (requires gh CLI)
125
+
description: Review a pull request for code quality, correctness, security, and test coverage. Pass a PR number, or omit to list open PRs (requires gh CLI)
123
126
- name: rewind
124
127
description: "Rewind the conversation and/or code to a previous point, or summarize from a selected message. Alias: /checkpoint"
125
128
- name: sandbox
126
-
description: "Enable sandboxed bash tool with filesystem and network isolation for safer, more autonomous execution"
129
+
description: Toggle sandbox mode with filesystem and network isolation. Available on supported platforms only
127
130
- name: security-review
128
-
description: Complete a security review of pending changes on the current branch
131
+
description: Analyze pending changes on the current branch for security vulnerabilities (injection, auth issues, data exposure)
129
132
- name: simplify
130
133
description: Review changed code for reuse, quality, and efficiency, then fix any issues found
131
134
- name: skills
@@ -135,7 +138,7 @@ commands:
135
138
- name: status
136
139
description: "Open the Settings interface (Status tab) showing version, model, account, and connectivity"
137
140
- name: statusline
138
-
description: "Set up Claude Code's status line UI"
141
+
description: "Configure Claude Code's status line. Describe what you want, or run without arguments to auto-configure from your shell prompt"
139
142
- name: stickers
140
143
description: Order Claude Code stickers
141
144
- name: tasks
@@ -146,7 +149,7 @@ commands:
146
149
- name: terminal-setup
147
150
description: Configure terminal keybindings for Shift+Enter and other shortcuts (VS Code, Alacritty, Warp)
148
151
- name: theme
149
-
description: Change the color theme
152
+
description: "Change the color theme. Includes light/dark variants, colorblind-accessible (daltonized), and ANSI themes"
0 commit comments