© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to contribute and organize commands in VS Code extensions following official guidelines.
When adding new commands to the VS Code Command Palette
When implementing context-aware menu items for the Side Bar or editor
When localizing command titles and categories for different languages
Describe the new feature or action you want to add to your extension
Ask the agent to define the command in the package.json contribution point
Review the suggested naming conventions and visibility rules (when-clauses)
Implement the command handler in your extension's source code
You
I want to add a 'Run Audit' command that only shows up when a JSON file is open.
Agent
I'll add the command to your `package.json`. I'll define a `title` and `category`, and set a `when` clause to `resourceExtname == .json` so it only appears in the correct context.
Gives your agent the ability to localize VS Code extensions by managing translation files for settings, commands, and walkthroughs.
Gives your agent the ability to write professional, structured commit messages following conventional standards for clear version control history.
Gives your agent the ability to identify and request all necessary files before answering complex technical questions.
Gives your agent the ability to analyze chatmode or prompt files and recommend the most optimal AI models based on complexity and cost-efficiency.
Gives your agent the ability to transform rough Python scripts into polished, beginner-friendly projects with clear comments and a complete markdown tutorial.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.