
Unity Vcontainer
- 13 installs
- 10 repo stars
- Updated April 23, 2026
- creator-hian/claude-code-plugins
Helps Claude Code wire up VContainer, a fast dependency-injection container for Unity, to structure game architecture and lifetimes.
About
A Claude Code skill for using VContainer, a fast dependency-injection container for Unity, to structure game code with clear registration, scopes, and lifetimes. A solo game developer reaches for it when a Unity project grows and they want decoupled, testable architecture instead of tangled singletons.
- VContainer dependency injection for Unity
- Scoped lifetimes and registration
- Cleaner game architecture
Unity Vcontainer by the numbers
- 13 all-time installs (skills.sh)
- Ranked #193 of 247 Game Development skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/creator-hian/claude-code-plugins --skill unity-vcontainerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 13 |
|---|---|
| repo stars | ★ 10 |
| Last updated | April 23, 2026 |
| Repository | creator-hian/claude-code-plugins ↗ |
What it does
Helps Claude Code wire up VContainer, a fast dependency-injection container for Unity, to structure game architecture and lifetimes.
Who is it for?
Solo devs structuring Unity architecture with DI
When should I use this skill?
Setting up VContainer dependency injection in Unity