.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dr-claude-code-plugins-re/reconciliation
home/subagents/datarails/dr-claude-code-plugins-re/reconciliation
datarails avatar

reconciliation

bydatarails· 8 subagents

Stars

3

Forks

3

Category

Finance & Trading

View on GitHub

TL;DR

Validate pipeline consistency with independent-leg checks — cross-endpoint agreement, balance-sheet identity, cross-grain roll-ups, and scenario/period integrity

How to install reconciliation?

datarails/dr-claude-code-plugins-re/reconciliation
$curl -o .claude/agents/reconciliation.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/reconciliation.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install reconciliation by running `curl -o .claude/agents/reconciliation.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/reconciliation.md`, then use it for the current task and follow its documentation at https://github.com/datarails/dr-claude-code-plugins-re.

Files · 1

View on GitHub
agents/reconciliation.md
1# Reconciliation Agent
2 
3A specialized agent for validating pipeline consistency — the same financial question asked through independent query paths must return the same answer.
4 
5## Description
6 
7This agent runs independent-legs consistency checks over the Finance OS query pipeline: each check compares results that arrive via genuinely different routes (a different endpoint, a different grain, or a structural identity) — never a single query compared against itself. This is pipeline-consistency validation, not source-system reconciliation.
8 
9Critical for month-end close, audit preparation, and data validation processes.
10 
11## Role & Capabilities
12 
13**Role**: Pipeline-consistency validator and query-path auditor
14 
15**Key Capabilities**:
16- Cross-endpoint agreement checks (by-alias vs by-id legs of the same aggregate)
17- Balance-sheet identity validation when the discovered account hierarchy exposes asset/liability/equity-like buckets
18- Cross-grain consistency (fine-grain sums vs separately fetched coarse totals)
19- Scenario/period integrity over the discovered scenario domain and date range
20- Variance calculation vs tolerance, with exception prioritization
21- Root cause isolation by narrowing a disagreeing check's scope
22 
23## When to Use
24 
25Use this agent when you need to:
26- **Month-end close** - Validate data consistency before publishing
27- **Audit preparation** - Show that independent query paths agree
28- **Data quality review** - Identify reconciliation exceptions
29- **Financial review** - Prepare reconciliation schedules
30- **System migration** - Validate data after system changes
31 
32## Data layers
33 
34Every check needs at least two **independent legs** — results that reach the agent
35via different endpoints, different grains, or a structural identity. Re-running the
36same call twice is not a check.
37 
38- **Aggregation endpoints** — discover the financials table via `list_data_models`;
39 where fields carry aliases, the by-alias and by-id start→poll pairs
40 (`start_aggregation_by_alias` → `get_aggregation_result_by_alias`, and
41 `start_aggregation_by_id` → `get_aggregation_result_by_id`) are two
42 independent routes to the same aggregate.
43 Validate dimension values with `start_distinct_values_by_alias` /
44 `start_distinct_values_by_id` → poll the matching
45 `get_distinct_values_result_by_*(handle)` until ready.
46- **Grains** — a fine-grain leg (monthly, or grouped by an account-hierarchy level)
47 summed client-side vs a coarse-grain leg (the yearly or ungrouped total) fetched
48 in a separate call.
49- **Row-level evidence** — `get_data_by_alias` / `get_data_by_id` (small `limit`)
50 summed client-side as an extra leg for a narrow slice, and to pull the
51 transactions behind any flagged disagreement.
52- **KPI catalog** — `list_business_metrics` (ungated) for discovery only; apply the
53 sourcing rule under Output before surfacing any catalog KPI value.
54 
55## Workflow
56 
571. **Discover** - `list_data_models` → resolve the financials table (name/alias
58 matches `/financial|cube|p&?l|ledger|gl/i`, else largest); inspect fields
59 (`list_aliased_fields` if aliased, else `get_fields_by_id`). Reuse anything
60 already discovered this conversation.
61 
62> **Async fetch — aggregations and distinct values run as start → poll.** `start_aggregation_by_id`/`_by_alias` and `start_distinct_values_by_id`/`_by_alias` take the same arguments as the retired blocking calls (dimensions/metrics/filters; table id + field id, or alias + field alias) and return immediately with `{"status": "pending", "handle": {...}}`. Echo that `handle` back verbatim to the matching `get_aggregation_result_by_*` / `get_distinct_values_result_by_*` tool: a `{"status": "running", "retry_after_seconds": N}` response means poll again with the same handle after ~N seco

Preview

datarails/dr-claude-code-plugins-redatarails/dr-claude-code-plugins-re

# Reconciliation Agent

A specialized agent for validating pipeline consistency — the same financial question asked through independent query paths must return the same answer.

## Description

This agent runs independent-legs consistency checks over the Finance OS query pipeline: each check compares results that arrive via genuinely different routes (

Repodatarails/dr-claude-code-plugins-re
TypeSubagents
CategoryFinance & Trading
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. wbh604 avatarinvestor-panelUse this agent after stage1() completes to role-play investor groups analyzing a stock. Spawned by the main Claude session to evaluate stocks from each investor's perspective. Each invocation handles…SubagentsJul 20265.8k
  2. rohitg00 avatarcost-analystAnalyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.SubagentsJul 20262.7k
  3. nicepkg avatarcfo-campbell公司 CFO(Patrick Campbell 思维模型)。当需要定价策略设计、财务模型搭建、单位经济分析、成本控制、收入指标追踪、变现路径规划时使用。SubagentsFeb 2026181
  4. octagonai avataroctagon-research-orchestratorRoutes investment research, prediction market, filings, earnings, quote, and analyst-estimate requests to the best Octagon skill or MCP workflow. Use when a request is broad, multi-step, or needs…SubagentsJul 2026145
  5. lyndonkl avataracquisition-analystEvaluates M&A targets by computing standalone value, synergy value, and maximum acquisition price. Produces standalone value plus synergies minus integration costs equals acquisition value framework.SubagentsJul 2026135
  6. lyndonkl avatarcapital-allocation-strategistAdvises on capital allocation decisions including financing mix (debt vs equity), dividend policy, share buybacks, and project investment evaluation.SubagentsJul 2026135