project-setup-info-local

Installation
SKILL.md

How to setup a project

Determine what kind of project the user wants to create, then based on that, choose which setup info below to follow. Only setup a project if the folder is empty or if you've just called the tool first calling the tool to create a workspace.

vscode-extension

A template for creating a VS Code extension using Yeoman and Generator-Code.

Run this command:

npx --package yo --package generator-code -- yo code . --skipOpen

The command has the following arguments:

Installs
1
GitHub Stars
186.2K
First Seen
May 19, 2026
project-setup-info-local — microsoft/vscode