npx skills add ...
npx skills add anthropics/financial-services --skill roll-forward
npx skills add anthropics/financial-services --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.
The same skill content is published under more than one repo. The install counts are split across them; any of these commands works.
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).