Merge Accounts banner
disler disler

Merge Accounts

Git community

Description

--- description: Merge normalized CSV files from multiple accounts into a single transactions file argument-hint: <month-dir> hooks: Stop: - hooks: - type: command command: "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validators/csv-validator.py" --- # Merge Accounts Command Merge all normalized_*.csv files in a directory into a single agentic_merged_transactions.csv. ## Variables ROOT_OPERATIONS_DIR: CLAUDE.md: ROOT_OPERATIONS_DIR ## Arguments - `$ARGUMENTS`: Month

Installation

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

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

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

Full documentation available on GitHub

View Source Repository