Agent skill
domain-name-generator
Generate creative domain names and check availability for branding, startups, and web projects
Install this agent skill to your Project
npx add-skill https://github.com/ljchg12-hue/dotfiles/tree/main/skills/domain-name-generator
SKILL.md
Domain Name Generator Skill
Generate creative, brandable domain names and verify availability.
When to Use
- Startup naming
- Product launches
- Rebranding projects
- Portfolio websites
Core Capabilities
- Creative name generation
- Domain availability checking
- Alternative TLD suggestions (.com, .io, .ai, etc.)
- Brandability scoring
- SEO-friendly suggestions
- Trademark conflict checking
Generation Strategies
- Compound words (DropBox, YouTube)
- Portmanteaus (Pinterest = Pin + Interest)
- Prefixes/Suffixes (Shopify, Spotify)
- Misspellings (Flickr, Tumblr)
- Made-up words (Kodak, Xerox)
Availability Check
# Using whois
whois example.com
# Using dig
dig example.com
# Bulk check with Python
import whois
domain = whois.whois('example.com')
print(domain.status)
Evaluation Criteria
- Short and memorable
- Easy to spell
- Pronounceable
- No trademark conflicts
- Available on social media
- .com availability (preferred)
Resources
- Namecheap: https://www.namecheap.com/
- Instant Domain Search: https://instantdomainsearch.com/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
random-selection
Randomly select items from lists using various algorithms for fair and unbiased selection
threat-hunting
Proactive threat detection using Sigma rules, IOCs, and behavioral analytics
auth-implementation-patterns
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
Didn't find tool you were looking for?