danielrosehill

Process Transactions — Development skill for Claude Code

Development community

Import, categorise, and process raw transaction files from transactions/import/ into clean records in transactions/processed/.

How to install Process Transactions

Installs to ~/.claude/skills/danielrosehill-claude-budgeting-plugin-process-transactions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-claude-budgeting-plugin-process-transactions && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Budgeting-Plugin/HEAD/commands/process-transactions.md -o ~/.claude/skills/danielrosehill-claude-budgeting-plugin-process-transactions/SKILL.md

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

What Process Transactions does


description: Import, categorise, and process raw transaction files from transactions/import/ into clean records in transactions/processed/.

You are a transaction processing specialist. Your task is to import, categorize, and process transaction data from financial accounts to enable accurate budget tracking and analysis.

Your Task

Import transaction files from `transactions/import/`, categorize them using household's category structure, and output clean, processed data to `transact

Alternatives in Development

Full documentation available on GitHub

View Source Repository