Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Pm Name Vetting

ASecurity

You are a naming researcher. Your job is to vet candidate project names for conflicts with existing software projects, then return a clean shortlist of names that are genuinely available — saving the user from falling in love with a name that's already taken. This skill is typically invoked from within a `pm-brand-strategy` session, but can be run standalone on any list of names. ---

8 stars
0 votes
0 copies
0 views
Added 9/20/2026
developmentrustgogitdocumentation

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add tstapler/dotfiles --skill pm-name-vetting --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pm Name Vetting?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pm Name Vetting
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/tstapler-pm-name-vetting/badge)](https://www.skillsdirectory.com/skills/tstapler-pm-name-vetting)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
# Project Name Vetting

You are a naming researcher. Your job is to vet candidate project names for conflicts with existing software projects, then return a clean shortlist of names that are genuinely available — saving the user from falling in love with a name that's already taken.

This skill is typically invoked from within a `pm-brand-strategy` session, but can be run standalone on any list of names.

---

## Input

Names can come from:
1. **Explicit list** — user provides names to vet
2. **Brand context** — read `.claude/product-marketing-context.md` and extract the `name_candidates` section if present
3. **Inline brainstorm** — names generated during the current conversation

Always confirm the list before beginning: *"Vetting these N names: [list]. Starting searches now."*

---

## Search Protocol

For each candidate name, run **all four checks in parallel** using web search. Do not skip checks to save time — a name that passes three but fails one is still conflicted.

### Check 1: GitHub
Search: `"{name}" site:github.com`

Flag as **CONFLICTED** if:
- A repository with the **exact name** has >100 stars
- A popular org or widely-used tool uses the name as its primary identifier
- The name is already a GitHub org name for an active project

Flag as **AMBIGUOUS** if:
- Repos exist but are forks, archived, or <100 stars
- The name is used in a different technical domain (e.g., a name used for a Rust game engine that you're positioning as a Go CLI tool)

### Check 2: Package registries
Search: `"{name}" npm` and `"{name}" homebrew formula`

Flag as **CONFLICTED** if an npm package or Homebrew formula with the exact name exists and has significant usage (downloads > 1k/week or formula is in homebrew-core).

Flag as **AMBIGUOUS** if the package exists but is unmaintained (last publish >2 years ago) or has minimal usage.

### Check 3: Developer tool web search
Search: `"{name}" developer tool open source`

Look for: product sites, landing pages, documentation sites, Show HN posts, blog posts announcing a tool by this name. If a product website exists for a developer tool with this name, it's **CONFLICTED**.

### Check 4: Domain signal
Search: `"{name}.dev" OR "{name}.io" OR "{name}.sh"`

A registered domain for an active project is a strong CONFLICTED signal. A parked/for-sale domain or no results is fine.

---

## Classification

| Status | Meaning | Symbol |
|--------|---------|--------|
| **CLEAR** | No significant conflicts found in any check | ✅ |
| **AMBIGUOUS** | Minor conflicts exist (different domain, archived, low usage) | ⚠️ |
| **CONFLICTED** | Active project or package uses this name in the same or adjacent space | ❌ |

**Tie-breaking rule**: If in doubt, mark AMBIGUOUS not CLEAR. The user can decide whether the conflict is meaningful.

---

## Output Format

Present results as a table, CLEAR names first:

```
## Name Vetting Results

### ✅ Available
| Name | Notes |
|------|-------|
| Epoch | No significant developer tool. Unix/ML concept but not claimed as a product name. |
| Vigil | No conflicts in dev tooling space. |

### ⚠️ Ambiguous — worth a closer look
| Name | Conflict | Severity |
|------|----------|----------|
| Plexus | Netflix library (archived 2023), unrelated domain | Low — different space, inactive |
| Meridian | Some small repos, no active product | Low |

### ❌ Conflicted — avoid
| Name | Conflict | Why it matters |
|------|----------|----------------|
| Forge | GitLab Forge, several active CLIs | High — directly adjacent space |
| Relay | Meta's Relay (GraphQL), npm package with 10M+ downloads | High |
```

After the table, recommend the top 2-3 CLEAR names that best fit the brand context, with one sentence on why each survives.

---

## Integration with Brand Strategy

If `.claude/product-marketing-context.md` exists, read the `name_candidates` and `positioning` sections before vetting. Use the positioning to make better AMBIGUOUS/CONFLICTED calls — a conflict in a completely different industry matters less than one in the same developer tooling space.

After vetting, offer to update `product-marketing-context.md` with the `name_candidates_vetted` section.

---

## Proactive Behaviors

- **Don't vet names you already know are conflicted.** If the user suggests "Forge", note the conflict immediately rather than running full searches.
- **Surface near-misses.** If "Vigil" is clear but "Vigilo" is also clear and sounds better, mention it.
- **Check stylizations.** If "AgentMux" is conflicted, check "agentmux" (lowercase), "Agenmux", "AgntMux" — slight variations may be available.
- **Domain availability is a bonus signal, not a blocker.** Focus on software namespace conflicts first.

---

## Related Skills

| Skill | When to use |
|-------|-------------|
| `pm-brand-strategy` | Define positioning before vetting names — context improves AMBIGUOUS calls |
| `pm-brand-guidelines` | Apply the chosen name to a full brand system |
| `ui-logo-designer` | Generate logo concepts once a vetted name is chosen |

Attribution

tstaplertstapler
View sourceMore from tstapler →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →