Wires Credyt's billing system into your actual codebase by adding customer creation on signup, usage event tracking where billable activities happen, balance checks, and billing portal links. It reads your existing code first to understand your stack, then recommends the right SDK (TypeScript or Python) or direct HTTP calls based on what you're running. Handles the tricky bits like pending subscriptions that require upfront payment, promotional credits on signup, and idempotent event submission with UUIDs. Run this after you've done the initial Credyt setup and verification. The skill assumes you're working in a real project with actual registration flows and billable features, not just exploring options.
npx skills add https://github.com/credyt/ai-skills --skill billing-integration