domain-name-brainstormer
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
Best use case
domain-name-brainstormer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
Teams using domain-name-brainstormer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/domain-name-brainstormer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How domain-name-brainstormer Compares
| Feature / Agent | domain-name-brainstormer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. ## Prerequisites - **Domain API access**: Whois or domain registrar API for availability checking - **Optional**: Python libraries for DNS lookups (dnspython) ## When to Use This Skill - Starting a new project or company - Launching a product or service - Creating a personal brand or portfolio site - Rebranding an existing project - Registering a domain for a side project - Finding available alternatives when your first choice is taken ## What This Skill Does 1. **Understands Your Project**: Analyzes what you're building and who it's for 2. **Generates Creative Names**: Creates relevant, memorable domain options 3. **Checks Availability**: Verifies which domains are actually available across multiple TLDs 4. **Multiple Extensions**: Suggests .com, .io, .dev, .ai, .app, and more 5. **Provides Alternatives**: Offers variations if top choices are taken 6. **Branding Insights**: Explains why certain names work well ## How to Use ### Basic Brainstorming ``` I'm building a project management tool for remote teams. Suggest domain names. ``` ``` Help me brainstorm domain names for a personal finance app ``` ### Specific Preferences ``` I need a domain name for my AI writing assistant. Prefer short names with .ai or .io extension. ``` ### With Keywords ``` Suggest domain names using the words "pixel" or "studio" for my design agency ``` ## Example **User**: "I'm building a tool for developers to share code snippets. Suggest creative domain names." **Output**: ``` Analyzing your project... Target audience: Developers Key features: Code sharing, snippets, collaboration 🎯 Domain Name Suggestions ## Available (.com) 1. ✓ snippetbox.com - Clear, memorable, available! Why: Directly describes the product, easy to remember 2. ✓ codeclip.com - Short and snappy Why: Implies quick code sharing, only 8 characters 3. ✓ devpaste.com - Developer-focused Why: Familiar to devs (like pastebin), clear purpose ## Available (Alternative TLDs) 4. ✓ snippet.dev - Perfect extension for developers Why: .dev extension signals developer tool 5. ✓ codebox.io - Tech-forward Why: .io popular with tech startups, clean name 6. ✓ sharecode.app - Descriptive Why: .app extension, clearly states the action ## Premium/Taken (.com) - codeshare.com (Taken, est. $2,500) - snippets.com (Taken, premium domain) ## Recommendations 🏆 Top Pick: snippet.dev - Perfect for developer audience - Short and memorable - .dev extension adds credibility - Available now! 🥈 Runner-up: snippetbox.com - .com is universally recognized - Slightly longer but descriptive - Great brandability Next steps: 1. Register your favorite before someone else does! 2. Want me to check more variations? 3. Need help with logo ideas for these names? ``` **Inspired by:** Ben Aiad's use case from Lenny's Newsletter ## Domain Naming Tips ### What Makes a Good Domain ✓ **Short**: Under 15 characters ideal ✓ **Memorable**: Easy to recall and spell ✓ **Pronounceable**: Can be said in conversation ✓ **Descriptive**: Hints at what you do ✓ **Brandable**: Unique enough to stand out ✓ **No hyphens**: Easier to share verbally ### TLD Guide - **.com**: Universal, trusted, great for businesses - **.io**: Tech startups, developer tools - **.dev**: Developer-focused products - **.ai**: AI/ML products - **.app**: Mobile or web applications - **.co**: Alternative to .com - **.xyz**: Modern, creative projects - **.design**: Creative/design agencies - **.tech**: Technology companies ## Advanced Features ### Check Similar Variations ``` Check availability for "codebase" and similar variations across .com, .io, .dev ``` ### Industry-Specific ``` Suggest domain names for a sustainable fashion brand, checking .eco and .fashion TLDs ``` ### Multilingual Options ``` Brainstorm domain names in English and Spanish for a language learning app ``` ### Competitor Analysis ``` Show me domain patterns used by successful project management tools, then suggest similar available ones ``` ## Example Workflows ### Startup Launch 1. Describe your startup idea 2. Get 10-15 domain suggestions across TLDs 3. Review availability and pricing 4. Pick top 3 favorites 5. Register immediately ### Personal Brand 1. Share your name and profession 2. Get variations (firstname.com, firstnamelastname.dev, etc.) 3. Check social media handle availability too 4. Register consistent brand across platforms ### Product Naming 1. Describe product and target market 2. Get creative, brandable names 3. Check trademark conflicts 4. Verify domain and social availability 5. Test names with target audience ## Tips for Success 1. **Act Fast**: Good domains get taken quickly 2. **Register Variations**: Get .com and .io to protect brand 3. **Avoid Numbers**: Hard to communicate verbally 4. **Check Social Media**: Make sure @username is available too 5. **Say It Out Loud**: Test if it's easy to pronounce 6. **Check Trademarks**: Ensure no legal conflicts 7. **Think Long-term**: Will it still make sense in 5 years? ## Pricing Context When suggesting domains, I'll note: - Standard domains: ~$10-15/year - Premium TLDs (.io, .ai): ~$30-50/year - Taken domains: Market price if listed - Premium domains: $hundreds to $thousands ## Related Tools After picking a domain: - Check logo design options - Verify social media handles - Research trademark availability - Plan brand identity colors/fonts
Related Skills
domain-identification-grouping
Groups existing components into logical business domains to plan service-based architecture. Use when asking "which components belong together?", "group these into services", "organize by domain", "component-to-domain mapping", or planning service extraction from an existing codebase. Do NOT use for identifying new domains from scratch (use domain-analysis) or analyzing coupling (use coupling-analysis).
domain-driven-design
Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions "domain modeling", "bounded context", "aggregate root", "ubiquitous language", or "anti-corruption layer". Covers entities vs value objects, domain events, and context mapping strategies. For architecture layers, see clean-architecture. For complexity, see software-design-philosophy.
domain-analysis
Maps business domains and suggests service boundaries in any codebase using DDD Strategic Design. Use when asking "what are the domains in this codebase?", "where should I draw service boundaries?", "identify bounded contexts", "classify subdomains", "DDD analysis", or analyzing domain cohesion. Do NOT use for grouping existing components into domains (use domain-identification-grouping) or dependency analysis (use coupling-analysis).
component-common-domain-detection
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common code between services", "what can be consolidated?", "detect shared domain logic", or analyzing component overlap before refactoring. Do NOT use for code-level duplication detection (use linters) or dependency analysis (use coupling-analysis).
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
update-oo-component-documentation
Update existing object-oriented component documentation following industry best practices and architectural documentation standards.
tailored-resume-generator
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
sync-docs
Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes.
social-content
When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn...
scientific-writing
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.
readme
When the user wants to create or update a README.md file for a project. Also use when the user says 'write readme,' 'create readme,' 'document this project,' 'project documentation,' or asks for he...