Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
Add this skill
npx mdskills install sickn33/billing-automationSolid billing automation guidance but lacks step-by-step implementation detail and examples.
1---2name: billing-automation3description: Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.4---56# Billing Automation78Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.910## Use this skill when1112- Implementing SaaS subscription billing13- Automating invoice generation and delivery14- Managing failed payment recovery (dunning)15- Calculating prorated charges for plan changes16- Handling sales tax, VAT, and GST17- Processing usage-based billing18- Managing billing cycles and renewals1920## Do not use this skill when2122- You only need a one-off invoice or manual billing23- The task is unrelated to billing or subscriptions24- You cannot change pricing, plans, or billing flows2526## Instructions2728- Define plans, pricing, billing intervals, and proration rules.29- Map subscription lifecycle states and renewal/cancellation behavior.30- Implement invoicing, payments, retries, and dunning workflows.31- Model taxes and compliance requirements per region.32- Validate with sandbox payments and reconcile ledger outputs.33- If detailed templates are required, open `resources/implementation-playbook.md`.3435## Safety3637- Do not charge real customers in testing environments.38- Verify tax handling and compliance obligations before production rollout.3940## Resources4142- `resources/implementation-playbook.md` for detailed patterns, checklists, and examples.43
Full transparency — inspect the skill content before installing.