Repair money-amount contract drift in a repository using Cursor.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Identify why our Stripe adapter sends integers but the checkout service uses floats, then create a patch to use minor units consistently.
Your agent does
I found float leakage in checkout_service.ts. I created a patch to: 1. Introduce a Money type. 2. Update the Stripe adapter to map to this type. 3. Add a test case for JPY zero-decimal handling.
What you get
About this skill
Repair money-amount contract drift in a repository using Cursor. Compare currencies, decimal and minor-unit models, API schemas, database columns, provider adapters, taxes, discounts, refunds, allocations, rounding, formatting, exports, tests, and docs. Detect float leakage, exponent mismatch, double conversion, inconsistent totals, and currency loss; prepare bounded patches and deterministic local tests without live payment APIs, customer charges, policy changes, or production-data migration.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
109 skills on Agensi
Frequently Asked Questions
Browse More Skills
Feature Flag Lifecycle Repair
Repair feature-flag lifecycle drift in a repository using Cursor.
Repair Export Snapshot Drift
Repair long-running exports that produce missing, duplicate, mixed-version, or inconsistent rows when source data changes mid-run.
Add API Endpoints Automatically
Automatically add API endpoints to existing projects.
Stop Retry Storms Under Failure
Repair retry loops that overload APIs, queues, and external services during outages.