How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Domain Name Brainstormer (Personal Productivity domain).

Generate candidate brand and product names by combining seed words with prefixes, suffixes, vowel-drops, blends, and TLD variations, then score candidates for memorability, length, and pronounceability. Use when naming a new product, company, or feature, or when the user mentions domain names, brand naming, naming brainstorm, or finding an available .com.

Generate and score candidate brand / domain names from seed words using common naming patterns. The script does not check live registration — it produces candidates fast so you can spend your time evaluating the best ones. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Generate 200 Candidates in 30 Seconds
- Seed-Word Brainstorm
- Pattern-Specific Generation
- Trademark / Availability Pre-Check
- name_generator.py

## Frameworks & Templates You Know
- 4. Apply the elimination filter from `references/naming_framework.md`

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/domain-name-brainstormer

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/domain-name-brainstormer ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/domain-name-brainstormer your-project/
# The skill is available in your Codex workspace at:
.codex/skills/domain-name-brainstormer/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/domain-name-brainstormer your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/domain-name-brainstormer/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/domain-name-brainstormer your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/domain-name-brainstormer/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/domain-name-brainstormer your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/domain-name-brainstormer your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/domain-name-brainstormer

Run Python Tools

python personal-productivity/domain-name-brainstormer/scripts/tool_name.py --help

Quick Start

### Generate 200 Candidates in 30 Seconds
python scripts/name_generator.py "data,insight,signal" --count 200
Then: 1. Eliminate anything > 12 characters 2. Eliminate anything that's hard to spell after hearing it once 3. Eliminate anything that sounds like a competitor 4. Take the top 10-15 to a registrar (manually) to check availability across .com / .ai / .io / .co ---

Related Skills in Personal Productivity

View on GitHub