aseprite-frame-extract
Installation
SKILL.md
Aseprite Frame Extraction
Quick start
- Run
python scripts/extract_aseprite_frames.py <file-or-folder-or-glob> [...]. - Outputs to
assets/<sprite-name>/<tag>/<frame>.pngby default. - Use
--split-shadowto export main sprites without shadow and shadow-only sprites separately.
Workflow
- Point to
.asepritefiles or a folder. - Provide
--asepriteif Aseprite is not on PATH. - Check results in the output folder.
Notes
- Uses Aseprite CLI
--split-tagsand{tag}/{frame}.pngto classify frames. - Tag names and frames are exported as-is; tag names become folder names.
- If a sprite has no tags, no frames are exported.
- When
--split-shadowis enabled, the script:- exports main sprites using
--ignore-layer <shadow-layer> - exports shadow sprites using
--layer <shadow-layer>
- exports main sprites using
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd
Godot TDD(测试驱动开发)流程总控,协调 godot-design、godot-dev、godot-test、godot-verify 完成开发闭环。
2godot-tdd-full
Complete TDD workflow for Godot projects. Integrates interface design, GUT testing, code implementation, and verification tools.
2godot-web-e2e
End-to-end testing for any Godot Web export using Chrome DevTools and a local HTTP server. Use when verifying gameplay behavior in a Web build (not editor) and you need repeatable DevTools-driven input checks and console evidence.
2godot-test
|
2godot-dev
|
2