checkout-flow

checkout-flow is a skill for Claude Code from Dragoon0x/everything-design-taste. It costs 21 tokens per session (337 once invoked), scanned A, original, MIT.

A guide to designing the steps a shopper follows from cart to payment and order confirmation in an online shop.

In plain words
What is it for?
Use it to plan guest checkout, cart details, payment fields, progress indicators, trust signals, shipping estimates, and order summaries.
Why use it?
It helps remove unnecessary effort and uncertainty during checkout, which can cause shoppers to abandon their purchase.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the edt plugin — 117 skills, 80 agents shipped together

Good fit Use it to plan guest checkout, cart details, payment fields, progress indicators, trust signals, shipping estimates, and order summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dragoon0x/everything-design-taste/checkout-flow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Dragoon0x/everything-design-taste --skill checkout-flow
Clone the repo
git clone --depth 1 https://github.com/Dragoon0x/everything-design-taste

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for checkout-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/checkout-flow/github.svg)](https://agentmods.dev/skills/dragoon0x/everything-design-taste/checkout-flow)
Your own site
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/checkout-flow"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/checkout-flow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for checkout-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/checkout-flow"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/checkout-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 337 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00337
Opus 5 $0.00010 $0.00169
Sonnet 5 $0.00004 $0.00067
Haiku 4.5 $0.00002 $0.00034

Measured 5d ago against content hash 88ff84aa3441, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

checkout-flow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/checkout-flow/SKILL.md · 46 lines

What it actually says

Checkout Flow

The Rule: Fewer Steps = Higher Conversion

  • Guest checkout option (always)
  • Single-page checkout when possible
  • If multi-step: show progress, allow editing previous steps without losing data

Cart Design

  • Show item image, name, quantity, price
  • Easy quantity adjustment (+ / - or input)
  • Remove item with confirmation
  • Show subtotal, taxes, shipping, and total clearly
  • Promo code field (collapsed by default, not prominent)

Payment Form

  • Card number: auto-format with spaces (4242 4242 4242 4242)
  • Expiry: MM/YY format with auto-slash
  • CVC: show where to find it on the card (tooltip with diagram)
  • Show accepted card types (Visa, Mastercard, etc.)
  • Support digital wallets (Apple Pay, Google Pay) above the form

Trust Signals

  • Security badges near payment fields
  • "Secure checkout" in the header
  • Money-back guarantee
  • Customer support contact visible
  • SSL indicator

Order Summary

  • Visible throughout checkout (sidebar on desktop, expandable on mobile)
  • Update in real-time as user changes options
  • Show shipping estimate before final step
  • Clear total breakdown (no surprises)

Post-Purchase

  • Confirmation page with order number
  • Confirmation email immediately
  • Clear delivery timeline
  • Easy access to order status
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 46 lines · 21 tokens per session scan A 88ff84aa3441

Subscribe to this mod's changes

checkout-flow is a skill published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 5mo ago), licensed MIT. It adds 21 tokens to every session and 337 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

conversion-forms-checkout-polish

Polish conversion journeys and visible states.

TheGoat395/Codex-Skills · 16 tokens

convert-checkout-page

Author checkout-page micro-copy + trust signals: order summary, form-field copy, bump slot, button label, guarantee restatement, and friction-reduction patterns. Emits brief + paste-ready HTML/CSS scaffold (payment-processor-agnostic). Use when the user needs a conversion-optimized checkout page where every word and…

FerroxLabs/wayland · 101 tokens

a11y-audit

Use when the user asks for an accessibility audit of a Shopify store: a11y check, WCAG/ADA compliance review, "is this store accessible", or a specific issue class: color contrast, alt text, link/button names, form labels, tap target size, keyboard access, semantic HTML. Audits the storefront with automated scanners…

kgelster/ecom-a11y-audit · 143 tokens

forms-inputs-checkout

Use when designing, critiquing, or implementing forms, inputs, validation, checkout, registration, payment, or any data-entry flow.

hueyexe/frontend-agent-skills · 34 tokens

storekit

Implement, review, or improve in-app purchases and subscriptions using StoreKit 2. Use when building paywalls with SubscriptionStoreView or ProductView, processing transactions with Product and Transaction APIs, verifying entitlements, handling purchase flows (consumable, non-consumable, auto-renewable), implementing…

dpearson2699/swift-ios-skills · 110 tokens

passkit

Integrate Apple Pay payments and Wallet passes using PassKit. Use when adding Apple Pay buttons, creating payment requests, handling payment authorization, adding passes to Wallet, configuring merchant capabilities, managing shipping/contact fields, or working with PKPaymentRequest, PKPaymentAuthorizationController…

dpearson2699/swift-ios-skills · 104 tokens