Skip to main content
ClaudeWave
Skill5.9k estrellas del repoactualizado yesterday

stripe-billing-subscriptions

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

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.