agent-skills/_shared-skills/domainfinder/SKILL.md
Check domain availability for a name across variations and TLDs
npx skillsauth add nathankoerschner/dotfiles domainfinderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check domain availability for $ARGUMENTS across different variations including prefixes, suffixes, and top-level domains.
Check the base name with these TLDs:
.com, .io, .ai, .co, .dev, .app, .net, .orgPrepend these directly to the name (no dashes) with .com:
get, try, use, go, hey, with, meetExample: for "acme" → getacme.com, tryacme.com, etc.
Append these directly to the name (no dashes) with .com:
hq, app, io, labs, dev, hub, nowExample: for "acme" → acmehq.com, acmeapp.com, etc.
dotchk:
dotchk name.com name.io getname.com namehq.com ...
Only show available domains:
| Domain | Type | |--------|------| | example.io | TLD variation | | getexample.com | Prefix |
Do not list unavailable domains.
Keep searching until you find at least 10 available domains.
If the initial batch doesn't yield 10 available options, try additional variations:
.sh, .so, .to, .me, .xyz, .gg, .runmy, the, join, hello, ourly, ify, er, ing, up, on, aigetnamehq.com, trynameapp.comContinue expanding variations until you have 10 available domains to present.
development
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to simplify, refactor lightly, clean up, or improve recently modified code without behavior changes.
tools
Write a path-free, clipboard-ready handoff prompt that lets another agent investigate, discuss, or pick up a specific task.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
development
Run a Pi-based structured code review as a closeout check on local, branch, PR, or commit changes before commit or ship.