Claude-skill-registry commerce-storefront
Build and adapt storefront templates and Agentic Commerce Protocol flows. Use when designing storefront pages, checkout UI, or ACP flows.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/commerce-storefront" ~/.claude/skills/majiayu000-claude-skill-registry-commerce-storefront && rm -rf "$T"
manifest:
skills/data/commerce-storefront/SKILL.mdsource content
Commerce Storefront
Scaffold storefronts and add commerce features using StateSet tools.
How It Works
- Choose a template (Next.js, Remix, Vite, Astro).
- Generate the project scaffold.
- Add pages, components, and API routes.
- Seed demo data and run the dev server.
Usage
- CLI:
stateset-create <name> --template nextjs - Use
or the scaffold MCP server for adding pages/components.stateset - Keep database path in
and use.env
on the server.@stateset/embedded
Output
{"status":"created","project":"my-storefront","template":"nextjs"}
Present Results to User
- Project path and template used.
- Pages/components added.
- How to run the dev server.
Troubleshooting
- Missing Node dependencies: run
in the project.npm install - Database errors: confirm
path and file permissions..env
References
- references/storefront-templates.md
- /home/dom/stateset-icommerce/cli/.claude/skills/commerce-storefront/SKILL.md
- /home/dom/stateset-icommerce/cli/src/scaffold-server.js