niaka3dayoniaka3dayoCommunityยท3 Agent Skills Included

agent-skills-vrc-udon

Correct UdonSharp code generation for VRChat world development

Generates correct UdonSharp C# code and VRChat World SDK scene setups that compile and sync properly. Eliminates silent failures from blocked C# features, broken ownership handling, and bloated sync variables. Provides constraint rules, networking patterns, code templates, and automatic validation hooks that catch errors as code is written.
npx skills add niaka3dayo/agent-skills-vrc-udon --all -g -y
Available:

Tells your AI agent which constraint rules to read before writing UdonSharp code, how to route requests between the UdonSharp scripting skill and the World SDK scene-setup skill, and how to run automatic validation on edited C# files.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-skills-vrc-udon?โ–ผ

Run `npx skills add niaka3dayo/agent-skills-vrc-udon --all -g -y` in your terminal inside your VRChat Unity project to install all skills globally.

Why does AI-generated UdonSharp code fail to compile?โ–ผ

UdonSharp blocks standard C# features like List<T>, async/await, try/catch, and LINQ in runtime code. This skill set teaches your agent the blocked features and correct alternatives before generating code.

How to fix VRChat sync variables not updating for other players?โ–ผ

The skills enforce the correct pattern: set ownership with Networking.SetOwner, modify the synced field, then call RequestSerialization. Built-in decision trees help pick Manual, Continuous, or event-based sync.

Does it work with Claude Code, Codex, and Gemini CLI?โ–ผ

Yes. It ships ready-to-use CLAUDE.md, AGENTS.md, and GEMINI.md templates, and the skills follow the universal SKILL.md standard.

Which VRChat SDK version is supported?โ–ผ

The active verified target is VRChat SDK 3.10.4, including VRCTween, Box Contacts, and world PhysBone collider access. Older versions are documented only as migration history.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’