home / skills / steveclarke / dotfiles / domain-name-brainstormer
/ai/skills/domain-name-brainstormer
This skill brainstorms creative domain names for your project and checks availability across multiple TLDs, saving time and guiding branding decisions.
npx playbooks add skill steveclarke/dotfiles --skill domain-name-brainstormerReview the files below or copy the command above to add this skill to your agents.
---
name: domain-name-brainstormer
description: 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.
---
# 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.
## 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
- **Priority Method**: Uses `rdap` CLI (OpenRDAP) for structured, reliable lookups
- **Fallback**: Uses `whois` CLI if `rdap` is not installed
- **Best accuracy**: Use the `opensrs` skill if available (registrar-level checks + pricing)
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
- **.click**: Action-oriented, great for tools where users click to do something
- **.link**: Clean, trustworthy for link-based products
- **.xyz**: Modern, creative projects
- **.design**: Creative/design agencies
- **.tech**: Technology companies
- **.today**: Timely, action-oriented
### Domain Hacks
Split a word across the name and TLD to spell something out:
| TLD | Example | Reads as |
|-----|---------|----------|
| `.al` | `approv.al` | "approval" |
| `.de` | `deci.de` | "decide" |
| `.se` | `respon.se` | "response" |
| `.it` | `approve.it` | "approve it" |
| `.do` | `approve.do` | "approve do" |
| `.to` | `greenlight.to` | "greenlight to" |
| `.is` | `what.is` | "what is" |
| `.ly` | `quick.ly` | "quickly" |
| `.er` | `develop.er` | "developer" |
| `.es` | `not.es` | "notes" |
| `.in` | `log.in` | "log in" |
**Note:** Many domain hack TLDs are ccTLDs without RDAP support β check availability at a registrar directly.
## 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
## Implementation Notes
### Checking Availability
**Primary tool:** `rdap` CLI (OpenRDAP) β modern replacement for `whois`. Returns structured JSON, works much better with newer TLDs (.click, .app, .today). Install: `go install github.com/openrdap/rdap/cmd/rdap@latest`. Use `--json` flag for machine-readable output.
**Fallback:** `whois` CLI if `rdap` is not installed.
**Key statuses:** "pending delete" means the domain is expiring and may become available soon β worth monitoring.
**RDAP limitations:** Some ccTLDs have no RDAP servers (`.al`, `.do`, `.so`, `.to`) β must check at a registrar directly.
**OpenSRS integration:** If the `opensrs` skill is available, use it for authoritative availability checks, full TLD discovery, and pricing info. OpenSRS provides registrar-level accuracy that `rdap`/`whois` can't match, especially for newer TLDs.
## Related Tools
After picking a domain:
- Check logo design options
- Verify social media handles
- Research trademark availability
- Plan brand identity colors/fonts
This skill generates creative domain name ideas tailored to your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, .app, etc.). It saves hours of manual brainstorming and domain checks by combining project analysis, name generation, and availability verification. The output includes prioritized suggestions, alternatives, and brief branding notes so you can pick and register quickly.
I analyze your project description, target audience, and any keywords or preferences you provide to generate memorable, brandable domain options. For each candidate I check registration status across common TLDs using the whois utility when available, and fall back to web APIs or registry lookups when whois is not present. Results include available domains, taken/premium indicators, pricing guidance, and short notes on why a name works or what to avoid.
How reliable are availability checks?
Whois-based checks are fast and reliable; when whois is unavailable I use registry APIs which are generally accurate but can be rate-limited or slightly delayed.
Which TLDs do you check?
I check common TLDs (.com, .io, .dev, .ai, .app, .co, .tech, .design) and can add others on request, including industry-specific extensions.