Csv Edit banner
disler disler

Csv Edit

Development community

Description

--- model: opus description: Make modifications or report on csv files argument-hint: [csv_file] [user_request] allowed-tools: Glob, Grep, Read, Edit, Write disable-model-invocation: false hooks: PostToolUse: - matcher: "Read|Edit|Write" hooks: - type: command command: "uv run $CLAUDE_PROJECT_DIR/.claude/hooks/validators/csv-single-validator.py" --- # Purpose Make modifications or report on csv files. ## Workflow 1. Read the CSV File: $1 2. Make the modification

Installation

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

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

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

Full documentation available on GitHub

View Source Repository