Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Skills, rules, and validation hooks that teach AI coding agents to generate correct UdonSharp code
| Date | Stars |
|---|---|
| 2026-07-31 | 252 |
| 2026-08-05 | 254 |
| 2026-08-06 | 254 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
**English** | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) | [繁體中文](README.zh-TW.md) | [한국어](README.ko.md) <p align="center"> <img src="https://img.shields.io/badge/VRChat_SDK-3.7.1--3.10.4-00b4d8?style=for-the-badge" alt="VRChat SDK" /> <img src="https://img.shields.io/badge/UdonSharp-C%23_%E2%86%92_Udon-5C2D91?style=for-the-badge&logo=csharp&logoColor=white" alt="UdonSharp" /> <img src="https://img.shields.io/badge/AI_Agent-Skills_%26_Rules-ff6b35?style=for-the-badge" alt="Agent Skills" /> <img src="https://img.shields.io/github/license/niaka3dayo/agent-skills-vrc-udon?style=for-the-badge" alt="License" /> </p> <p align="center"> <img src="https://img.shields.io/npm/v/agent-skills-vrc-udon?style=flat-square&label=npm" alt="npm version" /> <img src="https://img.shields.io/npm/dm/agent-skills-vrc-udon?style=flat-square&label=downloads" alt="npm downloads" /> <img src="https://img.shields.io/github/actions/workflow/status/niaka3dayo/agent-skills-vrc-udon/ci.yml?branch=dev&style=flat-square&label=CI" alt="CI" /> </p> <h1 align="center">Agent Skills for VRChat UdonSharp</h1> <p align="center"> <b>Skills, rules, and validation hooks that teach AI coding agents to generate correct UdonSharp code</b> </p> <p align="center"> <a href="#about">About</a> • <a href="#install">Install</a> • <a href="#structure">Structure</a> • <a href="#skills">Skills</a> • <a href="#rules">Rules</a> • <a href="#hooks">Hooks</a> • <a href="#contributing">Contributing</a> • <a href="#disclaimer">Disclaimer</a> </p> --- <h2 id="about">About</h2> VRChat world development with **UdonSharp** (C# → Udon Assembly) has strict compile constraints that differ significantly from standard C#. Features like `List<T>`, `async/await`, `try/catch`, LINQ, and lambdas cause **compile errors**. This repository provides AI coding agents with the knowledge to generate correct UdonSharp code from the start. | Problem | Solution | |---------|----------| | AI generates `List<T>`, `async/await`, etc. | Rules + hooks auto-detect and warn | | Sync variable bloat | Decision tree + data budget | | Incorrect networking patterns | Pattern library + anti-patterns | | SDK version feature differences | Version table with feature mapping | | Late Joiner state inconsistency | Sync pattern selection framework | **This is NOT:** - A VRChat SDK or UdonSharp distribution - A Unity project (no executable code) - A replacement for [official VRChat documentation](https://creators.vrchat.com/) - A guarantee of all AI behaviors > **Issues**: Bug reports and knowledge requests are welcome via [GitHub Issues](https://github.com/niaka3dayo/agent-skills-vrc-udon/issues). > **PRs**: Pull Requests are not accepted. See [CONTRIBUTING.md](CONTRIBUTING.md) for details. --- <h2 id="install">Install</h2> > **Migrating from fork/clone?** — Since v1.0.0, this project is distributed as an **npm package**. You no longer need to fork or clone the repository. Simply run one of the install commands below inside your VRChat Unity project. If you previously cloned this repo, you can safely delete the cloned directory and switch to the npm-based install. ### Method 1: skills CLI (recommended) ```bash npx skills add niaka3dayo/agent-skills-vrc-udon ``` This uses the [skills.sh](https://skills.sh) ecosystem to install skills into your project. ### Method 2: Claude Code plugin ```bash claude plugin add niaka3dayo/agent-skills-vrc-udon ``` ### Method 3: git clone ```bash git clone https://github.com/niaka3dayo/agent-skills-vrc-udon.git ``` ### Installing a specific version All published versions remain permanently available on npm and as git tags — nothing is ever removed. ```bash # npm (any published version, v1.0.0 and later) npm install [email protected] # git tag git clone --branch v2.3.0 https://github.com/niaka3dayo/agent-skills-vrc-udon.git ``` --- <h2 id="structure">Structure</h2> ``` skills/
Excerpt of 12,341 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:3428ff80b60ad257, topic:ai-agent