animation-system

Manage skeletal animations, blending, IK, sockets, and ragdoll physics in Bestow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/radical-beard/bestow --skill animation-system-radical-beard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: animation-system
Source: https://github.com/radical-beard/bestow/tree/main/template/.claude/skills/animation-system
Command: npx skills add https://github.com/radical-beard/bestow --skill animation-system-radical-beard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive system for controlling skeletal animations in Bestow, enabling dynamic character movement, visual effects, and interactive experiences.

Core Features & Use Cases

  • Skeletal Animation Control: Manage playback, blending, and layering of character animations.
  • Advanced Features: Supports Inverse Kinematics (IK), sockets for attachments, root motion extraction, and ragdoll physics integration.
  • Use Case: Implement realistic character actions like walking, running, attacking, and reacting to the environment by blending animations and attaching weapons to specific bones.

Quick Start

Use the animation-system skill to play the 'run' animation on the player's animator with a 0.2 second blend-in time.

Frequently Asked Questions about animation-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I blend character animations in a game engine?

To blend character animations, this system manages playback and layering of skeletal animations with precise control over state transitions and blend-in times for dynamic character behaviors.

How does Inverse Kinematics work for procedural character animation?

Inverse Kinematics (IK) for procedural character animation works by manipulating bones within the skeletal structure, allowing dynamic character behaviors like adjusting feet to uneven terrain without relying solely on pre-made clips.

Can I use ragdoll physics and sockets for weapon attachments simultaneously?

Yes, you can use ragdoll physics and sockets simultaneously; the system integrates ragdoll physics for dynamic reactions and uses sockets to attach weapons or props to specific bones on the character skeleton.

What is the best way to extract root motion from skeletal animations?

The best way to extract root motion from skeletal animations is using this system's built-in root motion extraction feature, which translates character movement directly from the animation clip into the game engine's world space.

How do I set up an animation state machine for character actions?

You set up an animation state machine by defining state transitions and blend parameters within the system, facilitating precise control over when character actions like walking, running, or attacking are triggered and mixed.

Does this animation system require pre-existing skeletal assets to function?

Yes, the animation system requires pre-existing animated skeletal assets to function, as it facilitates the integration of these assets and manipulates their bones, sockets, and state machines rather than generating the base models.