How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Invoice Organizer (Personal Productivity domain).

Categorize invoices and receipts by vendor, expense category, and tax bucket, detect duplicates, and produce a tax-ready monthly summary. Use during bookkeeping, tax prep, expense reimbursement, or when the user mentions receipts, invoices, expenses, bookkeeping, or tax categorization.

Bulk-categorize a CSV of invoices or receipts, detect duplicates, and produce a tax-ready monthly summary. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Categorize 200 Receipts in 1 Minute
- Monthly Bookkeeping
- Duplicate Detection
- Vendor Spend Review
- invoice_categorizer.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- 6. Drop the monthly summary into `assets/monthly_summary_template.md`
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/invoice-organizer

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/invoice-organizer ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/invoice-organizer your-project/
# The skill is available in your Codex workspace at:
.codex/skills/invoice-organizer/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/invoice-organizer your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/invoice-organizer/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/invoice-organizer your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/invoice-organizer/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/invoice-organizer your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/invoice-organizer your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/invoice-organizer

Run Python Tools

python personal-productivity/invoice-organizer/scripts/tool_name.py --help

Quick Start

### Categorize 200 Receipts in 1 Minute 1. Export receipts from your bank or expense tool as a CSV with columns: `date,vendor,description,amount,currency` 2. Run:
   python scripts/invoice_categorizer.py receipts.csv
   
3. Review the categorized output and override anything wrong via the rules file 4. Export the monthly summary for handoff to your accountant ---

Related Skills in Personal Productivity

View on GitHub