agent-skills-vrc-udon
Correct UdonSharp code generation for VRChat world development
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 Indicatorsunity-vrc-skills-renovator
Refresh and improve VRChat AI coding skills for UdonSharp and the World SDK.
unity-vrc-world-sdk-3
Guide VRChat World SDK 3 development from scene setup to upload.
unity-vrc-udon-sharp
Generate UdonSharp scripts for VRChat with networking synchronization and compile constraints.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core