tax-doc-combiner

Categorize property tax PDFs and generate a master-invoice PDF per property.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/x85446/claudecodetricks --skill tax-doc-combiner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tax-doc-combiner
Source: https://github.com/x85446/claudecodetricks/tree/main/tax-doc-combiner
Command: npx skills add https://github.com/x85446/claudecodetricks --skill tax-doc-combiner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdfplumber, reportlab, pypdf.

What problem does it solve?

Manual handling of tax documents and house invoices is error-prone and time-consuming.

Core Features & Use Cases

  • Read and categorize property tax invoices from PDFs.
  • Generate a property-expense summary and a master-invoice PDF.
  • Organize originals into a processed folder for auditability.

Quick Start

Run the tax-doc-combiner to produce a master-invoice PDF for a given year and property, generating a summary and moving processed invoices.

Frequently Asked Questions about tax-doc-combiner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge multiple tax invoice PDFs into a single document?

To merge tax invoice PDFs, batch process the files by reading and categorizing expenses, then generate a single master-invoice PDF containing the consolidated summary for each property.

Can I automatically categorize property tax documents from PDF files?

Yes, you can automatically categorize property tax documents by reading a batch of PDFs, classifying expense types, and computing totals to generate a consolidated summary per property.

How do I generate a property-expense summary from a batch of invoices?

Generate a property-expense summary by parsing invoice PDFs to extract expense data, classifying the items, computing totals, and assembling a master-invoice PDF for the property-year workflow.

Do I need Python PDF libraries to parse and consolidate tax documents?

Yes, you need pdfplumber, pypdf, and reportlab installed to parse PDFs, compute totals, and assemble the final consolidated master-invoice PDF for your property tax documents.

Does combining tax invoices move the original PDF files?

Combining tax invoices organizes the original PDFs by moving them into a processed folder after generating the master-invoice, ensuring auditability and a clean directory structure.

What is a master-invoice PDF for property tax workflows?

A master-invoice PDF is a single consolidated document generated per property that contains categorized expenses, computed totals, and a summary of all processed tax invoices for that year.