stacks-dns

Manage DNS configurations for Stacks applications across domains and providers.

622|17|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/stacksjs/stacks --skill stacks-dns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-dns
Source: https://github.com/stacksjs/stacks/tree/main/.claude/skills/stacks-dns
Command: npx skills add https://github.com/stacksjs/stacks --skill stacks-dns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DNS management for Stacks applications is error-prone and slow when domains, providers, and DNS records are handled manually across environments.

Core Features & Use Cases

  • DNS record management across providers
  • Domain configuration and propagation monitoring
  • DNS provider integration via @stacksjs/dns and @stacksjs/dnsx
  • WHOIS lookups via the whois integration

Quick Start

Configure DNS for a Stacks app by linking a domain to a provider and validating propagation.

Frequently Asked Questions about stacks-dns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage DNS records for a Stacks application across different environments?

You can manage DNS records by wiring configurations in config/dns.ts, which interfaces with @stacksjs/dns and @stacksjs/dnsx to handle domains and providers across development, staging, and production environments.

What is the best way to automate domain configuration and propagation monitoring?

Domain configuration and propagation monitoring are automated by linking a domain to a provider and validating propagation using the buddy dns and buddy domains CLI commands integrated with @stacksjs/dnsx.

Can I perform WHOIS lookups directly within my Stacks app workflow?

WHOIS lookups are supported within the Stacks workflow through the whois integration, allowing you to retrieve domain registration details directly alongside DNS record management.

Does Stacks DNS management support multiple DNS providers?

Yes, Stacks DNS management supports multiple DNS providers through the @stacksjs/dns and @stacksjs/dnsx integrations, enabling DNS record management across various linked providers.

Why do I need a dedicated CLI command for domain management in Stacks?

A dedicated CLI command is needed because manual DNS management across domains and providers is error-prone, and the buddy domains command streamlines domain linking and provider setup safely.