ecommerce

Implement cart and checkout flows for catalog-based storefronts.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/vijethkumarmp/wellness-hub --skill ecommerce-vijethkumarmp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecommerce
Source: https://github.com/vijethkumarmp/wellness-hub/tree/main/.emdash/skills/ecommerce
Command: npx skills add https://github.com/vijethkumarmp/wellness-hub --skill ecommerce-vijethkumarmp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cart and checkout functionality for catalog collections — use when implementing shopping cart, checkout, buy now, product purchasing, or any ecommerce features.

Core Features & Use Cases

  • Implements end-to-end ecommerce patterns for catalog-driven storefronts, including cart UI concepts, add-to-cart flows, buy-now API, currency handling, and header cart integration.
  • Supports fixed pricing per catalog item, requires catalog collections, and enforces no dynamic pricing at checkout.
  • Provides a Buy Now API and a scalable frontend flow for product cards, detail pages, and checkout interactions.

Quick Start

Install and wire a catalog-based cart UI and Buy Now flow to enable checkout.

Frequently Asked Questions about ecommerce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement add-to-cart and checkout flows for a catalog-based storefront?

A Buy Now API enables instant purchasing by bypassing standard cart management, routing product detail page interactions directly to checkout while enforcing fixed pricing per catalog item via formatPrice and useCurrency.

Do I need @catalog collections to use fixed pricing and currency formatting?

Cart UI is integrated across product cards, detail pages, and the storefront header, providing add-to-cart interactions, cart management, and Buy Now flows within a scalable frontend checkout architecture.

Can I apply dynamic pricing adjustments during checkout with this cart management approach?

Cart management handles add-to-cart operations, item updates, and checkout interactions across catalog collections, but it does not process dynamic pricing adjustments, relying strictly on fixed pricing and formatPrice for currency display.

What is the best way to turn a product catalog into a functional shopping cart?

By implementing a Buy Now API and cart UI across product detail pages and headers, storefronts achieve instant checkout capabilities, managing cart state and currency formatting without dynamic pricing interference.