ecommerce

Automate cart and checkout workflows for catalog-based product collections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cart and checkout functionality patterns for catalog-based stores, enabling teams to implement shopping cart, product purchasing, and Buy Now flows without building from scratch.

Core Features & Use Cases

  • Cart UI patterns (drawer/modals) and header cart icon with item count
  • Add to cart, update quantity, remove items, and checkout flows
  • Buy Now API integration for direct purchases and catalog-based pricing rules

Quick Start

Implement a catalog with cart and checkout flows by wiring up Add to Cart actions to the cart and exposing a checkout path.

Frequently Asked Questions about ecommerce

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

FAQPage Schema
How do I implement shopping cart and checkout flows for a product catalog?

Implement shopping cart and checkout flows by wiring up Add to Cart actions to a cart state and exposing a checkout path for catalog products. This automates end-to-end cart workflows including update quantity, remove items, and checkout processes.

What is a Buy Now API and how does it handle direct purchases?

A Buy Now API handles direct purchases by bypassing the standard cart flow, applying catalog pricing rules and currency formatting to process immediate transactions for individual catalog items.

Can I use cart drawer UI patterns for my catalog-based store?

Yes, you can use cart drawer UI patterns and header cart icons with item counts for catalog-based stores. These UI components support add-to-cart, buy-now, and checkout integrations for production-grade ecommerce.

Does this support enforcing catalog pricing rules and currency formatting?

Yes, it supports enforcing catalog pricing rules and currency formatting across UI components and API integrations. This ensures accurate price calculations during add-to-cart, buy-now, and checkout workflows.

What's the best way to add a cart hook with a drawer UI for checkout?

The best way to add a cart hook with a drawer UI is using production-grade ecommerce patterns that wire Add to Cart actions directly to cart state, exposing drawer modals and checkout paths without building from scratch.