npx skills add ...
npx skills add openai/plugins --skill sprite-pipeline
npx skills add openai/plugins --skill sprite-pipeline
Generate and normalize 2D sprite animations. Use when the user asks for full-strip generation from approved source frames, consistent anchor and scale normalization, or preview assets for browser-game animation.
Use this skill for 2D sprite generation and normalization. This workflow is intentionally anchored around one approved frame and a whole-strip generation pass because frame-by-frame generation drifts too easily.
This skill is 2D-specific. If the request is for 3D characters, meshes, or materials, route back through ../game-studio/SKILL.md.
../../scripts/build_sprite_edit_canvas.py.../../scripts/normalize_sprite_strip.py.../../scripts/render_sprite_preview_sheet.py.Always preserve these invariants in the prompt:
Always ask for:
For live asset generation or edits, use the installed imagegen skill in this workspace. This skill defines the game-specific process; imagegen handles the API-backed generation or edit execution.
Create a reference canvas:
Normalize a raw strip:
Render a preview sheet:
../../references/sprite-pipeline.md../game-ui-frontend/SKILL.mdpython3 scripts/render_sprite_preview_sheet.py \
--frames-dir output/sprites/hurt \
--out output/sprites/hurt-preview.png \
--columns 4