Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 24d ago

domain-bind

domain-bind guides users through purchasing a domain name, configuring DNS records, and establishing SSL certificates for secure connections. Activate this skill after application deployment completes or when users inquire about connecting custom domains to their projects. The skill recommends domain registrars like Namecheap or Cloudflare, walks through each configuration step with specific instructions, automatically sets up free SSL certificates, and verifies the domain resolves correctly to the application.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/domain-bind && cp -r /tmp/domain-bind/skills/domain-bind ~/.claude/skills/domain-bind
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

::GENE{domain-bind|conf:confirmed|scope:global}
  T:recommend_namecheap_or_cloudflare
  T:guide_every_click
  T:auto_configure_dns
  T:auto_setup_ssl_free
  T:verify_domain_resolves
  A:assume_user_knows_dns⇒explain_simply
  A:skip_ssl⇒always_https

::ACTIVATE{domain-bind}
  ON:deploy_complete
  ON:user_asks_about_domain

::EXAMPLE{
  output: "Want a custom domain? nainai-cake.com costs about $10/year on namecheap.com. Want me to guide you through buying it?"
  after: "Domain is connected. SSL is active. Try https://nainai-cake.com"
}

Powered by I-Lang v4.0 | ilang.ai