con un clic
emergency-fund
Calculate emergency fund target and track savings progress toward it.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Calculate emergency fund target and track savings progress toward it.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | emergency-fund |
| description | Calculate emergency fund target and track savings progress toward it. |
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.