Claude Code Command Palette
Run Claude Code custom slash commands directly from VS Code's Command Palette.
Features
- Discover commands automatically from both project (
.claude/commands/) and user (~/.claude/commands/) directories
- Quick access via Command Palette (
Cmd+Shift+P / Ctrl+Shift+P)
- Live reload - automatically detects new or modified commands
Usage
- Open Command Palette (
Cmd+Shift+P / Ctrl+Shift+P)
- Type "Run Claude Code Command"
- Select a command from the list
- The command runs in a dedicated "Claude" terminal
Commands
| Command |
Description |
Run Claude Code Command |
Shows a picker with all available commands |
Claude Code: Refresh Commands |
Manually refresh the command list |
Recommended Keybinding
For quick access, add a custom keybinding in VS Code:
- Open Keyboard Shortcuts (
Cmd+K Cmd+S / Ctrl+K Ctrl+S)
- Search for "Run Claude Code Command"
- Add your preferred keybinding (e.g.,
Cmd+Option+C / Ctrl+Alt+C)
Or add to keybindings.json:
{
"key": "cmd+alt+c",
"command": "claude-command-palette.showCommands"
}
Command Locations
The extension discovers commands from:
| Type |
Project-level |
User-level |
| Commands |
.claude/commands/*.md |
~/.claude/commands/*.md |
Requirements
Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (
Cmd+Shift+X / Ctrl+Shift+X)
- Search for "Claude Code Command Palette"
- Click Install
From VSIX
code --install-extension claude-code-command-palette-0.1.0.vsix
License
MIT
| |