Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

savings-goals储蓄目标

Agent Skill

savings-goals 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,862

周安装

80

GitHub Stars

58

下载量

653
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:savings-goals(储蓄目标)
来源仓库:https://github.com/joellewis/finance_skills
仓库路径:skills/savings-goals
安装命令:
npx skills add https://github.com/joellewis/finance_skills --skill savings-goals
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/joellewis/finance_skills --skill savings-goals

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要整理仓库状态、代码变更或协作事项时使用。
  • 可结合来源仓库与原始 README 进一步验证具体功能与使用方式。
  • 安装通过 GitHub,适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境。
  • 使用前应确认权限范围、维护状态,避免触发联网、命令执行或文件读写操作。

SKILL.md

Savings Goals

Purpose

Plan and track savings for specific financial goals — retirement, education, home purchase, and other targets. This skill computes required savings rates, projects future values under different scenarios, and helps prioritize competing goals.

Layer

6 — Personal Finance

Direction

Prospective

When to Use

  • Computing required monthly savings to reach a future goal
  • Planning education funding (529 plans, cost projections)
  • Retirement accumulation targets and savings rate analysis
  • Down payment planning for home purchase
  • Balancing and prioritizing multiple competing savings goals
  • Evaluating whether current savings pace is on track

Core Concepts

Required Monthly Savings

To accumulate a future value FV in n periods at rate r per period:

PMT = FV × r / [(1+r)^n - 1]

This is the sinking fund formula (future value of annuity solved for PMT).

Inflation-Adjusted Targets

Always compute goals in future (nominal) dollars:

FV_nominal = FV_today × (1 + inflation)^years

Then solve for the required savings using the nominal return, or use the real return with today's dollars.

Education Funding

  • 529 plans: tax-free growth for qualified education expenses, state tax deductions in many states
  • Current costs: ~$25K/year (public in-state) to $60K+/year (private), growing ~5%/year
  • Front-loading: maximize early contributions for compound growth
  • Superfunding: 5-year gift tax averaging (contribute 5× annual exclusion at once)
  • Financial aid impact: 529 owned by parent counted at ~5.6% in EFC

Retirement Accumulation

  • Target nest egg: annual spending need / safe withdrawal rate

- Example: $80K/year spending / 0.04 = $2,000,000

  • Safe withdrawal rate: traditionally 4% (Bengen rule), adjusted for fees, taxes, longevity
  • Required savings rate: depends on starting age, current savings, expected returns
  • Employer match: always capture full match — it's an immediate 50-100% return
  • Catch-up contributions: additional 401(k)/IRA contributions allowed after age 50

Down Payment Saving

  • Typical target: 20% of home price (avoids PMI)
  • Timeline: typically 2-7 years → conservative allocation (HYSA, short-term bonds)
  • Include closing costs (2-5% of purchase price) in savings target

Goal Priority Framework

Recommended priority order:

  1. Emergency fund (3-6 months expenses)
  2. Employer 401(k) match (free money)
  3. High-interest debt payoff (>6-8% rate)
  4. HSA (triple tax advantage if eligible)
  5. Max retirement accounts (401k, IRA, Roth)
  6. Education funding (529)
  7. Other goals (home, vacation, etc.)

Multiple Goal Balancing

  • Allocate savings across goals based on priority, timeline, and flexibility
  • Non-negotiable goals (retirement) take precedence over flexible goals
  • Shorter timelines need more conservative investment allocation
  • Use goal-based investing: separate sub-portfolios per goal with appropriate risk

Savings Rate Benchmarks

  • Minimum: 15% of gross income for retirement (including employer match)
  • Aggressive: 25-50%+ for early retirement / FIRE
  • Savings rate = total savings / gross income

Key Formulas

FormulaExpressionUse Case
Required savings (PMT)PMT = FV × r / [(1+r)^n - 1]Monthly savings for a goal
Future value with savingsFV = PV(1+r)^n + PMT×[(1+r)^n - 1]/rProject goal balance
Inflation adjustmentFV_real = FV_today × (1+π)^tConvert today's dollars to future
Retirement targetNest egg = annual spend / SWRSize the retirement goal
Years to goaln = ln(FV×r/PMT + 1) / ln(1+r)How long until goal is funded
Savings rateSR = total savings / gross incomeTrack savings discipline

Worked Examples

Example 1: College Savings (529)

Given: Need $200,000 in 18 years, expect 7% annual return, starting from $0 Calculate: Required monthly savings Solution:

  • Monthly rate: r = 0.07/12 = 0.005833
  • Months: n = 18 × 12 = 216
  • PMT = $200,000 × 0.005833 / [(1.005833)^216 - 1]
  • PMT = $1,166.67 / [3.4787 - 1]
  • PMT = $1,166.67 / 2.4787 = $470.72/month

Example 2: Retirement Accumulation

Given: Age 30, $50,000 currently saved, wants $2,000,000 by age 65, expects 8% annual return Calculate: Required monthly savings Solution:

  • FV of current savings: $50,000 × (1.08)^35 = $50,000 × 14.785 = $739,274
  • Remaining needed: $2,000,000 - $739,274 = $1,260,726
  • Monthly rate: r = 0.08/12 = 0.006667
  • Months: n = 35 × 12 = 420
  • PMT = $1,260,726 × 0.006667 / [(1.006667)^420 - 1]
  • PMT = $8,404.84 / [16.367 - 1]
  • PMT = $8,404.84 / 15.367 = $547/month
  • With employer match of $200/mo: personal contribution = $347/month

Common Pitfalls

  • Not inflation-adjusting future goals (college in 18 years costs much more than today)
  • Neglecting employer match — it's the highest guaranteed return available
  • Too conservative allocation for long-horizon goals (20+ years can tolerate equity risk)
  • Saving for college before adequately funding retirement (retirement has no financial aid)
  • Not revisiting savings rate as income grows (lifestyle creep absorbs raises)
  • Using average returns without considering sequence risk near goal date

Cross-References

  • time-value-of-money (core plugin, Layer 0): FV/PV calculations, annuity formulas
  • emergency-fund (wealth-management plugin, Layer 6): must be funded before other goals
  • debt-management (wealth-management plugin, Layer 6): high-interest debt payoff competes with savings
  • tax-efficiency (wealth-management plugin, Layer 5): 529 tax benefits, Roth vs traditional, HSA
  • investment-policy (wealth-management plugin, Layer 5): goal-based allocation aligns with IPS constraints
  • asset-allocation (wealth-management plugin, Layer 4): glide paths for target-date retirement savings
  • finance-psychology (wealth-management plugin, Layer 7): mental accounting, present bias, commitment devices
  • financial-planning-workflow (advisory-practice plugin, Layer 10): savings goals are key inputs to the comprehensive financial planning process

Reference Implementation

See scripts/savings_goals.py for computational helpers.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.1%
按下载量换算236

Claude

30.29%
按下载量换算198

Cursor

18.4%
按下载量换算120

Gemini CLI

9.58%
按下载量换算63

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills