Handles the specific conventions for contributing commands to VS Code extensions, covering the distinction between regular Command Palette commands and Side Bar commands. It enforces proper naming patterns like the underscore prefix and #sideBar suffix for sidebar commands, ensures you set up icons and enablement rules correctly, and guides you through the group positioning for view/title and view/item/context menus. The skill is focused on the mechanical details that trip up extension developers, like when commands should be visible in the Command Palette versus when they shouldn't, and how to structure the contribution points properly.
npx skills add https://github.com/github/awesome-copilot --skill vscode-ext-commands