anim-analyzer

Analyze Unreal Engine animation assets for structural integrity and quality issues.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill anim-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anim-analyzer
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/anim-analyzer
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill anim-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the analysis of Unreal Engine animation assets, identifying potential quality issues, missing elements, and adherence to project standards, saving animators and technical artists significant review time.

Core Features & Use Cases

  • Asset Type Analysis: Supports AnimMontages (AMT_), BlendSpaces (BS_), ChooserTables (CHT_), IK Retargeters (RTG_), and AnimBlueprints (ABP_).
  • Quality Scoring: Provides a quantifiable score (0-100%) based on metrics like SFX/VFX presence, hitbox implementation, and skeleton validity.
  • Issue Detection: Flags critical, high, medium, and low priority issues such as missing hitboxes, broken references, or TEMP assets.
  • Use Case: A lead animator can use this Skill to quickly audit a batch of new character attack montages, ensuring all necessary SFX, VFX, and hitbox notifies are present before they are integrated into the game.

Quick Start

Analyze the animation asset located at 'Content/Animation/Player/AMT_Player_Attack_Combo1.uasset'.

Frequently Asked Questions about anim-analyzer

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

FAQPage Schema
How do I check Unreal Engine animation assets for missing SFX, VFX, and hitbox notifies?

You can analyze Unreal Engine animation assets like AnimMontages to automatically detect missing SFX, VFX, and hitbox notifies, validating skeleton references and flagging structural integrity issues for quality assurance.

What is the best way to audit an AnimMontage for quality and broken skeleton references?

The best way to audit an AnimMontage is to analyze its structural integrity, dependencies, and notifies to identify broken skeleton references, providing a quantifiable quality score and actionable feedback.

Can I use Python to automate quality assurance for Unreal Engine ChooserTables and IK Retargeters?

Yes, Python scripts can automate quality assurance for Unreal Engine ChooserTables and IK Retargeters by validating skeleton references, checking dependencies, and identifying structural integrity issues.

Does animation asset analysis support BlendSpaces and AnimBlueprints?

Yes, animation asset analysis supports BlendSpaces and AnimBlueprints by examining their dependencies, notifies, and skeleton validity to detect quality issues and ensure adherence to project standards.

Why does my animation quality analysis flag TEMP assets and missing motion warping notifies?

Animation quality analysis flags TEMP assets and missing motion warping notifies because it identifies critical, high, medium, and low priority issues, ensuring all necessary elements are present before game integration.

How do I get a quality score for a batch of character attack montages in Unreal Engine?

To get a quality score for character attack montages, analyze the AnimMontage assets to evaluate SFX, VFX, hitbox implementation, and skeleton validity, producing a quantifiable score from 0 to 100 percent.