# Ledger

> Records a cash transaction in the ledger. Use when the user reports a payment, or asks for the current balance.

- Skill: `letsloose501/ledger` (Agent Skill)
- Install (CLI): `npx skillmds@latest add letsloose501/ledger`
- Raw SKILL.md: https://api.skillmd.com/api/skills/letsloose501/ledger/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

---


# Ledger

1. Append the transaction with its date and amount.
2. Stop when the printed balance matches the file's last line.

