Organize, categorize, track, and manage invoices systematically with automated extraction of invoice data, payment tracking, and financial organization. Use when processing invoice uploads, extracting invoice details (date, amount, vendor), categorizing expenses, tracking payment status, organizing receipts, generating financial reports, or building accounting and bookkeeping systems.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: invoice-organizer description: Organize, categorize, track, and manage invoices systematically with automated extraction of invoice data, payment tracking, and financial organization. Use when processing invoice uploads, extracting invoice details (date, amount, vendor), categorizing expenses, tracking payment status, organizing receipts, generating financial reports, or building accounting and bookkeeping systems.
Invoice Organizer - Receipt Management
When to use this skill
- Processing uploaded invoice PDFs and images
- Extracting invoice data (date, amount, vendor, items)
- Categorizing expenses and business costs
- Tracking invoice payment status
- Organizing receipts for tax purposes
- Generating financial reports from invoices
- Building expense tracking applications
- Implementing automated bookkeeping
- Creating invoice approval workflows
- Matching invoices with purchase orders
- Detecting duplicate invoices
- Building accounting and finance tools
When to use this skill
- Organizing invoices, extracting metadata.
- When working on related tasks or features
- During development that requires this expertise
Use when: Organizing invoices, extracting metadata.
Pattern
```typescript
const invoiceDate = extractDate(filename);
const newName = ${invoiceDate}_${vendor}_${amount}.pdf;
fs.renameSync(oldPath, newPath);
```
More by Microck
View allUse this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research
Replace with description of the skill and when Claude should use it.
Guides Claude in creating well-structured SKILL.md files following best practices. Provides clear guidelines for naming, structure, and content organization to make skills easy to discover and execute.
PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.
