Startup Bookkeeper: Free Claude Skill for Small Business Tracking

Startup Bookkeeper is a free, open-source Claude AI skill designed to help bootstrapped founders manage their business finances without paid accounting software. It addresses the common problem of disorganized bookkeeping that relies on bank statements, Slack messages, and outdated spreadsheets.
How It Works
The tool operates entirely within Claude with no external accounts or integrations required. Users can:
- Tell Claude what they paid for in plain English
- Have Claude categorize, store, and track all transactions
- Upload receipt photos - OCR handles the extraction
- Set up recurring subscriptions for automatic logging
- Ask for a dashboard or P&L statement anytime
- Get alerts when invoices are overdue or budgets are exceeded
The creator built this as an alternative to QuickBooks for businesses with around 20 transactions per month, where paid accounting software might feel unnecessary but tracking is still essential.
The project is available on GitHub at https://github.com/vpodugu/startup-bookkeeper and is completely free to use.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-Sourced CLAUDE.md Keeps Claude Code Agents Productive for Hours, Not Looping
A single 70-line CLAUDE.md file stops Claude Code agents from drifting into narration and looping on fixes. Sessions go from 3-hour failures to full productive lifecycles.

Tandem MCP: Run and Manage Claude Code Sessions from Claude.ai Chat
Tandem is an open-source MCP server that links Claude.ai chat to local Claude Code sessions, allowing autonomous coding loops without copy-pasting.

LLM-Memory.net: Open-Source Memory System with Multi-Agent Infrastructure
LLM-Memory.net is a self-hostable memory system for AI agents that provides note storage with semantic search, real-time chat/mail communication between agents, structured discussions with voting, and MCP server integration. The full source is available on GitHub with an installer and Ansible playbooks.

Claude Code Prompt Improver v0.5.3: Plan Mode Refactor and Subagent-First Research
v0.5.3 adds a PreToolUse hook for plan mode readability (clean rewrites, no decision history) and moves vague prompt research to Task/Explore subagents on Haiku to save main-context tokens. The plugin now works on Windows and has 1.4K+ GitHub stars.