Skill
/product-enrich
Auto-tag FF&E products with categories, colors, materials, and style tags
What it does
Type /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 CSV files, Google Sheets, or pasted data.
Designed for product lists assembled from multiple sources where metadata is inconsistent or missing.
Install
Claude Desktop:
- Open Customize → Browse plugins
- Click + → Add marketplace from GitHub
- Enter
AlpacaLabsLLC/skills-for-architects - Install the Product & Materials Research plugin
Claude Code (terminal):
claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install 06-materials-research@skills-for-architects
Or symlink just this skill:
git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/plugins/06-materials-research/skills/product-enrich ~/.claude/skills/product-enrich
Usage
/product-enrich ~/Documents/project/products.csv
Or point to a Google Sheet, 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
/product-spec-bulk-fetch— fetch specs first, then enrich/product-data-cleanup— cleanup normalizes formatting, enrich adds metadata/product-data-import— enriched data makes better schedules