vscode-deploy-package

Installation
SKILL.md

When to use this skill

Use this skill when the development is complete and the user wants to install the extension or share it.

How to use this skill

  1. Install vsce: Ensure the packaging tool is installed.
    npm install -g vsce
    
  2. Package: Run the package command in the project root.
    vsce package
    
  3. Result: This generates a .vsix file (e.g., my-extension-0.0.1.vsix).

Pre-flight Checklist

Installs
10
First Seen
Jun 23, 2026
vscode-deploy-package — full-stack-skills/vscode-skills