Build and adapt storefront templates and Agentic Commerce Protocol flows. Use when designing storefront pages, checkout UI, or ACP flows.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill commerce-storefront --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commerce Storefront?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-commerce-storefront)More formats (shields.io, HTML) on the badges page.
---
name: commerce-storefront
description: Build and adapt storefront templates and Agentic Commerce Protocol flows. Use when designing storefront pages, checkout UI, or ACP flows.
---
# Commerce Storefront
Scaffold storefronts and add commerce features using StateSet tools.
## How It Works
1. Choose a template (Next.js, Remix, Vite, Astro).
2. Generate the project scaffold.
3. Add pages, components, and API routes.
4. Seed demo data and run the dev server.
## Usage
- CLI: `stateset-create <name> --template nextjs`
- Use `stateset` or the scaffold MCP server for adding pages/components.
- Keep database path in `.env` and use `@stateset/embedded` on the server.
## Output
```json
{"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 `npm install` in the project.
- Database errors: confirm `.env` path and file permissions.
## 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!