What problem does it solve?
This Skill prevents your main AI assistant from getting bogged down with complex Fastly CDN API details, which bloats context, increases costs, and reduces focus. It delegates specialized CDN queries to a sub-agent, ensuring your primary AI remains efficient and cost-effective.
Core Features & Use Cases
- Fastly Service Management: List, describe, and manage your Fastly CDN services.
- Backend & VCL Inspection: Easily view configured backends and VCL (Varnish Configuration Language) for any service.
- Cache Purging: Safely purge CDN cache by service, key, or URL, with built-in warnings for critical operations.
- Use Case: When a user asks to "purge all cache for pi.examplejobinc-cdn.com", this Skill automatically delegates the task to a specialized sub-agent, which executes the necessary
cdn-purge command and returns a clear confirmation, without exposing complex CLI details to the main AI.
Quick Start
Example: Delegating a Fastly query
Task(
subagent_type: "general-purpose",
description: "Query Fastly CDN",
prompt: "<full agent instructions from AGENT-INSTRUCTIONS.md>
USER REQUEST: List all Fastly services
Return clean, formatted results ready to show the user."
)