code
Installation
SKILL.md
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:
code ${ARGUMENTS:-.}
/code - Opens the current working directory/code /path/to/folder - Opens the specified folderRun code with arguments if provided, otherwise open current directory:
code ${ARGUMENTS:-.}