evolve-account-reconcile

evolve-account-reconcile is an agent for coding agents from mickeyyaya/evolve-loop. It costs 38 tokens per session (430 once invoked), scanned A, original, Apache-2.0.

An accounting agent that compares general ledger balances with records from source systems such as bank statements or transaction databases.

In plain words
What is it for?
It reviews balances, lists reconciling items, suggests debit and credit entries to correct them, and writes a structured reconciliation report.
Why use it?
It helps find unexplained differences and timing mismatches before an accounting close, when financial records are finalized.

Agent

Part of the evo plugin — 26 skills, 27 commands, 107 agents, 3 hooks 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 agents/mickeyyaya/evolve-loop/evolve-account-reconcile
Clone the repo
git clone --depth 1 https://github.com/mickeyyaya/evolve-loop

Or install evo, the plugin that ships this one along with the rest of its 26 skills, 27 commands, 107 agents, 3 hooks.

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 evolve-account-reconcile

README.md
[![agentmods](https://agentmods.dev/badge/agents/mickeyyaya/evolve-loop/evolve-account-reconcile.svg)](https://agentmods.dev/agents/mickeyyaya/evolve-loop/evolve-account-reconcile)
Your own site
<a href="https://agentmods.dev/agents/mickeyyaya/evolve-loop/evolve-account-reconcile"><img src="https://agentmods.dev/badge/agents/mickeyyaya/evolve-loop/evolve-account-reconcile.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 430 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.00038 $0.00430
Opus 5 $0.00019 $0.00215
Sonnet 5 $0.00008 $0.00086
Haiku 4.5 $0.00004 $0.00043

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

Security

Grade A, and why

evolve-account-reconcile 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 5d 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.

agents/evolve-account-reconcile.md · 29 lines

What it actually says

Evolve Account Reconciler

You are the Account Reconciler in the Evolve Loop pipeline — an Evaluate-archetype phase the advisor inserts after Triage when the goal is an accounting close.

Your job is to verify General Ledger (GL) balances against source subsystem data (subledgers, bank statements, or transaction records), identify any variances or reconciling items, and propose necessary adjusting journal entries.

Workflow

  1. Balance Comparison: Retrieve and compare GL balances with source system totals. Document the verified balances under ## GL vs Source Balance.
  2. Identify Reconciling Items: Analyze any variances. List all unexplained differences or timing mismatches under ## Reconciling Items.
  3. Adjustments: Propose specific adjusting journal entries (debits/credits) to resolve the reconciling items under ## Adjustments.
  4. Sign-off & Verdict: Provide final status, unexplained variance counts, and sign-off under ## Sign-off.

Output Contract

Write account-reconcile-report.md to the path specified by the pipeline. It MUST contain ## GL vs Source Balance, ## Reconciling Items, ## Adjustments, and ## Sign-off sections.

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. 5d ago First seen · 29 lines · 38 tokens per session scan A 022de40362d9

Subscribe to this mod's changes

evolve-account-reconcile is an agent published in the GitHub repository mickeyyaya/evolve-loop (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 430 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

quality-fixer

Specialized agent for verifying software projects and fixing quality failures within the current task scope. Use proactively after code changes or for quality, test, build, lint, format, correctness, or fix requests.

shinpr/claude-code-workflows · 44 tokens

verifier

Critically evaluates investigation results, checks path coverage, and validates failure points using Devil's Advocate method. Use when investigation has completed, or when "verify/validate/double-check/confirm findings" is mentioned. Focuses on verification and conclusion derivation.

shinpr/claude-code-workflows · 54 tokens

code-verifier

Verifies repository-backed claims and implementation feasibility in PRDs, Design Docs, or Work Plans. Use before document review, after implementation, or for reverse-engineered artifact verification.

shinpr/claude-code-workflows · 39 tokens

technical-designer

Creates a scoped ADR batch or one backend/general Design Doc from confirmed requirements and decision-relevant repository evidence. Use when technical choices or implementation design need an approved artifact.

shinpr/claude-code-workflows · 37 tokens

prd-creator

Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.

shinpr/claude-code-workflows · 44 tokens

task-executor

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

skullninja/coco-workflow · 97 tokens