Skip to main content
ClaudeWave
Skill5.3k repo starsupdated 3d ago

stripe-billing-subscriptions

Analyze Stripe customers, subscriptions, prices, invoices, payment status, and lifecycle transitions with explicit environment and object scope.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/stripe-billing-subscriptions && cp -r /tmp/stripe-billing-subscriptions/examples/plugin-packages/stripe/skills/stripe-billing-subscriptions ~/.claude/skills/stripe-billing-subscriptions
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Stripe Billing And Subscriptions

1. Confirm test or live mode and resolve the exact customer or subscription.
2. Read the current subscription, items, prices, invoices, payment state, trial, cancellation, and collection settings relevant to the request.
3. Explain current state and the expected effect of a proposed change, including timing and proration when evidence is available.
4. Preview changes to plan, quantity, cancellation, trial, or collection behavior before writing.
5. Re-read affected objects after a confirmed write.

Do not guess prices, tax behavior, billing-cycle anchors, or proration outcomes.