Skip to content

Commit 9fc771e

Browse files
authored
Merge pull request #241 from nkmr-jp/docs/update-built-in-commands
docs(built-in-commands): update Claude, Codex, and Gemini slash commands to latest
2 parents 1fb7cd1 + b514b6a commit 9fc771e

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
lines changed

assets/built-in-commands/claude.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commands:
3131
- name: context
3232
description: Visualize current context usage as a colored grid
3333
- 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
3535
- name: cost
3636
description: Show token usage statistics
3737
- name: debug
@@ -42,7 +42,7 @@ commands:
4242
- name: diff
4343
description: Interactive diff viewer for uncommitted changes and per-turn diffs
4444
- name: doctor
45-
description: Checks the health of your Claude Code installation
45+
description: Diagnose and verify your Claude Code installation and settings
4646
- name: exit
4747
description: "Exit the CLI. Alias: /quit"
4848
- name: export
@@ -54,7 +54,7 @@ commands:
5454
description: Toggle Fast mode on or off
5555
argument-hint: "[on|off]"
5656
- name: feedback
57-
description: Submit feedback about Claude Code
57+
description: "Submit feedback about Claude Code. Alias: /bug"
5858
- name: fork
5959
description: Clone a conversation into a new thread
6060
argument-hint: "[session]"
@@ -75,19 +75,22 @@ commands:
7575
- name: keybindings
7676
description: Open or create your keybindings configuration file
7777
- 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]"
7982
- name: logout
8083
description: Sign out from your Anthropic account
8184
- name: mcp
8285
description: Manage MCP server connections and OAuth authentication
8386
- name: memory
8487
description: Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries
8588
- 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"
8790
- name: model
8891
description: Select or change the AI model (use left/right arrows to adjust effort level). Takes effect immediately
8992
- 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"
9194
argument-hint: "[style]"
9295
- name: passes
9396
description: Share a free 1-week Claude Code pass with friends (only shown for eligible accounts)
@@ -119,13 +122,13 @@ commands:
119122
description: "Resume a conversation by ID or name, or open the session picker. Alias: /continue"
120123
argument-hint: "[session]"
121124
- 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)
123126
- name: rewind
124127
description: "Rewind the conversation and/or code to a previous point, or summarize from a selected message. Alias: /checkpoint"
125128
- 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
127130
- 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)
129132
- name: simplify
130133
description: Review changed code for reuse, quality, and efficiency, then fix any issues found
131134
- name: skills
@@ -135,7 +138,7 @@ commands:
135138
- name: status
136139
description: "Open the Settings interface (Status tab) showing version, model, account, and connectivity"
137140
- 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"
139142
- name: stickers
140143
description: Order Claude Code stickers
141144
- name: tasks
@@ -146,7 +149,7 @@ commands:
146149
- name: terminal-setup
147150
description: Configure terminal keybindings for Shift+Enter and other shortcuts (VS Code, Alacritty, Warp)
148151
- name: theme
149-
description: Change the color theme
152+
description: "Change the color theme. Includes light/dark variants, colorblind-accessible (daltonized), and ANSI themes"
150153
- name: todos
151154
description: List current TODO items
152155
- name: usage

assets/built-in-commands/codex.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
- name: approvals
1515
description: Choose what Codex is allowed to do
1616
- name: apps
17-
description: Manage apps
17+
description: Browse apps (connectors) and insert them into your prompt
1818
- name: clean
1919
description: Stop all background terminals
2020
- name: clear
@@ -30,7 +30,7 @@ commands:
3030
- name: elevate-sandbox
3131
description: Set up elevated agent sandbox
3232
- name: debug-config
33-
description: Show config layers and requirement sources for debugging
33+
description: Print config layer and requirements diagnostics
3434
- name: exit
3535
description: Exit the CLI (alias for /quit)
3636
- name: experimental
@@ -43,7 +43,7 @@ commands:
4343
description: Fork the current chat
4444
argument-hint: "[session]"
4545
- name: init
46-
description: Create an AGENTS.md file with instructions for Codex
46+
description: Generate an AGENTS.md scaffold in the current directory
4747
- name: logout
4848
description: Sign out of Codex
4949
- name: mcp
@@ -52,17 +52,17 @@ commands:
5252
description: Attach a file to the conversation
5353
argument-hint: "<path>"
5454
- name: model
55-
description: Choose what model and reasoning effort to use
55+
description: Choose the active model (and reasoning effort, when available)
5656
- name: new
5757
description: Start a new chat during a conversation
5858
- name: permissions
59-
description: Choose what Codex is allowed to do
59+
description: Set what Codex can do without asking first
6060
- name: personality
6161
description: Choose a communication style for responses
6262
- name: plan
6363
description: Switch to plan mode and optionally send a prompt
6464
- name: ps
65-
description: List background terminals
65+
description: Show experimental background terminals and their recent output
6666
- name: quit
6767
description: Exit the CLI
6868
- name: realtime

assets/built-in-commands/gemini.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ reference: https://google-gemini.github.io/gemini-cli/docs/cli/commands.html
1111
commands:
1212
- name: about
1313
description: Display version information
14+
- name: agents
15+
description: "Manage agents: list, enable, disable, configure, and refresh the agent registry"
1416
- name: auth
1517
description: Open a dialog to change authentication methods
1618
- name: bug
@@ -38,6 +40,8 @@ commands:
3840
description: Exit Gemini CLI
3941
- name: extensions
4042
description: "Manage extensions: install, enable, disable, explore, config, update, and more"
43+
- name: footer
44+
description: Configure which items appear in the footer (statusline)
4145
- name: help
4246
description: Display help information about Gemini CLI and available commands
4347
- name: hooks
@@ -72,11 +76,13 @@ commands:
7276
description: Resume a previous conversation session
7377
argument-hint: "[session]"
7478
- name: rewind
75-
description: Browse and rewind conversation history and file changes (Esc x2 shortcut)
79+
description: Jump back to a specific message and restart the conversation (Esc x2 shortcut)
7680
- name: settings
7781
description: Open the settings editor to view and modify settings
7882
- name: setup-github
7983
description: Set up GitHub Actions to triage issues and review PRs with Gemini
84+
- name: shortcuts
85+
description: Toggle the shortcuts panel above the input
8086
- name: shells
8187
description: "Toggle background shells view and manage long-running processes. Alias: /bashes"
8288
- name: skills

0 commit comments

Comments
 (0)