Agent skill
brand-name-studio
Generates brand names based on phonesthetics, domain availability logic, and "Stickiness Scoring."
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/brand-name-studio
SKILL.md
Brand Name Studio
This skill generates memorable brand names and evaluates their potential.
Input Variables
- [NICHE_REPORT] (from niche-validator)
- [PRODUCT_SUMMARY] (Brief description of what it is)
The Protocol
- Semantic Mapping: List 50 keywords related to the product, emotions, and benefits.
- Name Generation: Create names using 4 distinct strategies:
- Descriptive: Tells you what it is (e.g., The Dollar Shave Club).
- Evocative: Metaphorical (e.g., Amazon, Apple).
- Invented: Neologisms (e.g., Kodak, Spotify).
- Compound: Two words combined (e.g., Facebook, Snapdragon).
- Phonesthetic Check: Ensure the name sounds good (rhythm, alliteration).
- Stickiness Scoring: Rate 1-10 on Memorability, Spelling Simplicity, and Pronunciation.
- Availability Check: (Simulated) Check if .com is likely taken. Suggest creative alternatives.
Output Instructions
Render into templates/brand-name-options.md. Present top 10 candidates.
Integration & Technical Specs
API Specification
- ID:
brand-name-studio - Path:
skills/brand-name-studio/templates/brand-name-options.md - Context: Part of Brand Identity
Data Flow
- Input: Derived from project context and upstream skills.
- Output: Generates
brand-name-options.md.
CLI Usage
bun scripts/cli.ts activate brand-name-studio
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?