Agent skill

product-match

Find visually or functionally similar products from an image, name, or description.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill product-match --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Bash-Glob-Grep
Path: skills/analysis/product-match/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /product-match — Product Match "Find me something like this." Takes a product — by name, image, or description — and searches the web for similar alternatives. Returns 5-10 matches with specs, pricing, and links. ## When to Use - Designer has a product they like but it's over budget, discontinued, or wrong lead time - Client references a product and you need alternatives at different price points - Sourcing a similar product from a different manufacturer or region - Finding contract/trade equivalents of residential products (or vice versa) ## Step 1: Accept Input The designer provides a product reference in any format: **By name:** ``` /product-match Eames Lounge Chair ``` **By name + constraints:** ``` /product-match Eames Lounge Chair but under $3,000 ``` **By image:** ``` /product-match ~/Downloads/chair-photo.jpg ``` **By description:** ``` /product-match mid-century lounge chair, molded plywood shell, leather cushions, swivel base ``` **By URL:** ``` /product-match https://store.hermanmiller.com/living-room-furniture/eames-lounge-chair ``` ## Step 2: Identify the Source Product If given a name or URL, look up the product's key attributes: - Category and subcategory - Dimensi

What's inside
Steps it walks through
  1. When to Use
  2. Step 1: Accept Input
  3. Step 2: Identify the Source Product
  4. Step 3: Search for Matches
  5. Step 4: Score and Rank Matches
  6. Step 5: Present Results
  7. Presentation rules
  8. Step 6: Save
  9. Pairs With
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the product-match skill do?

Find visually or functionally similar products from an image, name, or description.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill product-match --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going