aseprite-tags

Installation
SKILL.md

Aseprite Tag Extraction

Quick start

  • Run python scripts/extract_aseprite_tags.py <file-or-folder-or-glob> [...].
  • Directories are scanned for *.aseprite.
  • Output is Markdown by default; use --json for structured output.

Workflow

  1. Identify target .aseprite files.
  2. Run the script with a file, folder, or glob.
  3. Use tag names and inclusive frame ranges (from-to) as animation actions.

Notes

  • Frame ranges are inclusive.
  • Tag chunks may appear multiple times; the script de-duplicates identical tags.
  • If no tags exist, it prints (no tags found) for that file.

Examples

Related skills
Installs
1
First Seen
Mar 10, 2026