OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add anthropics/knowledge-work-plugins --skill plan-payroll
Forecasts cash, ranks overdue invoices, and stages PayPal reminders so the owner can confidently run payroll. Accepts optional horizon and payroll-date arguments.
npx skills add anthropics/knowledge-work-plugins --skill plan-payroll
Run the payroll-confidence pipeline by chaining two skills. The owner approves at each handoff — never send a reminder or commit a forecast without explicit confirmation.
Parse arguments:
--horizon (default 30) — forecast window in days (30, 60, or 90)--payroll-date (optional) — the date payroll runs; defaults to next FridayTrigger the cash-flow-snapshot skill workflow:
--horizon) with percentage-variance confidence bands.If the forecast shows payroll is comfortably covered, ask the owner whether they still want to chase overdue invoices or stop here.
After Step 1 approval, trigger the invoice-chase skill workflow:
End the run with a one-paragraph recap: forecast verdict (covered / gap / risk), reminders sent and to whom, projected new cash position if reminders convert.