Billing Automation
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
Use this skill when
- Implementing SaaS subscription billing
- Automating invoice generation and delivery
- Managing failed payment recovery (dunning)
- Calculating prorated charges for plan changes
- Handling sales tax, VAT, and GST
- Processing usage-based billing
- Managing billing cycles and renewals
Do not use this skill when
- You only need a one-off invoice or manual billing
- The task is unrelated to billing or subscriptions
- You cannot change pricing, plans, or billing flows
Instructions
- Define plans, pricing, billing intervals, and proration rules.
- Map subscription lifecycle states and renewal/cancellation behavior.
- Implement invoicing, payments, retries, and dunning workflows.
- Model taxes and compliance requirements per region.
- Validate with sandbox payments and reconcile ledger outputs.
- If detailed templates are required, open
resources/implementation-playbook.md.
Safety
- Do not charge real customers in testing environments.
- Verify tax handling and compliance obligations before production rollout.
Resources
resources/implementation-playbook.md for detailed patterns, checklists, and examples.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Source: sickn33/agentic-awesome-skills → skills/billing-automation/SKILL.md
Also appears in: sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/billing-automation/SKILL.md, sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/billing-automation/SKILL.md
1---2name: billing-automation-23description: Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.4---5
6
7# Billing Automation
8
9Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
10
11## Use this skill when
12
13- Implementing SaaS subscription billing
14- Automating invoice generation and delivery
15- Managing failed payment recovery (dunning)
16- Calculating prorated charges for plan changes
17- Handling sales tax, VAT, and GST
18- Processing usage-based billing
19- Managing billing cycles and renewals
20
21## Do not use this skill when
22
23- You only need a one-off invoice or manual billing
24- The task is unrelated to billing or subscriptions
25- You cannot change pricing, plans, or billing flows
26
27## Instructions
28
29- Define plans, pricing, billing intervals, and proration rules.
30- Map subscription lifecycle states and renewal/cancellation behavior.
31- Implement invoicing, payments, retries, and dunning workflows.
32- Model taxes and compliance requirements per region.
33- Validate with sandbox payments and reconcile ledger outputs.
34- If detailed templates are required, open `resources/implementation-playbook.md`.
35
36## Safety
37
38- Do not charge real customers in testing environments.
39- Verify tax handling and compliance obligations before production rollout.
40
41## Resources
42
43- `resources/implementation-playbook.md` for detailed patterns, checklists, and examples.
44
45## Limitations
46- Use this skill only when the task clearly matches the scope described above.
47- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
48- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
49
50---
51
52**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/billing-automation/SKILL.md`
53
54**Also appears in:** `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/billing-automation/SKILL.md`, `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/billing-automation/SKILL.md`