A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude skill to organizes and processes personal tax documents to generate accurate, tax reports and drafts.
Organizes your personal and consultant tax documents (W-2s, 1099s, rental expenses, donations, business trips) and generates ready-to-review CSV reports for your accountant. Powered by Claude Code.
Claude Code is a command-line tool from Anthropic. You need Node.js 18+ installed first.
Install Node.js (if you don't have it): https://nodejs.org — download the LTS version.
Install Claude Code:
npm install -g @anthropic/claude-code
Log in:
claude
Follow the prompts to sign in with your Anthropic account. If you don't have one, create a free account at https://claude.ai.
Skills are Claude Code commands stored as Markdown files. This project needs three skills: pdf, xlsx, and the tax organizer itself.
Skills live in ~/.claude/commands/ (your home directory, works across all projects).
Create the commands folder:
mkdir -p ~/.claude/commands
The PDF skill is included in this repository under skills/pdf/.
cp skills/pdf/SKILL.md ~/.claude/commands/pdf.md
The XLSX skill is included in this repository under skills/xlsx/.
cp skills/xlsx/SKILL.md ~/.claude/commands/xlsx.md
cp SKILL.md ~/.claude/commands/tax-organizer.md
Verify all three skills are installed:
ls ~/.claude/commands/
# Should show: pdf.md xlsx.md tax-organizer.md
Create a dedicated folder for your tax documents. One folder per tax year.
mkdir ~/Documents/Tax-2025
cd ~/Documents/Tax-2025
Drop all your documents into this folder — receipts, invoices, W-2s, 1099s, spreadsheet exports, whatever you have. You can also add more documents later; the skill only processes new files on each run.
Open Claude Code in your tax folder:
cd ~/Documents/Tax-2025
claude
Then type the slash command:
/tax-organizer
First run: The skill will:
README.md config files for youSubsequent runs: Drop new documents into the folder and run /tax-organizer again. It detects only new files and skips everything already processed. If new documents suggest a new business line, it will prompt you to set it up.
Tax-2025/
├── README.md # Your tax year config
├── Rental-123-Main-St/ # One folder per business/rental (created by the skill)
│ ├── README.md # Business config (address, cost basis, trips)
│ └── 2024-03-15 Plumber Co - Repairs - Pipe fix.pdf
├── W2s/
├── 1099s/
├── Donations/
├── Unclassified/ # Files that need manual review
├── Reports/ # Generated CSVs — ready for your accountant
│ ├── schedule-e-draft.csv
│ ├── business-trips.csv
│ ├── donations-summary.csv
│ ├── w2-summary.csv
│ └── 1099-summary.csv
└── .processed-files.log # Internal tracking (don't edit)
You can drop documents anywhere in the tax folder — the skill classifies them automatically:
| Document | Where to drop |
|---|---|
| W-2 forms | Anywhere — moved to W2s/ |
| 1099s (NEC, MISC, INT, DIV, K, B, R, S) | Anywhere — moved to 1099s/ |
| Rental receipts / invoices | Anywhere — matched to the right property |
| Donation receipts | Anywhere — moved to Donations/ |
| Business trip receipts | Anywhere — matched by date to trips in business README |
| Excel / CSV bank exports | Anywhere — extracted via /xlsx |
| Anything else | Moved to Unclassified/ if unclear |
.processed-files.log — it's how the skill tracks what's been done./tax-organizer after each batch; it skips already-processed files.Unclassified/ after each run for anything that needs manual assignment.1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
Design enforcement with memory — keeps your UI consistent across a project