Comprehensive knowledge base for go-zero microservices framework.
**Use this skill when:**
- Building REST APIs with go-zero (Handler → Logic → Model architecture)
- Creating RPC services with service discovery and load balancing
- Implementing database operations with sqlx, MongoDB, or Redis caching
- Adding resilience patterns (circuit breaker, rate limiting, load shedding)
- Troubleshooting go-zero issues or understanding framework conventions
- Generating production-ready microservices code
**Features:**
- Complete pattern guides with ✅ correct and ❌ incorrect examples
- Three-layer architecture enforcement
- Production best practices
- Common pitfall solutions