vscode

SKILL.md

VS Code Opener

Open folders in Visual Studio Code from your terminal.

Usage

  • /vscode - Opens the current working directory
  • /vscode /path/to/folder - Opens the specified folder

Implementation

When invoked:

  1. If arguments are provided, use them as the folder path
  2. Otherwise, use the current working directory
  3. Run the code command to open VS Code
# With arguments
code $ARGUMENTS

# Without arguments
code .
Weekly Installs
1
First Seen
Feb 4, 2026
Installed on
openclaw1
opencode1
cursor1
codex1
github-copilot1
claude-code1