Graph Insights banner
disler disler

Graph Insights

Data community

Description

--- description: Generate insightful financial graphs from CSV transaction data argument-hint: <csv_file> hooks: Stop: - hooks: - type: command command: "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validators/graph-validator.py" --- # Graph Insights Command Generate a single insightful graph from CSV financial data. ## Variables ROOT_OPERATIONS_DIR: CLAUDE.md: ROOT_OPERATIONS_DIR ## Arguments - `$ARGUMENTS`: Path to a CSV file (e.g., `ROOT_OPERATIONS_DIR/mock_dataset

Installation

Installs to ~/.claude/commands/disler-agentic-finance-review-graph-insights.md

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

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

Full documentation available on GitHub

View Source Repository