بنقرة واحدة
delegating-to-cdn-agent
Recognize Fastly CDN queries and delegate to specialized sub-agent to avoid context pollution
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Recognize Fastly CDN queries and delegate to specialized sub-agent to avoid context pollution
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Recognize Jira queries and delegate to specialized sub-agent to avoid context pollution
Recognize AWS queries and delegate to specialized sub-agent to avoid context pollution
Recognize New Relic queries and delegate to specialized sub-agent to avoid context pollution
| name | Delegating to CDN Agent |
| description | Recognize Fastly CDN queries and delegate to specialized sub-agent to avoid context pollution |
| keywords | fastly, cdn, cache, vcl, backends, purge, origin, varnish, delegate, agent |
| when_to_use | When user mentions "fastly", "cdn", "cache purge", "vcl", "backends", or asks about CDN services. ALWAYS delegate to sub-agent. |
| version | 1.0.0 |
Never handle Fastly CDN operations directly. Always delegate to a specialized sub-agent to keep your context clean and costs low.
Delegate when user says:
Also delegate when user mentions these ExampleJobInc domains:
Use the Task tool with a specialized prompt:
Task(
subagent_type: "general-purpose",
description: "Query Fastly CDN",
prompt: "<full agent instructions from AGENT-INSTRUCTIONS.md>"
)
When delegating, include:
Example:
You are a Fastly CDN specialist. Your job is to query Fastly using shell wrappers and return clean results.
<AGENT INSTRUCTIONS HERE>
USER REQUEST: List all Fastly services
Return a clean summary with:
- Service names
- Service IDs
- Service types
- Last updated dates
User: "list fastly services"
Main Assistant: [Recognizes Fastly query]
→ Invokes Task tool with agent instructions
→ Agent runs cdn-services wrapper
→ Agent returns formatted results
Main Assistant: "Found 8 Fastly services:
1. pi.examplejobinc-cdn.com - Image processing CDN
2. images.examplejobinc.com - Static images
3. hls.examplejobinc.com - Video streaming
...
Would you like details on any of these?"
Service Management:
Backend Investigation:
VCL Configuration:
Cache Management:
DON'T:
DO:
When user requests cache purging:
The sub-agent handles this, but you should reinforce warnings in your response.
ExampleJobInc uses Fastly for:
When user mentions investigating these systems, delegate to Fastly agent.