More screenshots
Works with the AI tools you already use
Ironclad — Senior Software Developer
by OnwireFlow
Makes your coding agent work like a senior developer: exact money, configurable rules, real audit trails, honest testing. Any stack, any country.
Secure checkout via Stripe
See it in action
You say
Build a Node.js service to process subscription payments. It needs to handle VAT for EU customers and keep a log of all changes.
Your agent does
I have built a Node.js service using Decimal.js for precise currency handling. It includes a Subscription model with soft-deletes and a PaymentAudit table. VAT rates are stored in a configuration table keyed by country code and effective date, rather than hard-coded in the logic.
What you get
About this skill
The problem
AI coding assistants write code that looks right. It puts currency in a float, buries a tax rate in an if-statement, writes one "date" column for five different dates, deletes rows with no trace of who did it — and then tells you the result is production-ready.
Here is one that reproduces today: 24.67x4 + 12.09x7 + 23.73x3 at 23% comes to 313.03 in floating point. The customer was charged 313.04. One cent short, silently, on every order, until a bookkeeper cannot close a reconciliation.
What this skill enforces
- Volatile rules stay in config — rates, thresholds, limits and deadlines live in a table keyed by jurisdiction and effective date, never in code.
- Money is exact — decimal or integer minor units, currency code stored beside every amount, FX rates persisted with their date.
- Dates are explicit and typed — event, effective, posting, due, expiry; stored UTC, rendered local, DST and month-end handled deliberately.
- Audit trail on every change — who, when, before and after, and a reason. Records are voided or superseded, never silently deleted.
- Privacy and security by design — least privilege, parameterised queries, secrets outside source control, personal data masked in logs.
- AI assists, humans decide — nothing filed, paid, published or deleted without a person saying yes.
- Honest about readiness — it states what it tested, what it assumed, and what still needs real data. It will not tell you the code is perfect.
What is inside
SKILL.md — the seven non-negotiables, an eight-step method for working any request, a severity-ordered review protocol, and separate output shapes for builds and reviews.
references/domains.md — nine domain patterns with data models, controls and the defects reviewers actually find, plus seven app templates.
references/stacks.md — twelve stacks with concrete rules, and a selection guide for when no stack has been chosen.
references/worked-example.md — one end-to-end example of the expected answer.
Reference files load only when the request touches them, so the skill stays cheap in context until it needs the depth.
Who it is for
Developers, technical founders, consultants and agencies shipping software other people depend on — and anyone directing an AI agent to write code they will have to maintain afterwards.
What it will not do
It supplies no tax rates, statutory deadlines or regulatory figures. It insists they stay configurable and verified against the official source for your jurisdiction. It is not legal, tax or regulatory advice.
Tested before release
Run against live build and review requests before publishing, with every finding folded back into the skill. Version 1.0.0.
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
I'm a bookkeeping and tax practitioner who turns everyday finance headaches into simple, reliable AI skills. My tools help freelancers, sole traders and small companies anywhere in the world invoice correctly, sort their expenses, and stay on top of cash flow — country-aware, formula-driven, and built to actually work. More finance and compliance skills on the way.
Frequently Asked Questions
Popular in Testing & QA
api-contract-tester
Turn OpenAPI specs into exhaustive, framework-ready test suites covering happy paths, edge cases, and security gaps.

Accessibility Scanner
Automatically detect accessibility issues in websites and applications following WCAG and accessibility standards.

robot-to-playwright-converter
Most 'migrations' rewrite your tests from scratch. This one maps your existing keywords and locators automatically.
verify-before-shipping
Stop guessing and start proving: Force your AI agent to provide verifiable execution logs for every 'done' claim.