setup-cdn-optimization

Configure CDN for optimal delivery

Content Preview
# Setup CDN Optimization

Configure CDN for optimal delivery

## Instructions

1. **CDN Strategy and Provider Selection**
   - Analyze application traffic patterns and global user distribution
   - Evaluate CDN providers (CloudFlare, AWS CloudFront, Fastly, KeyCDN)
   - Assess content types and caching requirements
   - Plan CDN architecture and edge location strategy
   - Define performance and cost optimization goals

2. **CDN Configuration and Setup**
   - Configure CDN with optimal settings:
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-cdn-optimization.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/performance/setup-cdn-optimization.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/performance/setup-cdn-optimization.md

Related Skills