# Ledger Lite

> Records a cash transaction and answers what the balance is. Use when the user reports a payment, when a receipt is handed over to be logged, or when they ask what the current balance is.

- Skill: `letsloose501/ledger-lite` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add letsloose501/ledger-lite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/letsloose501/ledger-lite/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: letsloose501 (https://skillmd.com/u/letsloose501)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/letsloose501/ledger-lite

---


# Ledger lite

1. Read the amount, the date and the counterparty off whatever was handed over.
2. Append one row to `ledger.csv` in that order. Stop when the row is written.
3. Print the new balance, with the currency, on its own line.

## When to open which reference

[format.md](references/format.md) holds the column order and the rounding rule. Open it
before writing a row; the input's own layout never decides the column order.

