npx skills add ...
npx skills add anthropics/financial-services-plugins --skill roll-forward
Build a roll-forward schedule for a balance-sheet account — beginning balance plus activity less reversals equals ending balance, with each component tied to GL. Use for month-end close packages and audit support.
This repo is now called anthropics/financial-services. Both names install the same content, but the install count here only covers this one.
npx skills add anthropics/financial-services-plugins --skill roll-forward
Given an account (or account group), entity, and period, produce a roll-forward that ties beginning to ending.
The schedule must foot: X + A + B − C − D + E + F = Y. If it doesn't, the gap is an unexplained item — surface it, don't plug it.
The roll-forward table with a "ties to" column citing the GL query or document for every line, plus a foot check (pass/fail and the unexplained delta if any).