Agent skill
invoice-organizer
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.
Install this agent skill to your Project
npx add-skill https://github.com/Microck/ordinary-claude-skills/tree/main/skills_categorized/content-creation/invoice-organizer
SKILL.md
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);
```
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
nondominium-holochain-dna-dev
Specialized skill for nondominium Holochain DNA development, focusing on zome creation, entry patterns, integrity/coordinator architecture, ValueFlows compliance, and WASM optimization. Use when creating new zomes, implementing entry types, or modifying Holochain DNA code.
fluidsim
Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.
metabolomics-workbench-database
Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.
run-tests
Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to verify changes work correctly, run tests, validate functionality, or check for regressions. Automatically discovers affected test suites, selects the minimal set of venvs needed for validation, and handles test execution with Docker services as needed.
skill-navigator
The 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had.
AgentDB Advanced Features
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
Didn't find tool you were looking for?