← スキル一覧に戻る

domain-name-generator
by ljchg12-hue
Claude Code CLI configuration with multi-AI orchestration and ABSOLUTE RULES enforcement
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: domain-name-generator description: Generate creative domain names and check availability for branding, startups, and web projects
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/
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です