·vvvv-spreads
</>

vvvv-spreads

Helps write code using vvvv gamma's Spread<T> immutable collection type and SpreadBuilder<T>. Use when working with Spreads, collections, arrays, iteration, mapping, filtering, zipping, or converting between Span and Spread.

30Installs·0Trend·@tebjan

Installation

$npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-spreads

How to Install vvvv-spreads

Quickly install vvvv-spreads AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-spreads
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tebjan/vvvv-skills.

SKILL.md

View raw

Spread is vvvv's immutable collection type, conceptually similar to ImmutableArray . It is the primary way to pass collections between nodes.

For hot-path output (e.g., per-frame simulation data), ReadOnlySpan avoids allocation entirely:

Use Spread for infrequent config inputs; use ReadOnlySpan for high-frequency frame data.

Helps write code using vvvv gamma's Spread<T> immutable collection type and SpreadBuilder<T>. Use when working with Spreads, collections, arrays, iteration, mapping, filtering, zipping, or converting between Span and Spread. Source: tebjan/vvvv-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-spreads
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from tebjan/vvvv-skills

Quick answers

What is vvvv-spreads?

Helps write code using vvvv gamma's Spread<T> immutable collection type and SpreadBuilder<T>. Use when working with Spreads, collections, arrays, iteration, mapping, filtering, zipping, or converting between Span and Spread. Source: tebjan/vvvv-skills.

How do I install vvvv-spreads?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-spreads Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/tebjan/vvvv-skills