content-delivery

Configure CDN settings for caching, TTL, edge routing, and origin protection.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/Arupbiswas09/claude_skills --skill content-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-delivery
Source: https://github.com/Arupbiswas09/claude_skills/tree/main/skills/content-delivery
Command: npx skills add https://github.com/Arupbiswas09/claude_skills --skill content-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of serving static and media content efficiently across a wide geography, ensuring low latency and high availability.

Core Features & Use Cases

  • CDN Strategy: Offers guidance on choosing the right CDN strategy, including pull and push models.
  • Caching & TTL: Provides insights into cache control headers and TTL settings for optimal caching.
  • Edge Proximity & Routing: Assists in configuring edge proximity and routing for better user experience.
  • Origin Protection: Suggests ways to protect the origin server from traffic spikes and cache misses.
  • Use Case: When developing a web application with global reach, this Skill helps in setting up a CDN to serve static assets like images, CSS, and JavaScript files, ensuring fast load times for users worldwide.

Quick Start

Use the content-delivery skill to configure a CDN for your project, optimizing static asset delivery and reducing origin load.

Frequently Asked Questions about content-delivery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure CDN settings for static asset delivery across global audiences?

Configure CDN settings by selecting a pull or push strategy, setting cache control headers and TTL values, and optimizing edge proximity and routing. This ensures efficient static asset delivery with low latency for geographically dispersed users.

What is the best way to set cache control headers and TTL for edge caching?

Optimal edge caching requires setting precise cache control headers and TTL values to balance freshness with delivery speed. Proper TTL configuration reduces origin load and ensures users receive updated static media content without unnecessary latency.

How do I protect my origin server from traffic spikes and cache misses?

Protect your origin server by implementing CDN routing configurations that absorb traffic spikes and minimize cache misses. Edge proximity settings and proper caching strategies shield the origin from direct requests and reduce bandwidth strain.

When do I need a CDN strategy using pull versus push models for content delivery?

Choose a pull model for dynamically fetching less frequently accessed static assets and a push model for proactively distributing high-demand media. Your CDN strategy selection depends on your specific content update frequency and geographic distribution needs.

Does this CDN optimization approach require prior knowledge of content delivery architecture?

Yes, configuring and optimizing Content Delivery Network settings requires an existing understanding of CDN architecture and best practices. It focuses on advanced edge caching, routing, and origin protection rather than basic setup concepts.