HTTP accelerator and reverse proxy cache with VCL configuration language. Use when caching dynamic web pages, writing VCL rules for cache control, purging stale content, load balancing backends, or speeding up WordPress and high-traffic sites.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill varnish --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Varnish?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-varnish)More formats (shields.io, HTML) on the badges page.
---
name: varnish
description: "HTTP accelerator and reverse proxy cache with VCL configuration language. Use when caching dynamic web pages, writing VCL rules for cache control, purging stale content, load balancing backends, or speeding up WordPress and high-traffic sites."
version: "1.0.0"
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: [varnish, cache, http, reverse-proxy, performance, vcl]
---
# Varnish Reference
HTTP accelerator and caching reverse proxy that serves cached content from memory in sub-millisecond response times. Varnish uses VCL (Varnish Configuration Language), a domain-specific language that compiles to C for maximum performance.
## When to Use
- Accelerating dynamic websites by caching responses in RAM
- Writing VCL rules for fine-grained cache control and routing
- Purging or banning cached content by URL or pattern
- Load balancing across multiple backend servers with health checks
- Implementing ESI (Edge Side Includes) for partial page caching
- Optimizing WordPress or CMS performance at the edge
## Commands
| Command | Description |
|---------|-------------|
| `intro` | Architecture overview, Varnish vs Nginx caching vs CDN comparison, installation |
| `vcl` | VCL configuration language, caching rules, backend setup, load balancing, grace mode |
| `operations` | CLI tools (varnishstat/varnishlog), purge and ban patterns, ESI, WordPress integration |
## Requirements
- No external dependencies — outputs reference documentation only
- No API keys required
## Feedback
https://bytesagain.com/feedback/
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!