domain-dns-ops

Coordinate domain and DNS operations across providers to onboard zones to Cloudflare.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/jannolan200211-ship-it/my-cosmos-backup --skill domain-dns-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-dns-ops
Source: https://github.com/jannolan200211-ship-it/my-cosmos-backup/tree/main/03%20Reference/02%20System%20Configs/skills/domain-dns-ops
Command: npx skills add https://github.com/jannolan200211-ship-it/my-cosmos-backup --skill domain-dns-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Domain and DNS operational coordination across Cloudflare, DNSimple, and Namecheap to onboard zones to Cloudflare, manage NS flips, and configure redirects (Page Rules, Rulesets, Workers). This skill uses a single source of truth and scripts to ensure consistent DNS/HTTP verification and governance.

Core Features & Use Cases

  • Cross-provider onboarding: standardize zone onboarding to Cloudflare and delegated NS across registrars.
  • Redirect orchestration: implement and map redirects via Page Rules, Rulesets, or Workers.
  • Operational governance: rely on the central guides (source of truth) and mapping files to maintain consistency and auditability.

Quick Start

Follow the golden path to onboard a new domain to Cloudflare and configure redirects.

Frequently Asked Questions about domain-dns-ops

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

FAQPage Schema
How do I onboard a new domain to Cloudflare and flip nameservers across registrars?

To onboard a domain to Cloudflare, this skill coordinates zone creation and delegated nameserver flips across registrars like DNSimple and Namecheap using repository scripts as the source of truth for consistency.

What is the best way to configure redirects using Cloudflare Page Rules, Rulesets, or Workers?

Configuring Cloudflare redirects via Page Rules, Rulesets, or Workers is orchestrated here by applying mapping files from the central repository, ensuring DNS and HTTP verification steps execute consistently.

Can I manage DNS operations across multiple providers like DNSimple and Namecheap simultaneously?

Yes, cross-provider DNS operations are supported for Cloudflare, DNSimple, and Namecheap, coordinating zone onboarding and nameserver flips while maintaining operational governance through a single source of truth.

Do I need a central repository to use this domain DNS ops coordination skill?

Yes, the skill relies on ~/Projects/manager as the source of truth, executing repository scripts and mapping files to maintain auditability and consistency during DNS and HTTP verification.

Why does my domain onboarding process lack governance and auditability across providers?

Domain onboarding lacks governance when using ad-hoc methods; this skill solves that by using a central repository with mapping files and scripts to standardize DNS and HTTP verification across providers.

When should I use Workers instead of Page Rules for Cloudflare redirect configuration?

The skill supports implementing redirects via Workers, Page Rules, or Rulesets based on your repository mappings, though specific selection criteria between these methods depend on your project's configured rulesets.