check-domain/SKILL.md
Check domain name availability and find alternatives.
npx skillsauth add igor1309/skills check-domainInstall 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.
Announce: "I'm using the check-domain skill to check domain availability."
Check whether a domain name is available for registration and suggest alternatives if it's taken.
This skill requires the instant-domain-search MCP server. If the MCP tools
(mcp__instant-domain-search__*) are not available, stop immediately and
tell the user:
Instant Domain Search MCP is not configured. Install it from https://instantdomainsearch.com/mcp and add it to your MCP settings.
Do not fall back to whois, web search, or any other method.
Three MCP tools are available from the instant-domain-search server:
mcp__instant-domain-search__search_domains — Bulk availability
check across chosen TLDs. Start here for any domain query.mcp__instant-domain-search__generate_domain_variations —
Semantic name alternatives when first choice is taken (prefixes,
suffixes, brandable modifications — not random strings).mcp__instant-domain-search__check_domain_availability —
Definitive yes/no verification against authoritative registries.search_domains with the user's name and desired TLDsgenerate_domain_variations and present alternativescheck_domain_availability before telling
the user a domain is definitively availablePresent ALL results (primary and alternatives) in a single table:
| Domain | Available | Notes | |--------|-----------|-------| | enoa.ai | No | Registered | | enoa.com | No | Registered | | theenoa.com | Yes | | | goenoa.com | Yes | |
Rules:
The user provides one or more domain names to check. Accept:
example (check across TLDs)example.com (check specific domain + suggest TLD alternatives)example.com coolsite.io (check each)$ARGUMENTS
testing
Evaluates test name scaffolds for TDD readiness by determining if each test name provides enough specification clarity to write a failing test. Use when reviewing test scaffolds, evaluating executable specifications, or assessing whether test names clearly define testable behavior without implementation ambiguity.
development
Interactive Test-Driven Development workflow with reviewer-in-the-loop. Implements the RED-GREEN-REFACTOR cycle with two mandatory verification gates where a reviewer (human or AI) approves work before progression. Applies to any code development that follows test-first methodology: features, bug fixes, refactoring, or enhancements. Invoked when TDD discipline with step-by-step verification is required.
development
Use when the user needs a concise description of a component, module, product, or entire codebase for someone with zero project context. Triggers on "synopsis", "describe this for outsiders", "write a description", "explain what this does", "elevator pitch", or when producing text for READMEs, marketplace listings, or onboarding docs.
development
Clean, maintainable Package.swift creation and editing using the static property pattern from Facebook iOS SDK. Use when creating new Package.swift files, refactoring existing ones, adding modules/targets to Swift packages, or organizing Swift Package Manager manifests for better maintainability.