vvvv-editor-extensions

Installation
SKILL.md

Editor Extensions

Extensions are standard VL patches saved with a .HDE.vl suffix. They run automatically when open in the editor.

File Naming

Context Required Name
Standalone extension VL.MyExtension.HDE.vl
Extension-only NuGet VL.MyExtension.HDE (package ID)
Mixed NuGet main doc VL.MyPackage.vl
Mixed NuGet extension doc VL.MyPackage.HDE.vl

Required NuGet References

  • VL.HDE — provides Command node, window types, WindowFactory
  • VL.Lang — provides API nodes under the Session category

Command Node

Installs
78
GitHub Stars
32
First Seen
Feb 17, 2026
vvvv-editor-extensions — tebjan/vvvv-skills