project-namer

project-namer is a skill for Claude Code from jackchuka/skills. It costs 23 tokens per session (906 once invoked), scanned A, original, MIT.

A guided naming skill for choosing names for projects, repositories, tools, or products. It explores the purpose, constraints, and preferred style before suggesting and refining options.

In plain words
What is it for?
Generating and narrowing memorable names that fit technical limits, such as package-name rules or command-line use.
Why use it?
It helps when names feel vague, generic, or too closely tied to a particular vendor or technology.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Generating and narrowing memorable names that fit technical limits, such as package-name rules or command-line use.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jackchuka/skills/project-namer
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 jackchuka/skills --skill project-namer
Clone the repo
git clone --depth 1 https://github.com/jackchuka/skills

Made for: Claude Code.

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 project-namer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jackchuka/skills/project-namer.svg)](https://agentmods.dev/skills/jackchuka/skills/project-namer)
Your own site
<a href="https://agentmods.dev/skills/jackchuka/skills/project-namer"><img src="https://agentmods.dev/badge/skills/jackchuka/skills/project-namer.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 906 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
SkillSpector: 1 finding, up to low

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • low Excessive Agency · line 78
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
How audits are shown
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.00023 $0.00906
Opus 5 $0.00012 $0.00453
Sonnet 5 $0.00005 $0.00181
Haiku 4.5 $0.00002 $0.00091

Measured 8d ago against content hash b8adee080882, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

project-namer 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 8d 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.

project-namer/SKILL.md · 117 lines

How it starts

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

Project Namer

Overview

Guide users from vague naming requirements to a memorable, unique name through structured exploration of scope, constraints, and style preferences.

When to Use

  • Naming a new repository, project, tool, or product
  • User is unsure what to call something
  • User rejects initial suggestions as "too generic" or "too vendor-specific"

Core Workflow

digraph naming {
  rankdir=TB;
  "Understand scope" -> "Clarify constraints" -> "Offer style categories" -> "Generate options" -> "Iterate on feedback" -> "Converge";
  "Iterate on feedback" -> "Offer style categories" [label="style shift"];
  "Iterate on feedback" -> "Generate options" [label="refine"];
}

1. Understand Scope

Ask what the project contains and does:

  • Single purpose or multi-purpose?
  • What goes in it? (code, docs, tools, configs)
  • Who uses it? (personal, team, public)

2. Clarify Constraints

Identify naming constraints:

  • Vendor lock-in concerns? (avoid "claude-tools", "openai-kit")
  • Technical limits? (npm name available, no special chars)
  • Must work as CLI command? (short, typeable)

3. Offer Style Categories

Present naming styles - let user pick direction:

Style Examples When to suggest
Functional toolkit, dev-tools, workflows User wants clarity over personality
Character/Butler friday, jeeves, pennyworth User wants personality, memorability
Compound devbox, workstation, codekit Balance of clear + catchy
Metaphor forge, lighthouse, compass Evokes purpose without stating it
Coined vercel, kubectl, nginx Maximum uniqueness, brand potential

4. Generate Options

Within chosen style, generate 5-8 options. For each:

  • Keep short (1-2 syllables preferred)
  • Easy to pronounce (no awkward consonant clusters)
  • Easy to type (avoid special chars, unusual spellings)
  • Room to grow (not too narrow in scope)

Read the full file on GitHub · 117 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. 8d ago First seen · 117 lines · 23 tokens per session scan A b8adee080882

Subscribe to this mod's changes

project-namer is a skill published in the GitHub repository jackchuka/skills (15 stars, last pushed 21d ago), licensed MIT. It adds 23 tokens to every session and 906 once invoked, about $0.0001 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

wechat-article-writer

A Chinese-language content-creation workflow for public-account and social-media writing. It supports article drafting, cover images, illustrations, process diagrams, style analysis, and adapting writing to selected styles.

xstongxue/best-skills · 105 tokens

remotion-upgrade

Upgrade Remotion, and related packages.

guanyang/open-agent-hub · 12 tokens

gemini-watermark-remover

Remove visible Gemini image watermarks from local image files by calling the project's CLI. Use when the user wants an agent to clean one or more local Gemini-generated images and save de-watermarked output files.

GargantuaX/gemini-watermark-remover · 47 tokens

infographic-creator

Create beautiful infographics based on given text content. Use when users request to create infographics.

antvis/chart-visualization-skills · 24 tokens

baocut

BaoCut-only operator for the installed bcut CLI and .bcut projects. Implicitly trigger only when the request explicitly names BaoCut or bcut, targets a .bcut project or BaoCut Subtitle Studio, or continues a BaoCut workflow already established in the conversation. Do not trigger solely for generic audio or video…

JimLiu/baocut · 160 tokens

nano-banana

Generate professional presentation slides and high-quality illustrations using Gemini image generation API (Nano Banana 2), with interactive browser-based review and iterative editing. Full workflow: content planning conversation → slidesplan.json → batch image generation → review with feedback → targeted slide…

EvoScientist/EvoSkills · 128 tokens