A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Budget, track investments, optimize debt, and prep taxes — local-first, 6 locales (DE/UK/US/FR/NL/PL), 1,237 tests.
Real math. Real law. Your machine.
A personal finance copilot that applies actual tax statute to your real numbers — not estimates, not vibes. Runs locally through Claude Code; your data never leaves your machine. Open source, free forever.
6 locales · 14 bank formats + any file via LLM · Monte Carlo FIRE · 1,237 tests
→ Live demo — see a real conversation without installing
FIRE confidence, with the actual distribution:
You: What's my FIRE confidence level?
FA: Running 10,000 simulations (return 7%±12%, inflation 2%±0.8%)...
Retirement probability: 73% success at 2042 target
┌─────────────────────────────────┐
│ p10 $420k ████ │
│ p25 $580k ██████ │
│ p50 $790k ████████ │ ← median
│ p75 $1.05M ██████████ │
│ p90 $1.38M █████████████ │
└─────────────────────────────────┘
Current: $180k target: $900k
+$200/month raises success to 81%.
"Should I go freelance?" — with real SE tax + QBI, not a guess:
You: I make $80k as a W-2 employee. What changes if I go 1099 at the same $80k?
FA: Same $80k, two tax pictures (2024, single, federal):
As a W-2 employee:
Federal income tax $9,441
Your FICA (SS + Medicare) $6,120 (employer pays another $6,120)
As a 1099 freelancer:
Self-employment tax $11,304 (you pay BOTH FICA halves — Schedule SE)
− ½ SE tax deduction −$5,652
− §199A QBI deduction −$11,950 (IRS Rev. Proc. 2024-40)
Federal income tax $5,569
Total federal + SE $16,872
→ Freelancing at the SAME number costs ~$1,300 more, because SE tax
replaces the employer's FICA share. Break-even ≈ $82k. Want the rate?
Every figure is deterministic Python applying real statute — and it's validated against 33 official tax-authority test cases. More examples ↓
People who want correct answers about their own money — not a chatbot's plausible guess and not a SaaS that wants your bank login. Especially:
If your country isn't covered, the scaffold generator makes adding it a ~1-evening contribution.
Any assistant can talk about money. The difference is law-accurate, bracket-correct tax math for six countries, computed by deterministic code — not a model guessing brackets. A general (or first-party) assistant gives you plausible estimates; this applies the actual statute (German EStG §32a, IRS Rev. Proc., HMRC PTM) to your real numbers, shows its work, and is tested against official authority cases.
| Instead of… | You get |
|---|---|
| YNAB: $15/month, your data on their servers | Free. SQLite on your machine. No subscription. |
| TurboTax: form wizard, no "what if I go freelance?" | SE tax + QBI §199A computed in conversation, saveable |
| Generic ChatGPT: "your tax might be around…" | IRS Rev. Proc. 2024-40 applied to your actual income |
| Spreadsheet FIRE model you rebuild yearly | Monte Carlo + named scenarios, saved and compared |
| UK pension: 20 min of Googling carry-forward | 3-year carry-forward with HMRC PTM057200, in seconds |
| A different tool per country | DE · UK · US · FR · NL · PL — same commands everywhere |
One line — clone straight into your skills folder (Claude Code auto-discovers it, no config to edit):
git clone --recurse-submodules https://github.com/googlarz/finance-assistant.git \
~/.claude/skills/finance-assistant
pip install -r ~/.claude/skills/finance-assistant/requirements.txt
Start a new Claude Code session and ask: "What's my financial health?"
python3 ~/.claude/skills/finance-assistant/skill.py --demo # try it with sample data first
python3 ~/.claude/skills/finance-assistant/skill.py --doctor # verify your setup
Already cloned to a dev location? Register it without moving it:
cd /path/to/your/finance-assistant
python3 skill.py --install # symlinks into ~/.claude/skills/ (git pull stays live)
claude.ai web/mobile (no install): create a Project and paste projects-template/PROJECT_INSTRUCTIONS.md into its instructions. Conversational only — the browser can't reach files, so no CSV import, SQLite, live prices, or Monte Carlo. See Where this runs.
Claude Cowork: create a project, add the instruction "Always load and use the Finance Assistant skill /finance-assistant", and ask "What's my financial health?".
A conversational copilot across the full personal-finance lifecycle. The highlights:
W-2 vs 1099, single vs MFJ, max the 401k?) computed from real brackets in 6 countries.hi for a one-line proactive check-in — it picks the single most relevant thing and asks you about it.Budget Manager · Transaction Logger · Savings Planner · Investment Tracker · Debt Optimizer · Tax Module · Tax What-Ifs · Tax Filing Brief · Subscription Radar · Encrypted Backup · Audit Trail · Insurance Reviewer · Net Worth Dashboard · Data Import (LLM fallback) · Scenario Lab · Monte Carlo · Specialist Handoff · Shared Household · Month Comparison · Scenario Memory · Session Recall · Milestone Alerts · Freelance Analyser
You: hi
FA: Hey — you've paid off 50% of the credit card. That's the halfway mark.
Sticking with the current plan or want to revisit?
You: Best strategy to pay off my 3 loans?
FA: Avalanche (highest rate first):
Credit card $3,200 @ 18.9% → Car loan $8,600 @ 5.9% → Personal loan $13,000 @ 3.4%
Interest saved vs minimum: $2,840 | Debt-free: Nov 2027
Snowball (smallest first): saves $1,920 | Debt-free: Feb 2028
→ Avalanche saves $920 more and finishes 3 months earlier.
You: How am I doing on my April budget?
FA: $340 of $400 food (85%) — 28 days into 30-day month. On pace.
Eating out: $89 / $80 — OVER by $9 ⚠
Groceries has $60 remaining — cooking covers the gap.
The tax depth isn't US-only — ask "what can I deduct?" in Germany and you get German law (Arbeitnehmer-Pauschbetrag, Homeoffice-Pauschale, EStG §9a), not a translation of US rules. UK pulls HMRC pension carry-forward; France applies the quotient familial. Six countries, one set of commands.
Tax rules live in country-specific plugins (a git submodule) that the skill loads dynamically.
| Locale | Coverage |
|---|---|
de Germany | Income tax, Soli, GKV/PKV social contributions, deductions, deadlines 2024–2026 |
uk United Kingdom | Income tax bands, NI Class 1, personal-allowance taper (£100k–£125,140), insurance |
us United States | Federal brackets, standard deduction, SE tax + QBI §199A, quarterly estimated-tax dates |
fr France | Quotient familial, décote, IR tranches, CSG/CRDS (assiette réduite) |
nl Netherlands | Box 1/2/3, heffingskorting, arbeidskorting (Box 3 Kerstarrest note) |
pl Poland | Polski Ład: 12%/32%, 30k PLN free amount, składka zdrowotna |
All six are validated against 33 official tax-authority test cases (BMF, HMRC, DGFiP, Belastingdienst, KAS, IRS) — python3 -m pytest locales/tests/test_validation.py -v. US cases are computed independently from IRS Rev. Proc. 2023-34 and Schedule SE. Adding a country is independent of the main code — see the locales repo.
Built for Claude Code (the free CLI). A claude.ai Projects template ships too, but the browser sandbox can't reach your files, so most features need the local install.
| Feature | Claude Code | claude.ai Projects |
|---|---|---|
| Conversational budgeting, tax math, debt & net-worth advice | ✅ | ✅ (you supply the numbers) |
| Bank import · SQLite · subscription detection · live prices | ✅ | ❌ no file/network access |
| FIRE Monte Carlo · encrypted backup · inbox watcher · weekly digest | ✅ | ❌ needs local compute/launchd |
Want zero data to Anthropic? For full privacy, run Claude Code against a local model: point claude-code-router at Ollama and nothing leaves your machine — not even the conversation. The deterministic tax math is identical; only the reasoning quality drops. Recipe + an accuracy harness you run yourself: docs/sovereignty.md.
Local-first by design. Your data lives only in .finance/ on your machine — no cloud, no telemetry, nothing uploaded.
.finance/ is chmod 600/700 and auto-added to .gitignore on first run.--audit shows what happened.This protects your data at rest. By default Claude Code still sends the conversation to Anthropic's API — for zero egress, route it through a local model (Sovereignty mode).
Full detail — encryption parameters, threat model, all controls, known limitations — in docs/SECURITY.md.
Troubleshooting: ModuleNotFoundError: No module named 'locales' → you cloned without submodules; run git submodule update --init --recursive, then python3 skill.py --doctor.
Open source under CC BY 4.0. Built on real statute, tested against official numbers, run on your own machine.

1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models