Help us improve
Share bugs, ideas, or general feedback.
From domain-fintech
Guides double-entry ledger design: journal entries, chart of accounts, AR/AP/GL sub-ledgers, reconciliation, immutable audit trails, running vs computed balances, ledger-as-event-log. For accounting systems.
npx claudepluginhub rnavarych/alpha-engineer --plugin domain-fintechHow this skill is triggered — by the user, by Claude, or both
Slash command
/domain-fintech:ledger-designThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Designing a double-entry bookkeeping system from scratch
Records Japanese journal entries (shiwake), imports transactions from CSV/receipts/invoices via CLI, manages ledger with init/search/update/delete. For bookkeeping workflows.
Prepares journal entries with debits, credits, and details for AP/payroll/prepaid accruals, depreciation/amortization, revenue recognition. Use for month-end closes or audit docs.
Share bugs, ideas, or general feedback.
references/double-entry-journal.md — golden rule, debit/credit rules table, example entries, journal_entries and journal_lines SQL schema, entry validation rulesreferences/chart-of-accounts-subledgers.md — account numbering convention (1000-7999), accounts SQL schema, GL/AR/AP sub-ledger design, sub-ledger to GL reconciliationreferences/audit-trails-balance-calculations.md — immutable append-only design, reversal pattern, hash chain integrity, running vs computed balance, hybrid approach, ledger-as-event-log with event sourcing