From code
Open a file or directory in VS Code so the user can read it in full or make a manual edit. Use this proactively whenever you want the user to look at something in their editor — e.g. asking them to skim a long file, inspect config, or hand-edit a value you can't set yourself. Also user-invocable as /code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code:codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open a file or directory in VS Code.
Open a file or directory in VS Code.
Reach for this skill — without waiting for the user to ask — whenever you want them to physically look at or touch a file. Examples:
If you're about to say "please take a look at <path>" or "please open <path> and edit X", invoke this skill instead of just naming the path.
Do not invoke when:
path:line format instead).Given the argument (file path, directory, or natural-language reference):
No argument or empty: Run code . to open the current working directory.
Looks like a filename or path (e.g. banana.txt, src/utils, package.json):
code <absolute_path>.Natural language (e.g. "this file", "the config", "open the test I was just editing"):
code <absolute_path>.code.code <dir>).code <file>).Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub knoxio/claude-plugins --plugin code