local-budget: Skill for Claude Code

.claude/skills/budget-setup/SKILL.md

budget-setup is a skill for Claude Code from natejswenson/local-budget. It costs 22 tokens per session (359 once invoked), scanned A, original, MIT.

A first-run setup skill for a budgeting tool. It loads transaction data from bank statement files or staged imports, checks what was imported, and passes the work to categorization and budgeting steps.

In plain words
What is it for?
Initializing the budget, importing CSV or OFX statements, checking monthly summaries, reviewing uncategorized transactions, and continuing to budget setup.
Why use it?
It gives a new budgeting database an orderly starting point without making up financial figures or changing data without confirmation.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is natejswenson/local-budget's own configuration. It tells Claude Code how to work on local-budget itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything local-budget configures →

Reuse

Borrowing it

Nothing to install: this file belongs to natejswenson/local-budget. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/natejswenson/local-budget/main/.claude/skills/budget-setup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/natejswenson/local-budget

Made for: Claude Code.

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 budget-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/natejswenson/local-budget/budget-setup/github.svg)](https://agentmods.dev/skills/natejswenson/local-budget/budget-setup)
Your own site
<a href="https://agentmods.dev/skills/natejswenson/local-budget/budget-setup"><img src="https://agentmods.dev/badge/skills/natejswenson/local-budget/budget-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for budget-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/natejswenson/local-budget/budget-setup"><img src="https://agentmods.dev/badge/skills/natejswenson/local-budget/budget-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 359 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00022 $0.00359
Opus 5 $0.00011 $0.00179
Sonnet 5 $0.00004 $0.00072
Haiku 4.5 $0.00002 $0.00036

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

Security

Grade A, and why

budget-setup 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 9d 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.

.claude/skills/budget-setup/SKILL.md · 41 lines

What it actually says

Budget Setup

First-run orchestration. Follow the budget-analyst discipline: never invent a number, print each tool's rendered block verbatim, and confirm before any write. This skill performs no writes of its own — it loads data and hands off.

Step 1 — Load the data (CLI, not a tool)

Data import happens at the command line, not through a tool. For a true first run, tell the user to start with:

  • budget setup — initializes the database and asks for their name (reports and briefs render with it; skipping this just means unnamed reports).

Then load transactions with one of:

  • budget import <file> to load a specific statement file (CSV/OFX), or
  • budget intake to pull in everything staged for import.

These are CLI commands. Do not try to call them as tools — direct the user to run them, then continue once data is loaded.

Step 2 — Confirm data landed

Call get_month_summary to confirm transactions loaded, then call review_queue to show what still needs attention. Print each tool's rendered block verbatim and add a short note on what the user is looking at.

Step 3 — Hand off

Once data is in, point the user to the next skills:

  • Run /budget-categorize to work the review queue and clean up categories.
  • Run /budget-budgets to set spending limits and expected income.
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. 9d ago First seen · 41 lines · 22 tokens per session scan A 20bc4132ba88

Subscribe to this mod's changes

budget-setup is a skill published in the GitHub repository natejswenson/local-budget (0 stars, last pushed 2d ago), licensed MIT. It adds 22 tokens to every session and 359 once invoked, about $0.0001 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.

Related

Other skills, from other repositories