
Vercel Networking Domains
- 236 installs
- 63 repo stars
- Updated July 18, 2026
- bobmatnyc/claude-mpm-skills
Configure custom domains, DNS records, redirects, SSL, previews, and multi-environment routing so Vercel deployments are reachable with correct branded URLs.
About
Covers Vercel networking and custom domains: attaching domains, configuring DNS and SSL, mapping preview and production environments, setting redirects, and diagnosing routing issues so launches resolve correctly worldwide.
- Custom domain and DNS record setup
- Automatic SSL and certificate renewal
- Preview versus production domain mapping
- Redirects, rewrites, and apex routing
- Troubleshooting propagation and conflicts
Vercel Networking Domains by the numbers
- 236 all-time installs (skills.sh)
- Ranked #437 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill vercel-networking-domainsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 236 |
|---|---|
| repo stars | ★ 63 |
| Last updated | July 18, 2026 |
| Repository | bobmatnyc/claude-mpm-skills ↗ |
What it does
Configure custom domains, DNS records, redirects, SSL, previews, and multi-environment routing so Vercel deployments are reachable with correct branded URLs.
Files
Vercel Networking and Domains Skill
--- progressive_disclosure: entry_point: summary: "Vercel networking: domains, routing rules, headers, CDN, edge cache, and region configuration." when_to_use:
- "When configuring domains and DNS"
- "When managing redirects, rewrites, or headers"
- "When tuning CDN and edge cache behavior"
quick_start:
- "Add and verify domains"
- "Configure redirects and rewrites"
- "Set headers and caching"
- "Select deployment regions"
token_estimate: entry: 90-110 full: 3800-4800 ---
Overview
Vercel networking covers domain configuration, routing rules, and edge delivery behavior through the CDN and edge cache.
Domains and DNS
- Add domains and verify ownership.
- Configure DNS records for routing.
Routing Rules
- Define redirects and rewrites for URL behavior.
- Apply custom headers and compression.
CDN and Edge Cache
- Use CDN distribution for global delivery.
- Purge or invalidate edge cache when needed.
Regions
- Select regions for deployment and execution.
Complementary Skills
When using this skill, consider these related skills (if deployed):
- vercel-functions-runtime: Function routing and edge execution.
- vercel-deployments-builds: Deployment workflow and releases.
- vercel-observability: Traffic analytics and performance metrics.
Note: Complementary skills are optional. This skill is fully functional without them.
Resources
Vercel Docs:
- Domains: https://vercel.com/docs/domains
- Headers: https://vercel.com/docs/headers
- Redirects: https://vercel.com/docs/redirects
- Rewrites: https://vercel.com/docs/rewrites
- CDN: https://vercel.com/docs/cdn
- Edge Cache: https://vercel.com/docs/edge-cache
- Regions: https://vercel.com/docs/regions
- Compression: https://vercel.com/docs/compression
{
"name": "vercel-networking-domains",
"version": "1.0.0",
"category": "toolchain",
"toolchain": null,
"tags": [
"vercel",
"domains",
"routing",
"redirects",
"rewrites",
"headers",
"cdn",
"edge-cache",
"regions"
],
"entry_point_tokens": 100,
"full_tokens": 586,
"related_skills": [
"vercel-functions-runtime",
"vercel-deployments-builds",
"vercel-observability"
],
"author": "Claude MPM",
"license": "MIT",
"platform": "deployment"
}