Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

Unity-SkillForge

Unity-SkillForge には nlelouche から収集した 20 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
20
Stars
67
更新
2026-03-14
Forks
11
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

coreclr-gc-watchdog
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ウェブ・デジタルインターフェースデザイナー

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-03-08
command-pattern-undo
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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