AI AGENT ADDONS

Building a fintech app means dealing with money. Every decimal point matters. A tiny rounding error can cost real money. This skill helps you avoid those mistakes by using precise decimal math instead of regular floating point numbers. It also enforces immutable audit trails so every transaction is traceable.

You will learn to design for consistency and compliance. The guidance shows how to use Rust types like rust_decimal and Arc to keep data safe and shareable. Beginners and experienced developers alike can benefit from the clear rules and code patterns.

Common errors like using f64 for money or mutable ledgers are explained with simple fixes. The skill connects high level domain rules to concrete implementation choices. It makes fintech development more reliable and auditable.

Add Domain Fintech skill to your workflow

Global

mkdir -p ~/.claude/skills/domain-fintech

Project

mkdir -p .claude/skills/domain-fintech

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago