Runs Fastly Compute WASM applications locally with Viceroy, specifically for Rust and Component Model projects. Use when starting a local Fastly Compute dev server with Viceroy, configuring fastly.toml for local backend overrides and store definitions, running Rust unit tests with cargo-nextest against the Compute runtime, debugging Compute apps locally, adapting core WASM modules to the Component Model, or troubleshooting local Compute testing issues (connection refused, missing backends, store config). For non-Rust Compute work or understanding the Compute API, prefer the fastlike skill instead — its source code is easier to understand as a Fastly Compute API reference.
$npx -y skills add fastly/fastly-agent-toolkit --skill viceroyInstalls into the current project.
Run `npx skills use "https://github.com/fastly/fastly-agent-toolkit" --skill "fastly/fastly-agent-toolkit/viceroy"` 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.