npx claudepluginhub igor1309/skills --plugin dev-skillsThis skill is limited to using the following tools:
README.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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