naming-6-gates

naming-6-gates is a skill for Claude Code, Codex from guia-matthieu/clawfu-skills. It costs 52 tokens per session (2,917 once invoked), scanned A, original, MIT.

A six-step process for creating brand, product, or company names that work across languages, are easy to say aloud, can support a story, and may be easier to check for legal conflicts.

In plain words
What is it for?
Naming a new business or product, replacing a name with a legal conflict, expanding to other countries, or naming a voice-controlled product.
Why use it?
It replaces unstructured brainstorming with checks for pronunciation, language use, trademark risk, and how AI systems may handle the name.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Naming a new business or product, replacing a name with a legal conflict, expanding to other countries, or naming a voice-controlled product.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guia-matthieu/clawfu-skills/naming-6-gates
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add guia-matthieu/clawfu-skills --skill naming-6-gates
Clone the repo
git clone --depth 1 https://github.com/guia-matthieu/clawfu-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for naming-6-gates

README.md
[![agentmods](https://agentmods.dev/badge/skills/guia-matthieu/clawfu-skills/naming-6-gates/github.svg)](https://agentmods.dev/skills/guia-matthieu/clawfu-skills/naming-6-gates)
Your own site
<a href="https://agentmods.dev/skills/guia-matthieu/clawfu-skills/naming-6-gates"><img src="https://agentmods.dev/badge/skills/guia-matthieu/clawfu-skills/naming-6-gates/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for naming-6-gates

Your own site · 80×15
<a href="https://agentmods.dev/skills/guia-matthieu/clawfu-skills/naming-6-gates"><img src="https://agentmods.dev/badge/skills/guia-matthieu/clawfu-skills/naming-6-gates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,917 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.02917
Opus 5 $0.00026 $0.01458
Sonnet 5 $0.00010 $0.00583
Haiku 4.5 $0.00005 $0.00292

Measured 12d ago against content hash 99f4d6c2b65a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

naming-6-gates scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/branding/naming-6-gates/SKILL.md · 377 lines

How it starts

The opening of the file, as written. The whole thing — 377 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Naming 6-Gates Protocol

Overview

Brand naming in 2026 is architectural engineering, not creative brainstorming. A name must be:

  1. Machine-compatible - tokenized efficiently by LLMs, citeable by AI engines
  2. Legally defensible - clear of trademark conflicts across jurisdictions
  3. Voice-ready - pronounceable by assistants, invocable without friction
  4. Narratively loaded - capable of carrying a brand story

Core principle: Optimize for AEO (Answer Engine Optimization) first, aesthetics second.

When to Use

  • Creating a new brand, product, or company name
  • Replacing a name due to trademark conflict
  • Expanding internationally (multilingual requirements)
  • Launching a voice-activated product or skill
  • Naming for AI-first discovery (ChatGPT, Perplexity, Gemini recommendations)

When NOT to Use

  • Internal project codenames (no legal/AEO requirements)
  • Temporary campaign names
  • Personal projects with no commercial intent

The 6-Gate Naming Process

digraph naming_process {
    rankdir=TB;
    node [shape=box];

    brief [label="1. BRIEF\nDefine constraints"];
    generate [label="2. GENERATE\nAI-assisted creation"];
    filter [label="3. LINGUISTIC FILTER\nMultilingual stress test"];
    legal [label="4. LEGAL FILTER\nTrademark screening"];
    aeo [label="5. AEO FILTER\nEntity strength test"];
    story [label="6. STORY FILTER\nNarrative potential"];

    brief -> generate -> filter -> legal -> aeo -> story;

    filter -> generate [label="fails" style=dashed];
    legal -> generate [label="conflicts" style=dashed];
    aeo -> generate [label="weak entity" style=dashed];
    story -> generate [label="no narrative" style=dashed];
}

Gate 1: BRIEF (Constraints Definition)

Define hard constraints BEFORE generating:

Constraint Target Why
Length 7-8 letters max Mobile icons, cognitive load, tokenization
Syllables 1-3 syllables Voice invocation, memorability
Character set A-Z only Domain availability, global keyboards
Forbidden sequences ght, ough, silent letters Pronunciation barriers

Read the full file on GitHub · 377 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 377 lines · 52 tokens per session scan A 99f4d6c2b65a

Subscribe to this mod's changes

naming-6-gates is a skill published in the GitHub repository guia-matthieu/clawfu-skills (149 stars, last pushed 5mo ago), licensed MIT. It adds 52 tokens to every session and 2,917 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ads-creative-development

How to produce ad creative that converts at performance scale. Hook patterns, format selection, video pacing, variation systems, sequential testing methodology, fatigue detection, brand-voice alignment without conversion dilution, and platform-specific creative norms. Triggers on ad creative, ad design, hook patterns…

rampstackco/claude-skills · 124 tokens

ads-performance-analytics

How to read paid media dashboards without fooling yourself. Attribution models, platform reporting quirks, multi-platform reconciliation, ROAS vs LTV horizon traps, statistical noise in performance metrics, incrementality testing, and the failure modes that produce expensive lessons. Triggers on read paid media…

rampstackco/claude-skills · 147 tokens

integration-orchestrator

Generate a phased delivery orchestration plan for creative-direction-driven work: which skills run when, what locks at which gate, how handoffs occur, and how the cadence implements in the team's tools (Jira, Linear, Notion, Figma, GitHub) with AI agents via MCP and CLI. A temporal map of phases, lock points, handoff…

rampstackco/claude-skills · 206 tokens

paid-media-strategy

A discipline for running paid media that does not light money on fire. Hypothesis writing for paid spend, channel selection, budget allocation, audience targeting, bid strategy, campaign types, what NOT to spend on, attribution reality, and the failure modes that produce expensive lessons. Triggers on paid media…

rampstackco/claude-skills · 142 tokens

art-direction

Direct visual and creative work for campaigns, photography, illustration, video, and branded experiences. Use this skill whenever the user wants to brief a photographer, direct illustrators, plan a creative campaign, develop visual concepts, or evaluate creative work for fit. Triggers on art direction, photo brief…

rampstackco/claude-skills · 132 tokens

brand-ideation

Generate, evaluate, and narrow brand concepts during early ideation including positioning territories, naming candidates, mood directions, and narrative angles. Use this skill whenever the user is in the early phase of brand creation, exploring brand directions, brainstorming names, building moodboards, generating…

rampstackco/claude-skills · 147 tokens