unreal-control-rig
Unreal Engine Control Rig skill for procedural animation, IK chains, and runtime rig modifications.
Best use case
unreal-control-rig is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Unreal Engine Control Rig skill for procedural animation, IK chains, and runtime rig modifications.
Teams using unreal-control-rig should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/unreal-control-rig/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How unreal-control-rig Compares
| Feature / Agent | unreal-control-rig | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Unreal Engine Control Rig skill for procedural animation, IK chains, and runtime rig modifications.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Unreal Control Rig Skill Control Rig for procedural animation in Unreal Engine. ## Overview This skill provides capabilities for implementing procedural animation using Unreal's Control Rig system. ## Capabilities ### Rig Development - Create Control Rig blueprints - Implement IK solvers - Configure FK chains - Handle rig hierarchies ### Procedural Animation - Implement look-at systems - Create foot IK - Handle hand IK - Manage aim offsets ### Runtime Modifications - Modify bones at runtime - Blend rig outputs - Handle animation layers - Manage rig performance ### Integration - Connect with Animation BP - Handle anim graph nodes - Integrate with gameplay - Support retargeting ## Prerequisites - Unreal Engine 5.0+ - Control Rig plugin enabled ## Usage Patterns ### Foot IK Setup ``` 1. Create Control Rig asset 2. Add foot controls 3. Implement two-bone IK 4. Handle ground detection 5. Apply in Animation BP ``` ### Animation Blueprint Integration ``` Animation Graph: Linked Anim Layers -> Control Rig Node -> Output Pose ``` ## Best Practices 1. Use rig for runtime adjustments 2. Profile rig complexity 3. Test with LOD 4. Handle edge cases 5. Document rig setup ## References - [Control Rig Documentation](https://docs.unrealengine.com/5.0/en-US/control-rig-in-unreal-engine/)
Related Skills
ros2_control Skill
Hardware abstraction and controller management using ros2_control framework
MPC Controller Skill
Expert skill for Model Predictive Control implementation and tuning
unreal-sequencer
Unreal Engine Sequencer skill for cinematics, camera cuts, and in-game cutscenes.
unreal-niagara
Unreal Engine Niagara VFX skill for particle simulations, GPU sprites, and procedural visual effects.
unreal-networking
Unreal Engine networking skill for replication, RPCs, relevancy, and dedicated server architecture.
unreal-nanite
Unreal Engine Nanite skill for virtualized geometry, mesh streaming, and LOD-free workflows.
unreal-metasounds
Unreal Engine MetaSounds skill for procedural audio, real-time synthesis, and advanced audio graphs.
unreal-materials
Unreal Engine Material Editor skill for PBR workflows, material instances, shader complexity, and material functions.
unreal-lumen
Unreal Engine Lumen skill for global illumination, reflections, and dynamic lighting.
unreal-gamesframework
Unreal Engine Gameplay Ability System (GAS) skill for attributes, abilities, and gameplay effects.
unreal-development
Unreal Engine integration skill for C++/Blueprint development, actor lifecycle management, plugin development, and editor automation. Enables LLMs to interact with Unreal Editor through MCP servers for level manipulation, Blueprint generation, and automated workflows.
unreal-cpp
Unreal Engine C++ programming skill for UCLASS macros, reflection system, garbage collection, and engine integration.