vscode-ext-commands

Define and organize VS Code extension commands with naming, visibility, and localization conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MauricioZwenger/ia-context --skill vscode-ext-commands-mauriciozwenger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vscode-ext-commands
Source: https://github.com/MauricioZwenger/ia-context/tree/main/skills/vscode-ext-commands
Command: npx skills add https://github.com/MauricioZwenger/ia-context --skill vscode-ext-commands-mauriciozwenger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies contributing commands in VS Code extensions by providing clear guidelines and conventions, reducing integration errors.

Core Features & Use Cases

  • Define Commands Consistently: Establishes naming, visibility, and localization standards for VS Code commands.
  • Enhance Extension Quality: Ensures commands include necessary attributes like titles and icons, improving user experience.
  • Use Case: A developer preparing a VS Code extension can refer to this Guideline to correctly add commands that are accessible and well-organized in the interface.

Quick Start

Consult the guidelines to add a new command to your VS Code extension, ensuring it follows best practices.

Frequently Asked Questions about vscode-ext-commands

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

FAQPage Schema
How do I define commands consistently in a VS Code extension?

To define VS Code extension commands consistently, follow established naming patterns, visibility rules, and localization standards to ensure a high-quality, predictable user interface across the extension.

What are the best practices for VS Code command naming and icon usage?

Best practices for VS Code command naming and icon usage involve adhering to specific contribution conventions, ensuring commands include correct titles, icons, and proper placement within UI components for optimal accessibility.

How do I organize command placement for various UI components in VS Code extensions?

Organizing command placement for VS Code extension UI components requires following specific guidelines for visibility and localization, ensuring commands appear correctly and contextually within the interface.

Do I need JavaScript or TypeScript experience to build VS Code extension commands?

Yes, you need familiarity with JavaScript or TypeScript, along with knowledge of VS Code extension development standards, to properly implement and organize command contributions.

Why do my VS Code extension commands lack visibility or show integration errors?

VS Code extension commands lack visibility or show integration errors when they fail to follow required conventions for attributes like titles, icons, and localization, which this guideline helps resolve.