This handles the full domain validation pipeline: checking format against RFC standards, hitting APIs like Namecheap or GoDaddy to verify availability, and generating keyword-based suggestions with common prefixes and suffixes. The code examples cover TypeScript, Python, and NestJS patterns, with proper label length checks and hyphen validation. You'll want this when building registration forms or domain search tools. The suggestion algorithm is basic but solid, mixing direct TLD variations with prefixes like "get" and "try". Just be ready to manage API rate limits when batch-checking domains, since the source cuts off mid-implementation on that part.
npx skills add https://github.com/shipshitdev/library --skill search-domain-validator