reconciliation

reconciliation is a command for coding agents from fergupa/claude_plugins. It costs 14 tokens per session (1,261 once invoked), scanned A, original, Apache-2.0.

A command for reconciling, or comparing, general-ledger balances with detailed records such as bank statements, subledgers, or third-party balances.

In plain words
What is it for?
Reconciling cash, receivables, payables, fixed assets, intercompany balances, prepaid expenses, accrued liabilities, or a specific ledger account.
Why use it?
It helps find, classify, and document differences between the accounting records and their supporting sources.

Command

Part of the finance-productivity plugin — 6 skills, 5 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/fergupa/claude_plugins/reconciliation
Clone the repo
git clone --depth 1 https://github.com/fergupa/claude_plugins

Or install finance-productivity, the plugin that ships this one along with the rest of its 6 skills, 5 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reconciliation

README.md
[![agentmods](https://agentmods.dev/badge/commands/fergupa/claude_plugins/reconciliation.svg)](https://agentmods.dev/commands/fergupa/claude_plugins/reconciliation)
Your own site
<a href="https://agentmods.dev/commands/fergupa/claude_plugins/reconciliation"><img src="https://agentmods.dev/badge/commands/fergupa/claude_plugins/reconciliation.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00014 $0.01261
Opus 5 $0.00007 $0.00630
Sonnet 5 $0.00003 $0.00252
Haiku 4.5 $0.00001 $0.00126

Measured 3d ago against content hash 5805489942dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reconciliation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

finance/commands/reconciliation.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Account Reconciliation

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Important: This command assists with reconciliation workflows but does not provide financial advice. All reconciliations should be reviewed by qualified financial professionals before sign-off.

Reconcile GL account balances to subledger, bank, or third-party balances. Identify and categorize reconciling items and generate a reconciliation workpaper.

Usage

/recon <account> <period>

Arguments

  • account — The account or account category to reconcile. Examples:
    • cash or bank — Bank reconciliation (GL cash to bank statement)
    • accounts-receivable or ar — AR subledger reconciliation
    • accounts-payable or ap — AP subledger reconciliation
    • fixed-assets or fa — Fixed asset subledger reconciliation
    • intercompany or ic — Intercompany balance reconciliation
    • prepaid — Prepaid expense schedule reconciliation
    • accrued-liabilities — Accrued liabilities detail reconciliation
    • Any specific GL account code (e.g., 1010, 2100)
  • period — The accounting period end date (e.g., 2024-12, 2024-12-31)

Workflow

1. Gather Both Sides of the Reconciliation

If ~~erp or ~~data warehouse is connected:

  • Pull the GL balance for the specified account(s) as of period end
  • Pull the subledger, bank statement, or third-party balance for comparison
  • Pull prior period reconciliation (if available) for outstanding item carryforward

If no data source is connected:

Connect ~~erp or ~~data warehouse to pull account balances automatically. To reconcile manually, provide:

  1. GL side: The general ledger balance for the account as of period end
  2. Other side: The subledger balance, bank statement balance, or third-party confirmation balance
  3. Prior period outstanding items (optional): Any reconciling items from the prior period reconciliation

2. Compare Balances

Read the full file on GitHub · 148 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 148 lines · 14 tokens per session scan A 5805489942dd

Subscribe to this mod's changes

reconciliation is a command published in the GitHub repository fergupa/claude_plugins (2 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 1,261 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.