一键导入
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 职业分类
Writes, edits, and creates dbt models following best practices. Use when user needs to create new dbt SQL models, update existing models, or convert raw SQL to dbt format. Handles staging, intermediate, and mart models with proper config blocks, CTEs, and documentation.
Apply Domain-Driven Design, Clean Architecture, CQRS, and command/query patterns to code reviews and feature design. Use when analyzing or designing code in Application, Service, Infrastructure, DataAccess, Validation, Domain, or Functions projects, or when addressing architectural concerns, layering, mapping, entities, value objects, repositories, or validators in the Rome Repair Order Service.
Analyzes and refactors code using Domain-Driven Design principles. Use when refactoring domain models, identifying DDD anti-patterns, improving domain clarity, or applying tactical/strategic DDD patterns.
Guide for DDD strategic design - analyzing domains through structured questioning, conducting stakeholder interviews (PM/domain experts/users), and producing Bounded Context analysis, Context Maps, and Ubiquitous Language. Use when user needs help understanding domain boundaries, planning domain interviews, or structuring DDD strategic artifacts.
Win competitive rounds: run a clean process, deliver value previews before asking, coordinate partners, and manage timelines. Use when you're trying to close a 'must win' deal against other funds.
End-to-end associate workflow with time-boxed gates: thesis -> sourcing -> meetings -> diligence -> memo, ending with either IC-ready memo or explicit kill decision. Use when you need to run the full pipeline for a sector or a specific deal.
| 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.