Guides DNS configuration for custom funnel domains on Netlify, Vercel, Cloudflare Pages. Covers A/CNAME records, SSL setup, provider references, verification commands, and troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agashic-funnel-architect:dns-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Type: CNAME
Name: @ (or www)
Value: [site-name].netlify.app
TTL: Auto
Type: A
Name: @
Value: 76.76.21.21
Type: CNAME
Name: www
Value: cname.vercel-dns.com
TTL: Auto
Type: CNAME
Name: @
Value: [project-name].pages.dev
TTL: Auto
| Provider | Dashboard URL | Propagation |
|---|---|---|
| Cloudflare | dash.cloudflare.com | Instant (proxied) |
| Namecheap | ap.www.namecheap.com | 1–24 hours |
| GoDaddy | dcc.godaddy.com | 1–24 hours |
| Google Domains | domains.google.com | 1–48 hours |
| Route 53 (AWS) | console.aws.amazon.com/route53 | 1–24 hours |
Pick one and redirect the other:
example.com)www.example.com → example.com (301)# Check DNS propagation
dig example.com +short
# Check if SSL is active
curl -I https://example.com
# Check redirect
curl -I http://www.example.com
https://npx claudepluginhub ominou5/funnel-architect-pluginVerifies DNS records, SSL certificates, HSTS, and domain health for custom domains on hosting providers like Railway, Netlify, Vercel, Cloudflare.
Configures custom domains and TLS certificates on Render web services and static sites: DNS setup for CNAME, apex, and wildcard domains, verification, and troubleshooting.
Guides DNS architecture, redirect strategies, registrar selection, and multi-domain portfolio management. Helps with apex vs www, subdomain vs subfolder decisions, and domain consolidation or migration planning.