validate-beancount

Installation
SKILL.md

/validate-beancount

Purpose

Prove the ledger file is valid before Fava or handoff.

Command

bean-check path/to/main.beancount
# or
python3 -c "import subprocess; subprocess.check_call(['bean-check','path/to/main.beancount'])"

If bean-check missing:

pip install beancount
Installs
7
GitHub Stars
2
First Seen
Jul 9, 2026
validate-beancount — cynco-labs/ai-accounting-skills