animations

Automate Phaser 4 sprite animation orchestration via AnimationManager and AnimationState.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/jallard-007/jallard-ca-server --skill animations-jallard-007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: animations
Source: https://github.com/jallard-007/jallard-ca-server/tree/main/.github/skills/animations
Command: npx skills add https://github.com/jallard-007/jallard-ca-server --skill animations-jallard-007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers create and control sprite animations in Phaser 4, simplifying management of frames, playback, events, and synchronization across sprites.

Core Features & Use Cases

  • Manage the global AnimationManager and per-sprite AnimationState to share animations and control playback.
  • Create animations from spritesheets and atlases, with chaining, delays, and event handling for interactive games.
  • Use cases include character walk cycles, explosions, and UI animations across scenes.

Quick Start

Load a spritesheet, define a global animation, and apply it to a sprite.

Frequently Asked Questions about animations

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

FAQPage Schema
How do I manage Phaser 4 sprite animations across multiple sprites?

You can create complex sprite animation sequences in Phaser 4 by chaining animations, adding delays, and handling events to build interactive character cycles and explosions across scenes.

Can I create Phaser 4 animations from spritesheets and texture atlases?

No external dependencies are required to manage Phaser 4 sprite animations; the Skill operates independently to orchestrate AnimationManager logic and per-sprite AnimationState during game development.

How does AnimationManager synchronize playback across game scenes?

Per-sprite AnimationState overrides global AnimationManager settings by allowing individual sprites to control their own playback sequences, delays, and event handling independently during complex game scenarios.

Why are my Phaser 4 spritesheet animations not playing correctly?

Phaser 4 spritesheet animations may not play correctly if the AnimationManager and per-sprite AnimationState are not properly orchestrated, which this Skill automates to ensure synchronized playback.