build-extension

Installation
SKILL.md

Build VSCode Extensions

This repo has two VSCode extension components:

Component Location What it is
dart_node_vsix packages/dart_node_vsix/ The SDK package — Dart bindings for the VSCode extension API (commands, tree views, webviews, status bar, etc.)
too_many_cooks examples/too_many_cooks_vscode_extension/ A concrete extension built with that SDK — multi-agent coordination UI

too-many-cooks extension

Full build (MCP server + extension + .vsix package):

bash examples/too_many_cooks_vscode_extension/build.sh
Installs
Repository
smithery/ai
First Seen
build-extension — smithery/ai