Agent skill
unreal-control-rig
Unreal Engine Control Rig skill for procedural animation, IK chains, and runtime rig modifications.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/unreal-control-rig
SKILL.md
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
- Use rig for runtime adjustments
- Profile rig complexity
- Test with LOD
- Handle edge cases
- Document rig setup
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?