Bank reconciliation
Skill cynco-labs/ai-accounting-skills/accounting-engagement/skills/bank-reconciliation
Agent-native accounting skills for Claude Code — folder dump → books → Beancount + Fava. MPERS, smart intake, hard gates.
npx -y skills add cynco-labs/ai-accounting-skills --skill bank-reconciliationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Reconcile bank GL to statement at RM0. Use when bank recon or cash doesn't match.
SKILL.md
1.5 KB, as published. Nobody here has run it
/bank-reconciliation
Purpose
Prove cash. Tolerance: RM0.00.
Preconditions
- Read shared guardrails (
shared/guardrails.md). - Load firm profile from
~/.claude/plugins/config/claude-for-accounting/firm-profile.mdif present. - Load plugin config from
~/.claude/plugins/config/claude-for-accounting/{{plugin}}/CLAUDE.mdif present. - Load active client engagement README / workspace if one is open.
- Never fabricate numbers. Re-read source documents if figures are missing from context.
Per bank account
- Statement closing balance (date = FYE or recon date)
- GL cash/bank closing balance
- List outstanding deposits (in GL not statement)
- List unpresented cheques / payments (in GL not statement)
- Statement items not in GL (error → post correcting JE)
- Reconciling formula:
Statement balance
+ deposits in transit
- outstanding payments
± errors corrected
= GL balance
- Age outstanding items; flag > 3 months for investigation.
Multi-account
Repeat for every current account, savings, foreign currency (note FX).
Completion
Done when: per-bank recon on disk with difference 0.00 (or with limitation/blocker logged in state).
Output
Bank recon schedule per account + combined cash note figure. If not RM0.00 → BLOCKER. Do not proceed to preliminary TB as clean.