product-research

product-research is a skill for Claude Code from AlpacaLabsLLC/skills-for-architects. It costs 44 tokens per session (2,231 once invoked), scanned A, original, MIT.

A web research skill for finding and comparing current furniture, fixtures, and equipment from a design brief, with purchasing facts and an optional project-library export.

In plain words
What is it for?
Use it to research items such as acoustic panels or dining tables, compare their specifications and availability, and save selected products to a CSV library.
Why use it?
It turns a vague or detailed product request into a sourced shortlist that can be reviewed and saved.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; positional $N argument; mentions Claude Code.

Part of the as plugin — 46 skills, 7 agents, 3 hooks shipped together

Good fit Use it to research items such as acoustic panels or dining tables, compare their specifications and availability, and save selected products to a CSV library.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alpacalabsllc/skills-for-architects/product-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AlpacaLabsLLC/skills-for-architects --skill product-research
Clone the repo
git clone --depth 1 https://github.com/AlpacaLabsLLC/skills-for-architects

Made for: Claude Code.

Or install as, the plugin that ships this one along with the rest of its 46 skills, 7 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/product-research/github.svg)](https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/product-research)
Your own site
<a href="https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/product-research"><img src="https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/product-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/product-research"><img src="https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/product-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,231 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.02231
Opus 5 $0.00022 $0.01115
Sonnet 5 $0.00009 $0.00446
Haiku 4.5 $0.00004 $0.00223

Measured 12d ago against content hash d36d04cc7d6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

product-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/product-research/SKILL.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/as:product-research — Product Research

Harness note: use /as:<skill> on Claude Code and $<skill> on Codex. Resolve <skill-root> as the directory containing this loaded SKILL.md and <plugin-root> as the plugin root that contains skills/, and use equivalent native tools when host tool names differ.

Receives a brief from a designer, researches products across the web, and returns a curated shortlist. Selected products can be saved to the nearest project's product-library.csv.

How It Works

Designer gives a brief
        ↓
Claude searches the web
        ↓
Presents candidates with specs + reasoning
        ↓
Designer picks winners
        ↓
Saved to project product library

Step 1: Take the Brief

The designer describes what they're looking for. A brief can be loose or specific:

Loose:

"I need acoustic panels for a tech office lobby"

Specific:

"Looking for a round dining table, 48-54" diameter, solid wood top (walnut or oak preferred), steel or brass base, under $3,000, needs to be in stock or <6 week lead time"

What to capture from the brief

Extract as many of these as the designer provides. Don't ask for fields they didn't mention — work with what you have.

Field Examples
Category Table, seating, lighting, acoustic panel, planter, storage
Use context Office lobby, conference room, outdoor terrace, home office
Style / aesthetic Scandinavian, mid-century, industrial, minimal, warm, bold
Materials Solid wood, marble, steel, fabric, mesh, recycled
Dimensions "48-54 inch diameter", "under 30 inches tall", "fits a 6x4 space"
Budget Under $3,000, $500-$1,000 range, high-end, budget-friendly
Sustainability GREENGUARD, FSC, Cradle to Cradle, recycled content, B Corp
Lead time In stock, under 6 weeks, no rush
Quantity 1 hero piece, 12 for a conference room, 50+ for open office
Indoor/Outdoor Indoor, outdoor, both
Must-haves Stackable, COM available, ADA compliant, weatherproof
Brands to consider "I like Muuto and HAY", "no Herman Miller"
Brands to avoid "Not Ikea", "nothing from Amazon"

Read the full file on GitHub · 193 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 193 lines · 44 tokens per session scan A d36d04cc7d6a

Subscribe to this mod's changes

product-research is a skill published in the GitHub repository AlpacaLabsLLC/skills-for-architects (353 stars, last pushed 8d ago), licensed MIT. It adds 44 tokens to every session and 2,231 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

microservices-architecture

Guides service boundary analysis, communication pattern selection, data consistency design, API contract strategy, and resilience checklist for microservices systems. Complements the microservices fragment. Invoked when the user asks to design a microservices system, split a monolith, or review service boundaries.

soulcodex/agentic · 61 tokens

relational-database-design

Designs or reviews a relational database schema for a given domain. Covers table structure, normalization, indexes, constraints, and migration strategy. Invoked when the user asks to design a schema, review a database structure, or optimize a data model.

soulcodex/agentic · 55 tokens

wireframe-prototyping

Creates low-fidelity wireframes and interaction annotations for a feature or screen. Covers user flow identification, ASCII wireframe sketching, interaction annotation, and acceptance criteria. Invoked when the user asks to wireframe a screen, prototype a UI, or sketch a user flow.

soulcodex/agentic · 62 tokens

refactor

Refactors specified code to improve clarity, reduce duplication, or align with the project's architectural patterns — without changing external behavior. Invoked when the user asks to refactor, clean up, simplify, or restructure code.

soulcodex/agentic · 46 tokens

diagram-design

Designs implementation-grounded architecture, sequence, and flow diagrams from existing code and documentation. Ensures notation is chosen intentionally, avoids invented components or flows, and explicitly flags mismatches across ADRs, RFCs, and code.

soulcodex/agentic · 49 tokens

oci-drawio-icon-native

Build and validate OCI draw.io diagrams in icon-native mode so they never depend on mxgraph.oci. runtime libraries. Use when authoring or fixing Oracle Cloud architecture diagrams in draw.io that must render portably.

frankxai/claude-skills-library · 52 tokens