vvvv-editor-extensions — community vvvv-editor-extensions, vvvv-skills, tebjan, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0
GitHub

About this Skill

Perfect for Visual Programming Agents needing custom vvvv gamma ecosystem extensions 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 acces

tebjan tebjan
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
52
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add tebjan/vvvv-skills/vvvv-editor-extensions
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The vvvv-editor-extensions skill by tebjan is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Visual Programming Agents needing custom vvvv gamma ecosystem extensions

Core Value

Empowers agents to create custom extensions using VL patches and NuGet packages, leveraging the VL.HDE library and .HDE.vl file format for seamless integration with the vvvv gamma editor

Capabilities Granted for vvvv-editor-extensions

Automating vvvv gamma workflow optimizations using custom VL patches
Generating reusable extensions for the vvvv gamma ecosystem
Debugging VL patches with the VL.HDE Command node and window types

! Prerequisites & Limits

  • Requires vvvv gamma ecosystem setup
  • Limited to .HDE.vl file format for extensions
  • Dependent on VL.HDE NuGet package for functionality
Project
SKILL.md
1.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Editor Extensions

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

File Naming

ContextRequired Name
Standalone extensionVL.MyExtension.HDE.vl
Extension-only NuGetVL.MyExtension.HDE (package ID)
Mixed NuGet main docVL.MyPackage.vl
Mixed NuGet extension docVL.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

Registers a command in the editor menu:

PinPurpose
LabelMenu text
VisibleShow/hide the command
ShortcutKeyboard binding
OutputTriggers (bang) on activation

Multiple Command nodes can live in one .HDE.vl document.

Warning: A runtime error in one command may affect all others in the same document.

Window Types

TypeBehavior
SkiaWindowSlimmed-down Skia renderer window
SkiaWindowTopMostAlways-on-top, no focus steal

Docking

Wrap window with WindowFactory node. Connect WindowContext and Window pins.

Template: VL.HDE/Template.HDE.vl

API Access

Access hovered/selected nodes, read/write pins via VL.Lang Session category nodes. Browse available API in the HelpBrowser's API section.

Developer Shortcuts

  • Shift+F9 — restarts all extensions simultaneously

Limitations

  • Settings panel integration is not yet possible
  • Extensions only run in the editor, not in exported applications

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is vvvv-editor-extensions?

Perfect for Visual Programming Agents needing custom vvvv gamma ecosystem extensions 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 acces

How do I install vvvv-editor-extensions?

Run the command: npx killer-skills add tebjan/vvvv-skills/vvvv-editor-extensions. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for vvvv-editor-extensions?

Key use cases include: Automating vvvv gamma workflow optimizations using custom VL patches, Generating reusable extensions for the vvvv gamma ecosystem, Debugging VL patches with the VL.HDE Command node and window types.

Which IDEs are compatible with vvvv-editor-extensions?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for vvvv-editor-extensions?

Requires vvvv gamma ecosystem setup. Limited to .HDE.vl file format for extensions. Dependent on VL.HDE NuGet package for functionality.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tebjan/vvvv-skills/vvvv-editor-extensions. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use vvvv-editor-extensions immediately in the current project.

Related Skills

Looking for an alternative to vvvv-editor-extensions or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel