Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Unity-SkillForge

Unity-SkillForge contains 20 collected skills from nlelouche, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
20
Stars
67
updated
2026-03-14
Forks
11
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

coreclr-gc-watchdog
software-developers

Detects, diagnoses, and eliminates Garbage Collector pressure in Unity (CoreCLR). Provides patterns for zero-alloc code, Profiler integration guidance, and a GC budget monitoring protocol.

2026-03-14
unity-compile-fixer
software-developers

Agentic repair loop for C# compilation errors. Reads compiler output, classifies errors by pattern, and applies targeted, minimal fixes to restore a green build.

2026-03-14
minimap-system
software-developers

Implements a runtime minimap using a second orthographic camera rendering to a RenderTexture, displayed in a UI Toolkit or UGUI panel. Supports icons, fog of war, and zoom.

2026-03-14
accessibility-hci
web-and-digital-interface-designers

Implements accessibility (A11y) standards for Unity games: WCAG 2.1 color contrast, font scaling, colorblind modes, motor-impaired input remapping, and audio cues for visually impaired players.

2026-03-14
gpu-instancing-expert
software-developers

Implements GPU instancing and indirect rendering to render thousands of identical meshes in a single draw call. Covers DrawMeshInstanced, DrawMeshInstancedIndirect, and MaterialPropertyBlock.

2026-03-14
texture-streaming-expert
software-developers

Manages texture memory via Unity's Mip Streaming system and streaming budget configuration. Prevents VRAM exhaustion on mobile/console by loading only the required mip levels at runtime.

2026-03-14
ai-code-reviewer
software-quality-assurance-analysts-and-testers

Agentic code review checklist for Unity C# scripts. Identifies SOLID violations, GC allocation anti-patterns, naked Singletons, missing null guards, and architectural smells before human review.

2026-03-14
context-discovery-agent
software-developers

Auto-detects the Unity project environment (version, render pipeline, installed packages) and returns a structured context JSON consumed by all other skills before code generation.

2026-03-14
metadata-validator
software-developers

Audits all SKILL.md files in the repository for 2026 standard compliance. Reports missing YAML keys, outdated version fields, and broken Related Skills links.

2026-03-14
ads-mediation-ironsource
software-developers

Full integration guide for IronSource/LevelPlay mediation: banner, interstitial, and rewarded ads lifecycle, GDPR consent flow, and waterfall configuration.

2026-03-14
day-night-cycle
software-developers

Time progression, directional light rotation, and event triggers for dawn and dusk.

2026-03-08
command-pattern-undo
software-developers

Implements the Command Pattern with a full undo/redo history stack. Applicable to editor tools, strategy game moves, crafting systems, or any operation that must be reversible.

2026-03-08
repository-pattern
software-developers

Implements the Repository Pattern to decouple game data access from business logic. Provides a generic IRepository<T> with sync and async variants, and mock implementations for TDD.

2026-03-08
service-locator-pattern
software-developers

Implements a lightweight, type-safe Service Locator as a decoupling bridge. Includes a decision matrix for choosing between Service Locator, DI Container, and ScriptableObject Events.

2026-03-08
procedural-generation
software-developers

Implements procedural content generation algorithms: BSP dungeon rooms, Wave Function Collapse for tile maps, and Perlin-noise terrain. Provides an agnostic grid API for any genre.

2026-03-08
replay-system
software-developers

Implements a deterministic input-based replay system for Unity. Records player inputs per frame to a timeline, then re-feeds them for perfect playback, death-cam, or automated QA.

2026-03-08
mvvm-binding-system
software-developers

Implements a full Model-View-ViewModel (MVVM) architecture for Unity UI Toolkit. Features reactive data binding, INotifyPropertyChanged integration, and the [CreateProperty] source generator workflow.

2026-03-08
job-system-burst
software-developers

Implements high-performance parallel CPU workloads using the Unity Job System and Burst Compiler. Achieves near-native C code performance with zero managed allocations.

2026-03-08
playfab-economy-v2
software-developers

Full integration guide for PlayFab Economy v2: Catalogs, Inventory, Virtual Currencies, Stores, and Transactions. Replaces deprecated Economy v1 patterns.

2026-03-08
unity-gaming-services
software-developers

Complete setup guide for Unity Gaming Services (UGS): Authentication, Lobby, Relay, Leaderboards, Cloud Save. First-party backend for Unity 6 multiplayer and live-ops projects.

2026-03-08