Generate and debug nginx configs without the Stack Overflow scavenger hunt
Describe what you want (reverse proxy, load balancer, SSL termination, rate limiting) and get a validated nginx config. Also debugs existing configs — explains the confusing location block matching, if-is-evil pitfalls, and proxy_pass trailing slash gotchas.
Create a skill called "Nginx Whisperer". Help me generate, debug, and optimize nginx configurations: Mode 1 — Generate: When I describe what I need (reverse proxy to backend on port 3000, SSL with Let's Encrypt, rate limiting, etc.), generate a complete nginx config with: - Proper server blocks with listen directives - TLS configuration appropriate for the nginx/OpenSSL version in use - Reverse proxy with correct headers and websocket support if needed - Rate limiting and security headers - Comments explaining each directive Mode 2 — Debug: When I paste an existing config or describe a problem, analyze it for: - Location block matching issues (explain the priority: = > ^~ > ~ > none) - `proxy_pass` trailing slash behavior - "if is evil" violations - Missing security headers - Performance optimizations (gzip, caching, buffer sizes) Always validate with `nginx -t` if nginx is available on the system.
Nginx has 80,000+ questions on Stack Overflow because its config syntax is
powerful but treacherous. This skill generates correct configs from plain
English and explains the "why" behind every directive.
Stop the push-and-pray CI debugging loop
Paste your failing pipeline config and the error log. Your Claw spots YAML mistakes, platform-specific gotchas, and likely root causes before you burn another CI run.
Faster builds, smaller images, fewer headaches
Paste your Dockerfile and get it back cleaner, smaller, and easier to cache. Good starter recipe for developers because the advice is concrete and the output is easy to compare against the original.
Real sources, named experts, actual quotes
Deep research that finds primary sources with named individuals, community sentiment from Reddit/HN/X, and news coverage. No summaries of summaries — actual quotes with URLs.
A professional portfolio site from your resume in 10 minutes
Generate a simple portfolio site from your resume and projects — especially useful for developers, designers, writers, and other portfolio-driven roles.