Categorize Csv banner
disler disler

Categorize Csv

Development community

Description

--- model: opus description: Categorize transactions in normalized CSV files based on descriptions argument-hint: <month-dir> hooks: Stop: - hooks: - type: command command: "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validators/csv-validator.py" --- # Categorize CSV Command ## Purpose Analyze transaction descriptions in normalized CSV files and populate the empty `category` column with appropriate personal spending categories. ## Variables DIR_PATH: $ARGUMENTS ##

Installation

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

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

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

Full documentation available on GitHub

View Source Repository