Normalize Csv Agent banner
disler disler

Normalize Csv Agent

Development community

Description

--- name: normalize-csv-agent description: Normalize raw bank CSV exports into standardized format. Use when processing raw_*.csv files. 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" - type: command command: "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validators/normalized-balance-validator.py" --- # CSV Normalizati

Installation

Terminal
claude install-skill https://github.com/disler/agentic-finance-review/blob/main/.claude/agents/normalize-csv-agent.md

Full documentation available on GitHub

View Source Repository