Skip to main content
Run any Skill in Manus
with one click
nlelouche
GitHub creator profile

nlelouche

Repository-level view of 20 collected skills across 1 GitHub repositories.

skills collected
20
repositories
1
updated
2026-03-14
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

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
Showing top 8 of 20 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded