# domain-finder > This skill should be used when starting a new project or brand and needing to find a registrable domain. It brainstorms creative domain names and checks real availability via DNS/WHOIS. - Author: kumaran Iyyasamy srinivasan - Repository: kumaran-is/claude-code-onboarding - Version: 20260204170321 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/kumaran-is/claude-code-onboarding - Web: https://mule.run/skillshub/@@kumaran-is/claude-code-onboarding~domain-finder:20260204170321 --- --- name: domain-finder description: This skill should be used when starting a new project or brand and needing to find a registrable domain. It brainstorms creative domain names and checks real availability via DNS/WHOIS. allowed-tools: Bash, WebFetch, WebSearch --- # Domain Finder Skill Generate creative, brandable domain names and verify which ones are actually available to register. ## Workflow ### Step 1 — Understand the Project Gather from the user (ask if not provided): - What they're building (product, SaaS, agency, portfolio, etc.) - Target audience (developers, consumers, enterprise, etc.) - Preferred keywords or themes (optional) - TLD preferences (default: .com, .io, .dev, .ai, .app) - Constraints (max length, no hyphens, must include a word, etc.) ### Step 2 — Generate Names Create 15–20 candidates across these categories: - **Descriptive** — says what it does (e.g. `codeshare`, `snippetbox`) - **Compound** — two short words fused (e.g. `devpaste`, `buildkit`) - **Invented** — brandable neologisms (e.g. `codezy`, `snipflow`) - **Short & punchy** — ≤ 8 chars, memorable (e.g. `clipp`, `patchd`) **Naming rules:** - Under 15 characters (shorter is better) - No hyphens — hard to say out loud - No numbers — confusing verbally - Easy to spell and pronounce - Doesn't accidentally spell something bad in another language ### Step 3 — Check Availability Read `reference/domain-check-scripts.md` for DNS batch check scripts, WHOIS deep check commands, and result interpretation guide. ### Step 4 — Present Results Read `reference/domain-check-scripts.md` for the output format template and TLD quick reference table. ### Step 5 — Social Handle Check (Optional) Read `reference/domain-check-scripts.md` for social media handle checking scripts. ## Reference Files | File | Content | |------|---------| | `reference/domain-check-scripts.md` | DNS/WHOIS scripts, TLD reference, output template, social handle checks | ## Error Handling **DNS lookup failures**: Retry with a different DNS resolver. Timeout does not mean the domain is available — treat timeouts as "status unknown." **WHOIS rate limiting**: Space queries at least 2 seconds apart. If rate-limited, report partial results and retry later.