personal-budget-planner

personal-budget-planner is a skill for Claude Code, Codex from JayRHa/AgentSkills. It costs 107 tokens per session (1,081 once invoked), scanned A, original, MIT.

A planning method for turning household income and spending into a monthly budget, including savings and debt-payoff targets. It can use approaches such as zero-based budgeting, the 50/30/20 method, or spending envelopes.

In plain words
What is it for?
Use it for everyday personal or household budgeting, saving goals, emergency funds, and consumer-debt payoff planning. It is not investment, tax, bankruptcy, or other licensed financial advice.
Why use it?
It makes it easier to see where money goes and decide how to fund essentials, savings, emergencies, and debt payments.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jayrha/agentskills/personal-budget-planner
Any agent
npx skills add JayRHa/AgentSkills --skill personal-budget-planner
Clone the repo
git clone --depth 1 https://github.com/JayRHa/AgentSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for personal-budget-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayrha/agentskills/personal-budget-planner.svg)](https://agentmods.dev/skills/jayrha/agentskills/personal-budget-planner)
Your own site
<a href="https://agentmods.dev/skills/jayrha/agentskills/personal-budget-planner"><img src="https://agentmods.dev/badge/skills/jayrha/agentskills/personal-budget-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,081 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.01081
Opus 5 $0.00053 $0.00541
Sonnet 5 $0.00021 $0.00216
Haiku 4.5 $0.00011 $0.00108

Measured 6d ago against content hash f24b0ed61b93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

personal-budget-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

personal-budget-planner/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Personal Budget Planner

Overview

This skill turns income and spending into a clear monthly budget that funds essentials, savings goals, and debt payoff. It picks an appropriate budgeting method, categorizes expenses, finds room to redirect, and lays out an emergency-fund and debt strategy — in plain language, with the math shown.

Keywords: budget, personal finance, household budget, saving, spending plan, 50/30/20, zero-based budget, envelope method, emergency fund, debt payoff, snowball, avalanche, cash flow.

When to use vs. not

Use this for everyday budgeting, saving, and consumer-debt payoff planning. This is financial education, not licensed financial/tax/investment advice. For investing specifics, taxes, bankruptcy, or complex debt, recommend a qualified professional (CFP, accountant, nonprofit credit counselor). Don't recommend specific securities or guarantee returns.

Inputs to gather first

  1. Net (take-home) income and frequency; note any variable/irregular income.
  2. Fixed expenses (rent/mortgage, utilities, insurance, subscriptions, loan minimums).
  3. Variable expenses (groceries, transport, eating out, fun).
  4. Debts: balances, interest rates, minimums.
  5. Goals: emergency fund, a purchase, debt-free date, savings rate.
  6. Currency/region and household size.

Workflow

  1. Total the income. Use net income. For variable income, budget on a conservative average or last few months' low.
  2. List and categorize expenses into Needs, Wants, and Savings/Debt. Pull from statements if available; estimate honestly otherwise. Flag subscriptions and "leaks."
  3. Pick a method that fits the user. 50/30/20 for simplicity, zero-based for control, envelopes for overspenders. See references/methods.md.
  4. Compare to a benchmark. Map current spending onto the chosen method and show the gaps (e.g., "Needs are 68% of income vs. a 50% target"). This reveals where the pressure is.
  5. Build the emergency fund first. A starter $1,000-equivalent, then 3–6 months of essential expenses, held in an accessible account. This is the foundation before aggressive investing.
  6. Choose a debt strategy. Avalanche (highest interest first — least cost) or snowball (smallest balance first — most motivation). Show both and let the user pick. See references/debt-payoff.md.
  7. Assign every category a number and reconcile so income − expenses − savings − debt = 0 (zero-based) or fits the method's ratios. Cut Wants first when over.
  8. Make it sustainable + trackable. Automate savings/debt transfers on payday ("pay yourself first"), set a weekly money check-in, and give a simple tracking format. Schedule a monthly review to adjust.

Read the full file on GitHub · 64 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 64 lines · 107 tokens per session scan A f24b0ed61b93

Subscribe to this mod's changes

personal-budget-planner is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 107 tokens to every session and 1,081 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.