fpa-capture-correction

fpa-capture-correction is a skill for Claude Code from JeffBrines/openfpa. It costs 62 tokens per session (894 once invoked), scanned A, original, MIT.

A workflow for recording human-found forecast corrections as lasting notes in a company's financial planning files. It classifies each correction as a number change, a method change, or one-time business context.

In plain words
What is it for?
Use it when reviewing a forecast reveals issues such as seasonal patterns, double-counted revenue, or unusual one-off transactions.
Why use it?
It prevents the same mistakes or overlooked business facts from being lost after a forecast review. Future forecasts can use confirmed corrections as part of their inputs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the openfpa plugin — 14 skills shipped together

Good fit Use it when reviewing a forecast reveals issues such as seasonal patterns, double-counted revenue, or unusual one-off transactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeffbrines/openfpa/fpa-capture-correction
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 JeffBrines/openfpa --skill fpa-capture-correction
Clone the repo
git clone --depth 1 https://github.com/JeffBrines/openfpa

Made for: Claude Code.

Or install openfpa, the plugin that ships this one along with the rest of its 14 skills.

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 fpa-capture-correction

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeffbrines/openfpa/fpa-capture-correction/github.svg)](https://agentmods.dev/skills/jeffbrines/openfpa/fpa-capture-correction)
Your own site
<a href="https://agentmods.dev/skills/jeffbrines/openfpa/fpa-capture-correction"><img src="https://agentmods.dev/badge/skills/jeffbrines/openfpa/fpa-capture-correction/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 fpa-capture-correction

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeffbrines/openfpa/fpa-capture-correction"><img src="https://agentmods.dev/badge/skills/jeffbrines/openfpa/fpa-capture-correction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 894 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.00062 $0.00894
Opus 5 $0.00031 $0.00447
Sonnet 5 $0.00012 $0.00179
Haiku 4.5 $0.00006 $0.00089

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

Security

Grade A, and why

fpa-capture-correction 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.

skills/fpa-capture-correction/SKILL.md · 70 lines

How it starts

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

Capture a Correction (Operate)

Overview

A human reviewing a forecast is the highest-signal feedback there is - they catch structural errors and domain knowledge the backtest can't see, and catch them now. This skill turns that into durable memory: a typed correction in .fpa/corrections/ that grounds every future forecast.

Core principle: the human is the authority; capture, confirm interpretation once, then it persists. Everything is plain markdown the user owns.

The three correction types

  • parametric - a concrete driver fix ("December runs ~2× a normal month"). Becomes an override (a config path + value) applied to every future forecast via pyfpa.apply_corrections.
  • structural - a methodology fix ("you're double-counting deferred revenue"). A pre-ratified structural proposal (the human authored it) - route it to fpa-learn-business to generate the skill/model change; do NOT wait for backtest misses.
  • context - a one-time-item note ("that Q3 spike was a one-off contract"). Annotates so fpa-cfo-judgment's one-time screen keeps the backtest from "learning" a one-off.

Workflow

  1. Classify the correction (parametric / structural / context).
  2. Identify the target - the driver path (e.g. channels[*].seasonality[11], working_capital.dio_days), line, or profile area. For parametric, draft the concrete override: {path, value}.
  3. Write the correction with pyfpa.save_correction. Set slug to a <date>-<short-name> string (e.g. 2026-06-08-december-seasonality) - save_correction uses the whole slug as the filename (.fpa/corrections/<slug>.md), so keep the date in it. Include frontmatter (type, target, status, date, override) and a markdown body (**Was off:** … **Correction:** … **Why:** [[…]]), linking to the assumption/profile it corrects with [[wikilinks]].
  4. Confirm interpretation. Echo back the concrete change ("I'll set December seasonality to 2.0 on all channels - right?"). Only on confirmation set status: applied.
  5. Keep .fpa/MEMORY.md current - the vault index (see below).

Read the full file on GitHub · 70 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. 9d ago First seen · 70 lines · 62 tokens per session scan A 2f3b01075e9f

Subscribe to this mod's changes

fpa-capture-correction is a skill published in the GitHub repository JeffBrines/openfpa (6 stars, last pushed 2mo ago), licensed MIT. It adds 62 tokens to every session and 894 once invoked, about $0.0003 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

comptable

Comptabilité, fiscalité et facturation pour entreprises françaises. Gère écritures PCG, déclarations TVA, IS/IR, clôture annuelle, liasse fiscale (2033/2065), FEC, états financiers, et chaîne facturation (mentions obligatoires, numérotation, Factur-X/UBL/CII, plateformes agréées PDP/PA, e-reporting, réforme 2026…

romainsimon/paperasse · 143 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

ib-report-delta-adjusted-notional-exposure

Report delta-adjusted notional exposure across all IBKR accounts. Calculates option deltas using Black-Scholes and reports long/short exposure by account and underlying. Use when user asks about delta exposure, portfolio risk, or directional exposure.

staskh/trading_skills · 58 tokens