— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-mrcalderon3d-everything-game-dev-code-2d-animation-pipeline ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of 2d Animation Pipeline? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
2D Animation Pipeline
Purpose
Define authoring, import, and state machine rules for 2D animations so they play correctly, transition cleanly, and stay within performance budgets.
Use When
- the project uses frame-by-frame sprite animations or skeletal 2D animations
- animation state machines need standardization across characters or entities
- new animated entities are being added and need to follow project conventions
- placeholder animations are being replaced with final art
Inputs
- art bible or visual direction for animation style
- animation list per entity (idle, run, jump, attack, death, etc.)
- frame rate and loop settings per animation type
- skeletal rig requirements (if using Spine, DragonBones, or engine-native skeletal 2D)
Process
- define animation naming convention and folder structure per entity
- set frame rate, loop mode, and blend settings per animation type
- establish sprite sheet layout for frame-by-frame or export rules for skeletal rigs
- configure animation state machine transitions and parameters
- validate animation playback, transition smoothness, and memory footprint
Outputs
- animation naming and folder convention
- frame rate and loop settings per animation type
- state machine transition map (states, parameters, conditions)
- validation checklist for new animation submissions
Quality Bar
- every animation follows naming convention and lives in the correct folder
- frame rate is consistent within each animation type — no mixed rates
- state machine transitions are complete — no missing states or dead ends
- animation memory footprint stays within the platform budget
Common Failure Modes
- inconsistent frame rates that cause jitter or timing mismatches
- missing state machine transitions that leave entities stuck in a state
- oversized sprite sheets that waste memory on unused frames
- skeletal rigs with incompatible bone counts or naming across entities
Related Agents
- 2d-artist
- animation-programmer
- technical-artist
Related Commands
- art-2d-pass
- perf-budget
- unity-placeholders
Related Skills
- animation-state-patterns
Notes
- Keep this skill aligned with the relevant rules layer and current project documentation.
- If engine-specific constraints materially change the workflow, hand off to the matching engine skill or engine-specific reviewer.
- Boundary: this skill owns animation authoring, import, and wiring conventions;
animation-state-patternsowns runtime state-machine architecture.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MRCalderon3D
- Source: MRCalderon3D/everything-game-dev-code
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.