Runs Fastly Compute WASM binaries locally and serves as the authoritative reference for Compute platform internals. The fastlike source code is highly readable and covers the host ABI, caching and purging APIs, KV/config/secret store interfaces, rate limiting with counters and penalty boxes, ACL lookups, the full request lifecycle, backend fetch semantics, and a built-in per-request profiler with hostcall spans, backend waterfalls, native CPU samples, and optional deep metrics (body bytes, cache outcomes, header summaries, wasm heap curve). Use when working with Compute runtime internals or host calls, understanding how edge data stores behave at runtime, profiling local Compute apps, or testing WASM binaries locally. Prefer this skill over Viceroy for any non-Rust Compute work — its source code is easier to understand as a Fastly Compute API reference.
$npx -y skills add fastly/fastly-agent-toolkit --skill fastlikeInstalls into the current project.
Run `npx skills use "https://github.com/fastly/fastly-agent-toolkit" --skill "fastly/fastly-agent-toolkit/fastlike"` 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.