This gets you production-ready Nginx configs for reverse proxying, load balancing, and SSL termination without starting from scratch. It covers the essentials like HTTP/2, rate limiting, upstream health checks, and proper caching strategies. The reference guides include monitoring setup and scripts to automate configuration. Honest take: Nginx config syntax is notoriously finicky, and having working examples for common patterns like API gateways and multi-backend load balancing saves hours of debugging cryptic error messages. The best practices section actually helps, especially the warnings about not caching authenticated responses and keeping least_conn for load balancing.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill nginx-configuration