asset-pipeline

Every image asset must be inspected and judged before use in any 2.5D site.

Content Preview
# Asset Pipeline Reference

Every image asset must be inspected and judged before use in any 2.5D site.
The AI inspects, judges, and informs — it does NOT auto-remove backgrounds.

---

## Step 1 — Run the Inspection Script

Run `scripts/inspect-assets.py` on every uploaded image before doing anything else.
The script outputs the format, mode, size, background type, and a recommendation
for each image. Read its output carefully.

---

## Step 2 — Judge Whether Background Removal Is Actually Need
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/asset-pipeline.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/epic-design/references/asset-pipeline.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/epic-design/references/asset-pipeline.md

Related Skills