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.
npx skills add Dragoon0x/everything-design-taste --skill checkout-flowgit clone --depth 1 https://github.com/Dragoon0x/everything-design-tasteWrote 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.
[](https://agentmods.dev/skills/dragoon0x/everything-design-taste/checkout-flow)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
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.
- 5d ago First seen · 46 lines · 21 tokens per session scan A 88ff84aa3441
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.
Other skills, from other repositories
conversion-forms-checkout-polish
Polish conversion journeys and visible states.
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…
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…
forms-inputs-checkout
Use when designing, critiquing, or implementing forms, inputs, validation, checkout, registration, payment, or any data-entry flow.
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…
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…