vscode-feature-command

Installation
SKILL.md

When to use this skill

Use this skill when the user wants to add a new functional command (e.g., "Hello World", "Format Text") to the extension.

How to use this skill

Adding a command requires updates to two files: package.json and src/extension.ts.

Step 1: Update package.json

Add the command definition to the contributes.commands array.

Installs
10
First Seen
Jun 23, 2026
vscode-feature-command — full-stack-skills/vscode-skills