Extends Fastly VCL with loops, functions, constants, macros, conditionals, and includes via XVCL — a VCL transpiler that compiles .xvcl files into standard VCL. Use when writing VCL for Fastly, working with .xvcl files, generating repetitive VCL (multiple backends, routing rules, headers) with loops, defining reusable VCL functions with return values, using compile-time constants instead of magic numbers, or writing any Fastly VCL configuration. XVCL syntax is not in training data so this skill is required. Also applies when writing and testing VCL locally (compile with uvx xvcl, test with falco), reducing VCL code duplication, splitting large VCL into modular includes, or doing any VCL development task for Fastly — even without explicitly mentioning XVCL.
$npx -y skills add fastly/fastly-agent-toolkit --skill xvclInstalls into the current project.
Run `npx skills use "https://github.com/fastly/fastly-agent-toolkit" --skill "fastly/fastly-agent-toolkit/xvcl"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fastly/fastly-agent-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/fastly/fastly-agent-toolkit"` and select the relevant skills, then follow their instructions.