Handles the gnarly parts of subscription billing that everyone underestimates. Generates invoices with proper proration when customers upgrade mid-cycle, manages dunning workflows with configurable retry schedules for failed payments, and processes billing cycles with tax calculations. The subscription state machine covers trial to active to past due transitions cleanly. Most useful when you're building SaaS billing from scratch or replacing a brittle homegrown system. The dunning management alone will save you from manually chasing down failed credit cards, and the proration logic handles edge cases like leap years and month-end billing anchors that break naive implementations.
npx skills add https://github.com/wshobson/agents --skill billing-automation