Beancount Plaintext Ledger

Beancount Plaintext Ledger: Beancount Plaintext Ledger: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Beancount Plaintext Ledger skill for finance analytics + 记账. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 15 anti-pattern constraints. Visit doramagic.ai/r/beancount-plaintext-ledger for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-129

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

53total
38fatal
38 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

38 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing monetary calculations in the parsing stage

ACTIONuse Decimal type from beancount.core.number instead of floating-point types

CONSEQUENCEFloating-point arithmetic produces rounding errors that accumulate in financial calculations, leading to incorrect account balances and audit failures

FATALdomain_rulefinance-C-002

WHENWhen parsing directives from Beancount source files

ACTIONrequire every directive to have a valid date field as primary identifier

CONSEQUENCEDirectives without dates cannot be temporally ordered, causing incorrect balance calculations and non-deterministic transaction sequencing

FATALdomain_rulefinance-C-003

WHENWhen encoding Beancount source files for parsing

ACTIONuse UTF-8 encoding exclusively for each input files

CONSEQUENCENon-UTF-8 encoded files cause character decoding errors, preventing valid entries from being parsed and resulting in lost transaction data

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.