Language:JapaneseEnglish

fastly-agent-toolkit Claude Code Plugin

Topics
Cloud, Deployment & CI/CD · Web & App Development · Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-08-26 (UTC) (yesterday)

The explanation below is AI-generated. Please verify it against the sources.

fastly-agent-toolkit is a plugin that bundles a set of skills so AI coding agents can work with the Fastly edge platform and its related developer tools. It provides seven distinct skills covering the Fastly service itself, the Fastly CLI, the Fastly Fiddle testing tool, the Falco VCL linter/tester, two local Compute runtimes (Fastlike and Viceroy), and the XVCL transpiler. Each skill is organized as a SKILL.md file with supporting reference material in a references directory, following the Agent Skills specification. Users are expected to install only the skills relevant to their project rather than the entire set. Installation can be done through a dedicated skills CLI, manual copying into agent-specific directories, or through Claude Code's plugin marketplace.

About the service

Fastly is an edge cloud platform and CDN provider offering content delivery, security (including WAF and DDoS protection), compute-at-the-edge, and observability services; this toolkit gives AI agents structured knowledge for interacting with that platform and its tooling.

What you can do with fastly-agent-toolkit

  • Test VCL against real Fastly edge infrastructure using Fastly Fiddle, including assertions and CI integration
  • Lint, test, simulate, and format VCL code with Falco, including Terraform integration
  • Run Fastly Compute locally using either the Go-based Fastlike or the WASM-based Viceroy runtime
  • Work with the XVCL transpiler for extended VCL syntax, subroutines, and header manipulation
  • Install only the specific skills needed for a given project using various supported agent tools

Sources

Back to list