This is a systematic approach to debugging Cloudflare issues using their API instead of clicking around the dashboard. When you hit redirect loops, SSL errors, or DNS problems, it walks you through gathering evidence with curl commands before making changes. The structure is solid: get zone ID, query actual configuration state, cross-reference settings that might conflict, then apply targeted fixes. It covers the common gotchas like flexible SSL mode causing redirect loops and includes investigation patterns for DNS, certificates, and origin errors. The emphasis on evidence over assumptions is right, though you'll still need to know enough about Cloudflare's architecture to ask the right questions. Useful if you troubleshoot Cloudflare setups regularly and want a methodical checklist.
npx skills add https://github.com/daymade/claude-code-skills --skill cloudflare-troubleshooting