Unity-SkillForge
Production-ready Unity game architecture, gameplay, and performance patterns
All Skills in This Repository (85)
Pure Emerald Level Indicatorscinemachine-specialist
Configures Unity's Cinemachine system for dynamic camera behaviors and Timeline cutscenes.
shader-graph-expert
Create custom Unity Shader Graph shaders and visual effects without code.
lighting-post-processing
Configure Unity lighting and post-processing effects via the Volume system.
juice-game-feel
Add visual, audio, and haptic feedback to Unity gameplay using DOTween.
dynamic-audio-mixers
Manage Unity AudioMixer groups, snapshots, and ducking at runtime.
lighting-nav-baker
Automate static lighting and NavMesh baking in Unity 6+.
procedural-animation-ik
Implements procedural animation and IK for characters in Unity 6+.
vfx-graph-shuriken
Create and manage Unity visual effects with VFX Graph and Shuriken.
audio-soundscape-architect
Manage Unity audio systems with AudioMixer, spatial audio, and FMOD or Wwise integration.
virtual-production-lead
Analyze Game Design Documents and map features to AntiGravity Skills.
project-scaffolder
Generate Unity project folder structures and install packages via manifest.json.
skill-creator
Scaffold new skill directories with SKILL.md and standard folders.
Frequently Asked Questions
FAQPage SchemaHow to install Unity-SkillForge?โผ
Run `npx skills add nlelouche/Unity-SkillForge --all -g -y` in your terminal to install all 84 Unity skills globally.
What problems does Unity-SkillForge solve?โผ
It prevents messy, unscalable game code by injecting battle-tested Unity patterns like object pooling, state machines, save systems, and MVVM UI directly into your project.
Does it work with Cursor, Copilot, and Claude Code?โผ
Yes. Every skill follows the standard SKILL.md format, so any compatible coding agent can read the rules and generate compliant Unity 6 code.
Which Unity version is required?โผ
The skills target Unity 6 or newer with C# 12, and each skill checks your project version and render pipeline before generating code.
Can junior developers use this without architecture experience?โผ
Yes. The CLI injects clean, heavily commented C# templates into your project, so you can study and use senior-level patterns without designing them yourself.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core