vscode-ext-commands

Standardize and validate VS Code extension command contributions.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/beel-collab/presets.dev --skill vscode-ext-commands-beel-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vscode-ext-commands
Source: https://github.com/beel-collab/presets.dev/tree/main/skills/vscode-ext-commands
Command: npx skills add https://github.com/beel-collab/presets.dev --skill vscode-ext-commands-beel-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides guidelines for contributing commands in VS Code extensions, covering naming conventions, visibility rules, localization practices, and general best practices for command contributions.

Core Features & Use Cases

  • Clear naming and visibility guidelines for regular and Side Bar commands.
  • Localization considerations and alignment with VS Code extension development standards.
  • Use Case: When adding a new command, follow the guidelines to ensure consistent behavior and discoverability.

Quick Start

Review the VS Code extension command contribution guidelines and apply them to your next command addition or update.

Frequently Asked Questions about vscode-ext-commands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add commands to a VS Code extension for the Command Palette and Side Bar?

To add commands to a VS Code extension, you must follow command contribution guidelines that enforce mandatory title and category fields, optional icons for specific command types, and proper visibility rules for the Command Palette and Side Bar views.

What are the naming conventions for VS Code extension commands?

VS Code extension command naming conventions require clear titles and categories to ensure consistent behavior and discoverability across the Command Palette and Side Bar, aligning directly with standard extension development guidelines.

Do I need to localize VS Code extension commands?

Yes, localization is a required consideration when contributing VS Code extension commands. You must apply localization practices during command addition or updates to ensure commands are accessible across different languages and regions.

How do I set visibility rules for Side Bar commands in VS Code extensions?

Side Bar command visibility in VS Code extensions is governed by specific guidelines that dictate when and where commands appear, ensuring proper discoverability and consistent behavior across views without unnecessary clutter.

When should I add icons to VS Code extension commands?

Icons are optional but recommended for certain VS Code extension command types. You should add them when contributing commands that require visual distinction in the Command Palette or Side Bar, adhering to extension guidelines.

What are the limitations of standard VS Code extension command contributions?

Standard VS Code extension command contributions require strict alignment with guidelines, meaning mandatory titles and categories cannot be omitted, and visibility or localization rules must be explicitly followed to prevent discoverability issues.