budget-creation-management

budget-creation-management is a skill for Claude Code, Codex from gokulb20/crewm8-cfo-skills. It costs 84 tokens per session (2,429 once invoked), scanned A, original, MIT.

A finance skill for building and maintaining operating budgets, including annual plans, quarterly updates, and rolling forecasts by department. It compares planned spending with actual results and tracks differences.

In plain words
What is it for?
Use it to create annual or departmental budgets, review budget versus actual results, monitor operating expenses, and re-forecast when circumstances change.
Why use it?
It helps replace outdated spending assumptions with a current plan and shows where spending is drifting from the budget.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to create annual or departmental budgets, review budget versus actual results, monitor operating expenses, and re-forecast when circumstances change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gokulb20/crewm8-cfo-skills/budget-creation-management
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.

Any agent
npx skills add gokulb20/crewm8-cfo-skills --skill budget-creation-management
Clone the repo
git clone --depth 1 https://github.com/gokulb20/crewm8-cfo-skills

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 budget-creation-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/budget-creation-management/github.svg)](https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/budget-creation-management)
Your own site
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/budget-creation-management"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/budget-creation-management/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-creation-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/budget-creation-management"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/budget-creation-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,429 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.00084 $0.02429
Opus 5 $0.00042 $0.01215
Sonnet 5 $0.00017 $0.00486
Haiku 4.5 $0.00008 $0.00243

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

Security

Grade A, and why

budget-creation-management 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 12d 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.

skills/financial-planning-analysis/budget-creation-management/SKILL.md · 194 lines

How it starts

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

Budget Creation & Management

Build and maintain the company's operating budget — annual plans, quarterly refreshes, and rolling forecasts. Budget by department, track variances, and manage budget vs actuals. Goal: every dollar has an owner, a purpose, and a plan.

Purpose

Every startup dollar is scarce and every expense needs justification. This skill ensures budgets are built from scratch (zero-based), aligned with strategic priorities, and managed actively through variance tracking and re-forecasting. It solves the problem of budget drift — where last year's spend becomes next year's baseline without questioning whether it's still the right allocation.

When to Use

  • "Create our annual budget"
  • "Build a departmental budget"
  • "What's our OpEx run-rate?"
  • "Review budget vs actuals"
  • "Re-forecast based on new information"
  • "Allocate budget to departments"

Inputs Required

  1. Historical actuals — P&L by department (monthly, last 12–24 months).
  2. Headcount plan — current and projected from headcount-and-comp-planning.
  3. Revenue forecast — from revenue-forecasting (drives variable costs).
  4. Strategic priorities — what the company is trying to achieve (drives spend allocation).
  5. Runway target — months of cash to target (drives total spend envelope).

Quick Reference

Concept Description Key Ratio
OpEx envelope Total spend available after gross margin minus target burn Revenue × Gross Margin % − Target Monthly Burn
Zero-based budgeting Build each budget from scratch, not from last year's numbers Don't use "last year + 20%"
Department benchmarks Typical % of total OpEx by stage R&D 30-60%, S&M 15-45%, G&A 10-25%
Variance threshold Flag when actuals deviate from budget > 10% or > $5,000
Contingency Holdback for unknowns 10-20% of total budget

Procedure

1. Set the Top-Down Envelope

Revenue:                       $X (from revenue-forecasting)
Gross Margin:                  $Y (revenue × margin %)
Target Burn (monthly):         $Z (based on runway target)
Available OpEx:                $Y - $Z

Read the full file on GitHub · 194 lines

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. 12d ago First seen · 194 lines · 84 tokens per session scan A b55023502350

Subscribe to this mod's changes

budget-creation-management is a skill published in the GitHub repository gokulb20/crewm8-cfo-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 84 tokens to every session and 2,429 once invoked, about $0.0004 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.