·theone-unity-standards
</>

theone-unity-standards

the1studio/theone-training-skills

Enforces TheOne Studio Unity development standards including C# coding patterns, Unity architecture (VContainer/SignalBus and TheOne.DI/Publisher), and code review guidelines. Triggers when writing, reviewing, or refactoring Unity C# code, implementing features, setting up dependency injection, working with events, or reviewing code changes.

14Installs·0Trend·@the1studio

Installation

$npx skills add https://github.com/the1studio/theone-training-skills --skill theone-unity-standards

SKILL.md

⚠️ Unity 6 (C# 9): All patterns and examples are compatible with Unity 6, which uses C# 9. No C# 10+ features are used.

This skill enforces TheOne Studio's comprehensive Unity development standards with CODE QUALITY FIRST:

| 🔴 PRIORITY 1: Code Quality (Check FIRST) | | | | 1 | Nullable types, access modifiers, warnings, exceptions | Quality & Hygiene ⭐ | | 1 | TheOne.Logging.ILogger (no guards, no prefixes, no constructor logs) vs Debug.Log | Quality & Hygiene ⭐ | | 1 | readonly/const, nameof, using scope, no inline comments | Quality & Hygiene ⭐ |

Enforces TheOne Studio Unity development standards including C# coding patterns, Unity architecture (VContainer/SignalBus and TheOne.DI/Publisher), and code review guidelines. Triggers when writing, reviewing, or refactoring Unity C# code, implementing features, setting up dependency injection, working with events, or reviewing code changes. Source: the1studio/theone-training-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/the1studio/theone-training-skills --skill theone-unity-standards
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is theone-unity-standards?

Enforces TheOne Studio Unity development standards including C# coding patterns, Unity architecture (VContainer/SignalBus and TheOne.DI/Publisher), and code review guidelines. Triggers when writing, reviewing, or refactoring Unity C# code, implementing features, setting up dependency injection, working with events, or reviewing code changes. Source: the1studio/theone-training-skills.

How do I install theone-unity-standards?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/the1studio/theone-training-skills --skill theone-unity-standards Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/the1studio/theone-training-skills