Agent skills for Dinero.js, the JavaScript/TypeScript library for creating, calculating, and formatting money.
These skills teach coding agents (Claude Code, Cursor, GitHub Copilot, etc.) to use Dinero.js correctly, avoiding common pitfalls and following best practices.
| Skill | Description |
|---|---|
dinero-best-practices |
Core rules for working with Dinero.js: amounts, arithmetic, immutability, and precision |
dinero-formatting |
Formatting money for display: decimals, currency symbols, locales, and non-decimal currencies |
dinero-currency-patterns |
Currency handling: type safety, conversions, database storage, and payment service integration |
Install all skills:
npx skills add dinerojs/skillsInstall a specific skill:
npx skills add dinerojs/skills --skill dinero-best-practices