Agent skill · Business & Finance

net-worth-statement

Produce a personal net-worth statement — assets minus liabilities — and a way to track it. Use when asked to calculate net worth, summarize finances, or set up net-worth tracking. Produces a categorized assets/liabilities statement, the net-worth figure, liquidity and debt ratios, and a tracking cadence. Educational, not regulated financial advice.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill net-worth-statement --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/net-worth-statement/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

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

From the SKILL.md

# Net Worth Statement Skill Net worth is the single best snapshot of financial health — and tracking its *trend* matters more than the number. This skill turns someone's assets and debts into a clean **net-worth statement**, with a few useful ratios and a simple way to track it over time. Educational, not personalized financial advice. ## Required Inputs Ask for these only if they aren't already provided: - **Assets** — cash/savings, investment & retirement accounts, property, vehicles, other valuables (current values). - **Liabilities** — mortgage, car loans, student loans, credit cards, other debts (current balances). - **Context** (optional) — age/stage and goal, so the read is meaningful. ## Output Format ### Net worth — [name] · as of [date] **Assets** | Asset | Type (liquid / invested / fixed) | Value | |---|---|---| | | | $ | | **Total assets** | | **$** | **Liabilities** | Liability | Balance | Rate | |---|---|---| | | $ | % | | **Total liabilities** | | **$** | ### Net worth: **$X** (assets − liabilities) **Quick ratios** - **Liquid assets:** $X (≈ N months of expenses, if known) — emergency-fund read. - **Debt-to-asset ratio:** X% — lower is stronger. - **Liquid vs. fixed

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. Net worth — [name] · as of [date]
  4. Net worth: $X (assets − liabilities)
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
More from pm-claude-skills
All skills →
About this skill
What does the net-worth-statement skill do?

Produce a personal net-worth statement — assets minus liabilities — and a way to track it. Use when asked to calculate net worth, summarize finances, or set up net-worth tracking. Produces a categorized assets/liabilities statement, the net-worth figure, liquidity and debt ratios, and a tracking cadence. Educational, not regulated financial advice.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill net-worth-statement --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 mohitagw15856/pm-claude-skills, a repository with 1,255 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