About
The billing-security skill bridges the gap between clean code and fragile configurations by codifying lessons from real-world production incidents. It provides automated guidance for environment variable hygiene, such as trimming whitespace and validating API key formats, while also verifying webhook reachability to prevent silent failures caused by 3xx redirects. This skill is essential for developers using split architectures like Vercel and Convex, ensuring configuration parity across platforms and validating Stripe-specific parameter constraints before they cause runtime errors at checkout.