Categorize Csv Agent banner
disler disler

Categorize Csv Agent

Development community

Description

--- name: categorize-csv-agent description: Categorize transactions in normalized CSV files based on descriptions. Use after normalization. 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" --- # Transaction Categorization Agent ## Purpose Categorize transactions in normalized CSV files by delegating to the `/categorize-csv` command. ##

Installation

Installs to ~/.claude/agents/disler-agentic-finance-review-categorize-csv-agent.md

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

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

Full documentation available on GitHub

View Source Repository