name-checker
Installation
SKILL.md
Name Checker
Check product and brand names for conflicts across trademarks, domains, social media, and package registries (npm, PyPI, Homebrew, apt).
Subagent Architecture
This skill uses parallel subagents to handle 13+ sequential web fetches across independent sources. Pattern: B (Parallel Workers) + D (Research+Synthesis).
Agents
| Agent | Role | Output |
|---|---|---|
| social-checker | Search 6 platforms (Twitter, Instagram, GitHub, LinkedIn, TikTok, Discord) in parallel | JSON: per-platform availability status |
| registry-checker | Check npm, PyPI, Homebrew, apt availability with owner info | JSON: per-registry status and owner details |
| domain-checker | Check .com, .io, .app, .co, regional TLDs availability | JSON: per-TLD registration status |
| trademark-checker | Search WIPO, EUIPO, INPI trademark databases | JSON: conflict analysis per database |
| synthesizer | Apply risk matrix and produce final recommendation | Markdown + JSON: Risk level, verdict, alternatives |