disler

Merge Accounts Agent — Development agent for Claude Code

Development community

Merge multiple normalized CSV files into a single transactions file.

How to install Merge Accounts Agent

Installs to ~/.claude/agents/disler-agentic-finance-review-merge-accounts-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/disler/agentic-finance-review/HEAD/.claude/agents/merge-accounts-agent.md -o ~/.claude/agents/disler-agentic-finance-review-merge-accounts-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Merge Accounts Agent does


name: merge-accounts-agent description: Merge multiple normalized CSV files into a single transactions file. Use after categorization. model: opus tools: Read, Write, Edit, Bash, Glob, Grep, Skill hooks: Stop: - hooks: - type: command command: "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validators/csv-validator.py"


Account Merge Agent

Purpose

Merge all normalized CSV files in a directory into a single unified transactions file by delegating to the `/merg

Alternatives in Development

  • Code Reviewer Agent — You are a senior code reviewer with expertise across multiple languages and frameworks 1.3k ★
  • Correlator — Finding correlation engine 812 ★
  • Claude Code Unified Agents — Combines features from multiple community agent repositories into one unified collection 722 ★

Full documentation available on GitHub

View Source Repository