Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.48 KB

File metadata and controls

33 lines (22 loc) · 1.48 KB

Dinero.js Skills

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.

Skills

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

Installation

Install all skills:

npx skills add dinerojs/skills

Install a specific skill:

npx skills add dinerojs/skills --skill dinero-best-practices

Links