Agent Plugins Marketplace
All plugins

commerce-builder

v0.1.0

Skills and scaffolding commands for building shopping and merchant agents on Claude, covering architecture, prompt caching, UI tools, trust and safety, evals, and merchant operations.

Claude Code6 Skills

By Anthropic0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install commerce-builder for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install commerce-builder@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sorabhbansal2027/commerce-agents

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/commerce-builder/.

Plugin files

plugins/commerce-builder/
├── .claude-plugin/plugin.json
├── skills/commerce-architecture/SKILL.md
├── skills/commerce-evals/SKILL.md
├── skills/commerce-merchant-operations/SKILL.md
├── skills/commerce-prompt-caching/SKILL.md
├── skills/commerce-trust-safety/SKILL.md
└── skills/commerce-ui-tools/SKILL.md

Included Skills6

commerce-architectureskills/commerce-architecture/SKILL.md

How the reference commerce agents of either role are structured, covering the loop, where each rule lives, skills, the backend interface, delegates, and model fields. Load when designing or reviewing the structure of a shopping or merchant agent.

commerce-evalsskills/commerce-evals/SKILL.md

Authoring and running behavioral evals for a shopping or merchant agent, covering the case shape, authoring rules, code graders and judges, the run pattern, and poisoned fixtures. Load when writing eval cases or rubrics or deciding how a suite runs.

commerce-merchant-operationsskills/commerce-merchant-operations/SKILL.md

The reference merchant agent, covering its flows, staged changes and host approval, metrics grounding, the analysis delegate, store memory, components, and marketplace rules. Load when building or reviewing an agent for the operators of a store, property, subscriber base, or venue.

commerce-prompt-cachingskills/commerce-prompt-caching/SKILL.md

The reference agents' cache-stable request assembly, covering the static system and per-request context split, the fixed tool list, the rolling conversation breakpoint, which config fields are prompt bytes, and verification. Load when writing or reviewing a commerce agent's prompt assembly, when cache reads are zero, or when a turn's latency or cost is the question.

commerce-trust-safetyskills/commerce-trust-safety/SKILL.md

The rules the reference agents enforce in code for third-party content, writes, grounding, identity, and memory, each with its module, plus two adversarial-eval rules. Load when handling untrusted tool results, guarding a write tool, or scoping what an agent remembers.

commerce-ui-toolsskills/commerce-ui-tools/SKILL.md

The reference presentation-tool contract, covering server-side enrichment, suggestion chips, the event stream, progressive rendering, both roles' built-in components, and adding a vertical component. Load when building or reviewing how a commerce agent's output reaches a frontend.

Plugin manifests1

plugins/commerce-builder/.claude-plugin/plugin.json
{
  "name": "commerce-builder",
  "description": "Skills and scaffolding commands for building shopping and merchant agents on Claude, covering architecture, prompt caching, UI tools, trust and safety, evals, and merchant operations.",
  "version": "0.1.0",
  "author": {
    "name": "Anthropic"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[commerce-builder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/commerce-builder)