🎯

code

🎯Skill

from hyf0/agent-skills

VibeIndex|
What it does

Opens the current working directory or a specified folder directly in Visual Studio Code.

πŸ“¦

Part of

hyf0/agent-skills(2 items)

code

Installation

Quick InstallInstall with npx
npx skills add hyf0/skills -g --all
Quick InstallInstall with npx
npx skills add hyf0/skills -g --all --skill code
Quick InstallInstall with npx
npx skills add hyf0/skills -g
πŸ“– Extracted from docs: hyf0/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Open the current working directory or a specified folder in Visual Studio Code.

Usage

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

Implementation

Run code with arguments if provided, otherwise open current directory:

```bash

code ${ARGUMENTS:-.}

```