Agent skill · Business & Finance

personal-cfo

When you want to model personal financial scenarios — house purchase + rental income (ADU, bedroom rentals, house-hacking), renovation budgets, monthly cash flow forecasts, big-purchase decisions, savings/investment what-ifs. For personal life: a household (you + partner), household budgets, real-estate decisions. v0.1 ships with the house scenario template (purchase + rental scenarios) as the first use case. Architected so other personal-finance scenarios (refi, car, education, retirement, side income) slot in as additional templates. Outputs scenario comparison tables in markdown. Saves ever

coreyhaines31github.com/coreyhaines31GitHub ↗
claude-codeMIT
Install
npx skills add coreyhaines31/makerskills --skill personal-cfo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 10 KB
Bundled scripts: none
Version: 0.2.0
Path: skills/personal-cfo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 500

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /personal-cfo — Personal financial scenario modeling This skill is for a household (you + partner): housing decisions, monthly cash flow, big purchases, scenario what-ifs. Pair it with a business-books CFO skill if you also run one for a company — the DNA is the same, the domain is different. ## Step 1 — Pick the scenario type | Invocation | Type | What it models | |---|---|---| | `/personal-cfo house` (default for now) | **house** | Buy a house + rental income scenarios (ADU / bedrooms / combinations) + renovations + monthly cash flow | | `/personal-cfo refi` | **refi** | Refinancing scenarios | | `/personal-cfo cash-flow` | **cash-flow** | Generic monthly cash flow (income, expenses, savings rate) | | `/personal-cfo big-purchase` | **big-purchase** | Should we buy X (car, education, equipment) — cash vs finance vs lease comparisons | | `/personal-cfo side-income` | **side-income** | Adding a side income stream — break-even, tax implications | | `/personal-cfo savings-what-if` | **savings-what-if** | What if we put $X into Y for N years — index funds, real estate, etc. | For v0.1, only the **house** template is fleshed out. Others are sketched in `references/templates/` as stubs

What's inside
Steps it walks through
  1. Step 1 — Pick the scenario type
  2. Step 2 — Gather inputs
  3. Step 3 — Build the scenarios
  4. Step 4 — Run the math
  5. Step 5 — Output the comparison table
  6. comparison.md template
  7. Step 6 — Archive
  8. Step 7 — Surface + offer follow-ups
  9. Composes with
  10. Notes on quality
  11. Future templates (sketched in references/templates/)
Ships with 2 files
  • references/calculators.md
  • references/templates/house.md
More from makerskills
All skills →
About this skill
What does the personal-cfo skill do?

When you want to model personal financial scenarios — house purchase + rental income (ADU, bedroom rentals, house-hacking), renovation budgets, monthly cash flow forecasts, big-purchase decisions, savings/investment what-ifs. For personal life: a household (you + partner), household budgets, real-estate decisions. v0.1 ships with the house scenario template (purchase + rental scenarios) as the first use case. Architected so other personal-finance scenarios (refi, car, education, retirement, side income) slot in as additional templates. Outputs scenario comparison tables in markdown. Saves ever

How do I install it?

Run `npx skills add coreyhaines31/makerskills --skill personal-cfo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From coreyhaines31/makerskills, a repository with 500 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going