This one's for when you're wiring up third-party APIs and want to avoid the usual pitfalls. It covers authentication patterns (OAuth 2.0, API keys, JWT), error handling, rate limiting, retries, and circuit breakers. The focus is on production-ready implementations rather than quick demos. You'll get guidance on building API client wrappers, setting up webhooks, and debugging integration issues with services like Stripe, Twilio, or SendGrid. It's from davila7's template collection with 27.7K stars, so the patterns here have seen some real-world mileage. Good fit if you're tired of reinventing API integration boilerplate.
npx skills add https://github.com/davila7/claude-code-templates --skill api-integration-specialist