vscode-project-init

Installation
SKILL.md

When to use this skill

Use this skill when the user wants to start a new VS Code extension project. This is the first step in the development workflow.

How to use this skill

  1. Ask for Project Name: If the user hasn't provided a name, ask for it (e.g., "my-awesome-extension").
  2. Execute Initialization Command: Run the following command to scaffold the project non-interactively.
# Replace <project-name> with the actual name
npx --package yo --package generator-code -- yo code <project-name> --template typescript --quick
Installs
5
First Seen
Jun 7, 2026
vscode-project-init — full-statck-skills/vscode-skills