cloudflare-full-stack-integration
Installation
SKILL.md
Cloudflare Full-Stack Integration Patterns
Production-tested patterns for React + Cloudflare Workers + Hono + Clerk authentication.
When to Use This Skill
Use this skill when you need to:
- Connect a React frontend to a Cloudflare Worker backend
- Implement authentication with Clerk in a full-stack app
- Set up API calls that automatically include auth tokens
- Fix CORS errors between frontend and backend
- Prevent race conditions with auth loading
- Configure environment variables correctly
- Set up D1 database access from API routes
- Create protected routes that require authentication