unity-csharp
Installation
SKILL.md
Unity C# Skill
Version: 2.0 Stack: Unity, C#
Patterns for writing clean, performant Unity C# code. Includes VR/mobile optimization.
Scope and Boundaries
This skill covers:
- MonoBehaviour lifecycle and component architecture
- Unity-specific C# patterns (caching, events, coroutines, null safety)
- Performance optimization (draw calls, batching, LODs, pooling)
- VR/mobile performance targets and profiling
- ScriptableObject usage
Related skills
More from alexanderstephenthompson/claude-hub
design
Design and UI standards for accessibility, semantic HTML, and responsive layouts
35architecture
Architecture principles, module boundaries, folder structure, and project type profiles
33vrc-udon
VRChat Udon and UdonSharp patterns - networking, sync, interactions
32data-python
Python patterns for data processing - pandas, polars, pyspark
32web-performance
Performance patterns for Apollo caching, Redis, and CloudFront optimization
32web-css
CSS architecture for vanilla CSS - organization, design tokens, responsive patterns
29