stacks-dns

Manage AWS Route53 hosted zones and DNS records for Stacks applications.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-dns-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-dns
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-dns
Command: npx skills add https://github.com/bughq/bughq --skill stacks-dns-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @stacksjs/dns, @stacksjs/dnsx, @stacksjs/config, ts-cloud.

What problem does it solve?

This Skill simplifies the management of DNS infrastructure for Stacks applications, removing the complexity of manual AWS Route53 configuration and record synchronization.

Core Features & Use Cases

  • Hosted Zone Management: Create, retrieve, and delete AWS Route53 hosted zones programmatically.
  • Nameserver Synchronization: Automatically update and persist domain nameservers to your application configuration.
  • Domain Lifecycle: Streamline the process of adding, removing, or purchasing domains within the Stacks ecosystem.

Quick Start

Use the stacks-dns skill to create a new hosted zone for your domain and sync the nameservers to your configuration file.

Frequently Asked Questions about stacks-dns

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

FAQPage Schema
How do I manage AWS Route53 hosted zones for a Stacks application?

You can manage AWS Route53 hosted zones for a Stacks application by using this Skill to programmatically create, retrieve, and delete zones. It handles domain record configuration and nameserver delegation automatically.

Do I need AWS Route53 API credentials to configure DNS for Stacks?

Yes, you need AWS Route53 API credentials to configure DNS for Stacks. The Skill requires integration with the @stacksjs/dns package and valid AWS credentials to perform cloud-based DNS operations.

How does nameserver synchronization work with Stacks and Route53?

Nameserver synchronization automatically updates and persists your domain nameservers to your Stacks application configuration file. This removes the need for manual record synchronization when adding or updating domains.

What is the best way to automate domain lifecycle tasks in the Stacks ecosystem?

The best way to automate domain lifecycle tasks in the Stacks ecosystem is using this Skill. It streamlines the process of adding, removing, or purchasing domains while managing the underlying DNS infrastructure.

Can I use this Skill to handle DNS infrastructure without manual AWS configuration?

Yes, you can use this Skill to handle DNS infrastructure without manual AWS configuration. It simplifies Route53 setup by automating domain record configuration and DNS lifecycle tasks directly within Stacks.

Why does my Stacks DNS setup require the @stacksjs/dns package?

Your Stacks DNS setup requires the @stacksjs/dns package because it provides the underlying functionality needed to interact with AWS Route53. The Skill depends on it to facilitate cloud-based DNS operations and nameserver delegation.