·vvvv-dotnet
</>

vvvv-dotnet

帮助 vvvv gamma 中的 .NET 集成 — NuGet 包、库引用、.csproj 项目配置、向量类型互操作和异步模式。在添加 NuGet 包、配置生成设置、引用外部 .NET 库或使用 System.Numerics/Stride 类型转换时使用。

30安装·0热度·@tebjan

安装

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

如何安装 vvvv-dotnet

通过命令行快速安装 vvvv-dotnet AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-dotnet
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:tebjan/vvvv-skills。

SKILL.md

查看原文

There are two workflows for integrating C# with a .vl document:

Source project reference (live reload): The .vl document references a .csproj. vvvv compiles .cs source files itself via Roslyn into in-memory assemblies — no dotnet build needed. On every .cs file save, vvvv detects the change and recompiles automatically. The output path in .csproj is not involved during live development; it is used for NuGet packaging and deployment.

Binary reference (no live reload): The .vl document references a pre-compiled DLL or NuGet package. To apply C# changes, rebuild externally (dotnet build) and restart vvvv. This is the standard workflow for larger projects and stable libraries.

帮助 vvvv gamma 中的 .NET 集成 — NuGet 包、库引用、.csproj 项目配置、向量类型互操作和异步模式。在添加 NuGet 包、配置生成设置、引用外部 .NET 库或使用 System.Numerics/Stride 类型转换时使用。 来源:tebjan/vvvv-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-dotnet
分类
</>开发工具
认证
收录时间
2026-02-20
更新时间
2026-03-10

Browse more skills from tebjan/vvvv-skills

快速解答

什么是 vvvv-dotnet?

帮助 vvvv gamma 中的 .NET 集成 — NuGet 包、库引用、.csproj 项目配置、向量类型互操作和异步模式。在添加 NuGet 包、配置生成设置、引用外部 .NET 库或使用 System.Numerics/Stride 类型转换时使用。 来源:tebjan/vvvv-skills。

如何安装 vvvv-dotnet?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-dotnet 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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