Skip to content
Skill Claude Desktop · Claude Code

/product-enrich

Auto-tag FF&E products with categories, colors, materials, and style tags

What it does

Type /as:product-enrich in Claude Code and point it at a product list. The skill analyzes each product by name (and image if available) and fills in missing metadata — category, subcategory, primary color, material, and style tags. Works on your project’s product library, any CSV file, or pasted data.

Designed for product lists assembled from multiple sources where metadata is inconsistent or missing.

Install

Claude Desktop:

  1. Open CustomizeBrowse plugins
  2. Click +Add marketplace from GitHub
  3. Enter AlpacaLabsLLC/skills-for-architects
  4. Install Architecture Studio

Claude Code (terminal):

claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install as@skills-for-architects

Or symlink just this skill:

git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/skills/product-enrich ~/.claude/skills/product-enrich

Usage

/as:product-enrich ~/Documents/project/products.csv

Or run it with no argument to enrich the current project’s product library, or paste product data directly.

What it enriches

  • Category — maps to 22 canonical terms (Chair, Table, Light, Storage, etc.)
  • Subcategory — more specific (Task Chair, Pendant, Credenza, etc.)
  • Primary color — dominant color as sold (Walnut, Black, Brass, Natural, etc.)
  • Material — primary materials with specifics (Solid walnut, Chrome steel, Bouclé)
  • Style tags — 2-4 descriptive tags (Mid-Century Modern, Scandinavian, Iconic, Contract)

Pairs with

Related skills