AIwithhassan

03 Add Product Images — Development skill for Claude Code

Development community

I am providing my own product images and a listings CSV for my VELOUR fashion eCommerce site (Next.js + TypeScript, App Router).

How to install 03 Add Product Images

Installs to ~/.claude/skills/aiwithhassan-ecommerce-application-with-ai-03_add_product_images/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aiwithhassan-ecommerce-application-with-ai-03_add_product_images && curl -fsSL https://raw.githubusercontent.com/AIwithhassan/ecommerce-application-with-ai/HEAD/prompts/03_add_product_images.md -o ~/.claude/skills/aiwithhassan-ecommerce-application-with-ai-03_add_product_images/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What 03 Add Product Images does

I am providing my own product images and a listings CSV for my VELOUR fashion eCommerce site (Next.js + TypeScript, App Router). Wire them into the website as real products through the project's existing listings pipeline — do not rebuild or redesign anything.

THE PIPELINE (already built into this project — read `incoming/README.md` for the full rules):

  • incoming/listings.csv — one row per product, columns in order: name, category, subcategory, price, compareAtPrice, description, sizes, imag

Alternatives in Development

  • Brainstorm Ideas New — Brainstorm feature ideas for new products in early discovery 7.8k ★
  • Portaljs Add Geo — Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a 2.3k ★
  • 10 Context And Prompts — Prompt 10: Wire Up System Prompt, Context Gathering & Memory System 2.3k ★

Full documentation available on GitHub

View Source Repository