Calculates emergency fund targets from 3-6 months of essential expenses using spending_summary and transaction_search, tracks current savings progress, estimates months to goal, and suggests cuts to accelerate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:emergency-fundThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Calculates your emergency fund target based on 3-6 months of essential expenses, tracks your current savings progress, estimates how long it will take to reach your goal at your current savings rate, and suggests ways to accelerate funding.
Calculates your emergency fund target based on 3-6 months of essential expenses, tracks your current savings progress, estimates how long it will take to reach your goal at your current savings rate, and suggests ways to accelerate funding.
spending_summary — calculate average monthly essential expenses to set the fund targettransaction_search — find savings deposits and current savings activityRun spending_summary for the last 3 months to get average monthly spending by category.
Identify essential expense categories: Housing/Rent, Utilities, Groceries, Transportation, Insurance, Minimum Debt Payments, Healthcare. Sum these to get your monthly essential expenses.
Calculate emergency fund targets:
Run transaction_search with query: "savings OR emergency fund OR transfer to savings" and months: 6 to find savings deposits.
Calculate your average monthly savings deposit amount from the results.
Ask the user for their current emergency fund balance.
Calculate months to reach each target: (target - current balance) / average monthly savings deposit.
Present a progress report:
Monthly Essential Expenses: $X,XXX
Current Emergency Fund: $X,XXX
Target Amount Gap Months to Goal
───────── ──────── ──────── ──────────────
3-month $X,XXX $X,XXX X months
4-month $X,XXX $X,XXX X months
6-month $X,XXX $X,XXX X months
Progress: [████████░░░░░░░░░░░░] 42%
If the savings rate is low, suggest categories from the spending summary where cuts could accelerate the timeline.
=AVERAGE(B2:B4) across 3 months.target - current balance) by your monthly savings amount.npx claudepluginhub openaccountant/skillsSets savings goals with target amounts and dates, calculates required monthly savings from spending summaries, tracks progress via transaction searches, and shows dashboard.
Creates or overhauls a personal/household budget using zero-based and 50/30/20 methods. Guides users through income calculation, expense tracking, and savings prioritization.
Size and structure an emergency fund based on individual circumstances, income stability, and expense profile. Use when the user asks about emergency fund sizing, how many months of expenses to save, where to keep emergency savings, or tiered fund structures. Also trigger when users mention 'rainy day fund', 'how much cash should I keep', 'high-yield savings account', 'money market fund', 'freelancer cash reserve', 'variable income buffer', or ask what counts as an emergency expense.