Agent skill
commerce-checkout
Handle carts and checkout flows (rates, totals, and cart creation). Use when running `stateset-checkout` or working with cart/checkout MCP tools.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-checkout
SKILL.md
Commerce Checkout
Run cart creation and checkout flows from start to finish.
How It Works
- Create or locate a cart for a customer.
- Add or update cart items.
- Set shipping address, rates, and payment details.
- Apply discounts and complete checkout.
Usage
- CLI:
stateset-checkout ...orstateset "create cart for customer@example.com" - Writes require
--apply. - MCP tools:
create_cart,add_cart_item,update_cart_item,set_cart_shipping_address,set_cart_payment,apply_cart_discount,get_shipping_rates,complete_checkout.
Output
{"status":"completed","cart_id":"cart_123","order_number":"ORD-12345"}
Present Results to User
- Cart and order identifiers.
- Totals (subtotal, tax, shipping, discounts).
- Any missing fields needed to finalize checkout.
Troubleshooting
- Missing shipping/payment: collect required fields before completing.
- Coupon rejected: validate promotion rules and dates.
References
- references/checkout-flow.md
- /home/dom/stateset-icommerce/cli/.claude/skills/commerce-checkout/SKILL.md
- /home/dom/stateset-icommerce/examples/workflows.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?