Vercel Networking Domains
Skill ActiveVercel networking and routing for domains, DNS, redirects, rewrites, headers, CDN, edge cache, and regions. Use when configuring routing or traffic behavior on Vercel.
To guide users in configuring Vercel's networking and routing behaviors, making domain management, DNS setup, and traffic shaping more accessible.
Features
- Configure Vercel domains and DNS
- Manage Vercel redirects and rewrites
- Set custom headers and compression
- Tune CDN and edge cache behavior
- Select Vercel deployment regions
Use Cases
- When configuring domains and DNS for a Vercel project
- When managing redirects, rewrites, or headers on Vercel
- When tuning CDN and edge cache behavior for optimal delivery
- When selecting appropriate regions for Vercel deployments
Non-Goals
- Directly performing Vercel API calls
- Managing Vercel deployment or build processes
- Analyzing Vercel traffic analytics or performance metrics
Practical Utility
- info:Usage examplesWhile the skill describes its capabilities and links to external documentation, it does not provide end-to-end, ready-to-use examples within SKILL.md.
- info:Edge casesSKILL.md outlines the core functionalities but does not explicitly document failure modes, limitations, or recovery steps for edge cases.
Maintenance
- warning:Commit recencyThe last commit was on 2026-04-15, which is more than 90 days ago, suggesting potential unmaintained status.
Trust
- warning:Issues AttentionThere are 4 open issues and 0 closed issues in the last 90 days, indicating slow response from maintainers.
Version
- warning:Release ManagementNo explicit versioning (e.g., semver in frontmatter or CHANGELOG) is present, and installation instructions in README reference 'main'.
Installation
npx skills add bobmatnyc/claude-mpm-skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
Similar Extensions
High Performance Browser Networking
100Optimize web performance through network protocols, resource loading, and browser rendering internals. Use when the user mentions "page load speed", "Core Web Vitals", "HTTP/2", "resource hints", "network latency", "render blocking", "TCP optimization", "service worker", or "critical rendering path". Also trigger when diagnosing slow page loads, optimizing time to first byte, choosing between WebSocket and SSE, or reducing bundle sizes. Covers TCP/TLS optimization, caching strategies, WebSocket/SSE, and protocol selection. For UI visual performance, see refactoring-ui. For font loading, see web-typography.
C Network
75DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Digitalocean Networking
75DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads.
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices