Two Security Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.
| Name | implement | reverse-proxy-for-agents |
|---|---|---|
| Description | Full-power feature implementation using parallel subagents for backend, frontend, testing, and security. Coordinates architecture design, code generation, test coverage, and quality verification in a single workflow… | Reverse proxy architecture for AI agent systems — Nginx, Caddy, Traefik, and Cloudflare. Agent-specific patterns: routing to specialist agents, load balancing, TLS termination, rate limiting, WebSocket proxying, header… |
| Category | Security | Security |
| Sub-category | security-misc | network-security |
| Tags | — | cloud:cloudflare ai:agent |
| Author | OrchestKit | curiositech |
| License | MIT | — |
| Install | /add-skill implement | /add-skill reverse-proxy-for-agents |
/ork:implement user authentication
/ork:implement --model=opus real-time notifications
/ork:implement dashboard analytics
INPUT: (throughput, k8s_env, auto_reload, simplicity)
IF throughput > 10k_rps:
→ Use Nginx (C implementation, event-driven)
→ Configure keepalive, worker processes
→ Manual config reload with nginx -s reload
ELIF k8s_env == true AND auto_reload == true:
→ Use Traefik (Docker/K8s service discovery)
→ Configure via container labels
→ Automatic routing updates on container changes
ELIF simplicity == true AND throughput < 5k_rps:
→ Use Caddy (automatic HTTPS, zero-config WebSocket)…
implement — Full-power feature implementation using parallel subagents for backend, frontend, testing, and security. Coordinates architecture design, code generation, test coverage, and quality verification in a single workflow…
reverse-proxy-for-agents — Reverse proxy architecture for AI agent systems — Nginx, Caddy, Traefik, and Cloudflare. Agent-specific patterns: routing to specialist agents, load balancing, TLS termination, rate limiting, WebSocket proxying, header…
Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.
See all Claude Code skill comparisons · Browse all Security skills · Top 100
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.