vvvv-editor-extensions

Automate creation and integration of vvvv gamma editor extensions.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/antokhio/VL.Stride.Voxels --skill vvvv-editor-extensions-antokhio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vvvv-editor-extensions
Source: https://github.com/antokhio/VL.Stride.Voxels/tree/main/.github/skills/vvvv-editor-extensions
Command: npx skills add https://github.com/antokhio/VL.Stride.Voxels --skill vvvv-editor-extensions-antokhio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps create vvvv gamma editor extensions — .HDE.vl file naming, Command node registration with keyboard shortcuts, SkiaWindow/SkiaWindowTopMost window types, docking with WindowFactory, and API access to hovered/selected nodes via VL.Lang Session nodes. Use when building editor plugins, custom tooling windows, or automating editor workflows.

Core Features & Use Cases

  • .HDE.vl naming conventions for standalone extensions, NuGet packages, or mixed NuGet docs
  • Command node registration with keyboard shortcuts
  • Window types: SkiaWindow and SkiaWindowTopMost
  • Docking windows with WindowFactory
  • API access via VL.Lang Session nodes
  • Use cases: editor plugins, tooling windows, automation workflows

Quick Start

Open the editor, create a new .HDE.vl extension file, and wire a Command node with a keyboard shortcut to register the extension.

Frequently Asked Questions about vvvv-editor-extensions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a vvvv gamma editor extension?

Creating vvvv gamma editor extensions requires using .HDE.vl file naming conventions and registering Command nodes with keyboard shortcuts to integrate custom tooling into the editor.

What is the correct file naming convention for vvvv gamma standalone extensions?

The correct file naming convention for vvvv gamma standalone extensions is .HDE.vl, which also applies to mixed NuGet documentation packages and standard NuGet package distribution.

How do I dock a custom tooling window in vvvv gamma?

To dock a custom tooling window in vvvv gamma, use the WindowFactory with SkiaWindow or SkiaWindowTopMost window types to integrate and position your editor views.

Can I access hovered or selected nodes via VL.Lang in vvvv gamma?

Yes, you can access hovered or selected nodes in vvvv gamma by using VL.Lang Session nodes, which provide API access to query and manipulate the active editor graph state.

Does this approach support building NuGet packages for vvvv gamma editor plugins?

Yes, this approach supports building NuGet packages for vvvv gamma editor plugins by applying .HDE.vl naming conventions to distribute standalone extensions or mixed documentation packages.