Handles all the networking and routing configuration for Vercel projects: adding and verifying domains, setting up DNS records, configuring redirects and rewrites, managing custom headers, and controlling CDN and edge cache behavior. You'd reach for this when you need to point a domain at your deployment, set up URL redirects, add security headers, or tune how content gets cached at the edge. The skill is essentially a reference layer for Vercel's networking primitives, which is genuinely useful since routing config tends to be scattered across vercel.json, the dashboard, and various CLI commands. It won't write code for you but it knows where everything lives in the docs.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill vercel-networking-domains