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.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
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.