Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Unity-SkillForge

Unity-SkillForge contient 20 skills collectées depuis nlelouche, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
20
Stars
67
mis à jour
2026-03-14
Forks
11
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

coreclr-gc-watchdog
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-08
command-pattern-undo
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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