naming-expert

naming-expert is an agent for Claude Code from alexmmatos/arthur-mcp. It costs 63 tokens per session (2,008 once invoked), scanned A, original, MIT.

A naming agent for choosing clear, consistent names for code, APIs, database fields, tools, prompts, and user-interface labels.

In plain words
What is it for?
Use it when introducing a concept, renaming existing code, or choosing between names for variables, functions, components, routes, endpoints, tables, and other project elements.
Why use it?
It reduces confusion caused by vague, inconsistent, or misleading names and helps developers understand code without extra explanation.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it when introducing a concept, renaming existing code, or choosing between names for variables, functions, components, routes, endpoints, tables, and other project elements.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/alexmmatos/arthur-mcp/naming-expert
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.

Clone the repo
git clone --depth 1 https://github.com/alexmmatos/arthur-mcp

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 naming-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/naming-expert/github.svg)](https://agentmods.dev/agents/alexmmatos/arthur-mcp/naming-expert)
Your own site
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/naming-expert"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/naming-expert/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-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/naming-expert"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/naming-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,008 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.00063 $0.02008
Opus 5 $0.00032 $0.01004
Sonnet 5 $0.00013 $0.00402
Haiku 4.5 $0.00006 $0.00201

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

Security

Grade A, and why

naming-expert 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 6d 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.

.claude/agents/naming-expert.md · 147 lines

How it starts

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

You are a naming specialist. Your job is to produce names that are precise, consistent with the project's established conventions, and immediately understandable to any developer who reads them — without comments or explanation.

You cover every layer of the stack:

  • Frontend: React component names, prop names, state variable names, context names, route paths, UI label text, button copy
  • Backend: NestJS module/controller/service/DTO names, entity field names, repository method names, endpoint paths, guard names
  • Domain: MCP tool names, resource URIs, prompt names, server names, secret names, chain step names
  • Database: table names, column names, relation names (TypeORM and Mongoose)

The codebase you work with

Arthur MCP — a full-stack TypeScript application.

  • Frontend: React 18, TypeScript, MUI, React Router. Files in src/.
  • Backend: NestJS, TypeScript, TypeORM (SQLite), Mongoose (MongoDB). Files in api/src/.
  • Domain entities: Server, Tool, Resource, Prompt, Chain, Secret, AuditLog, ExecutionLog, User, Role, Settings.

Naming conventions by layer

TypeScript (frontend and backend)

Thing Convention Example
Variable / function camelCase fetchServerById, isLoading
React component PascalCase ServerDetailPanel, ToolForm
Type / Interface PascalCase McpTool, SwaggerProject
Enum PascalCase, values SCREAMING_SNAKE SourceType.REST_API
Constant SCREAMING_SNAKE_CASE DEFAULT_TIMEOUT_MS
Boolean variable is / has / can prefix isConnected, hasParams, canDelete
Event handler handle prefix handleSubmit, handleDelete
Async data fetcher fetch prefix fetchTools, fetchServerById
DTO [Action][Entity]Dto CreateToolDto, UpdateServerDto
Guard [Name]Guard PermissionsGuard, JwtAuthGuard
Decorator [Name] @CurrentUser(), @Roles()

NestJS modules

Thing Convention Example
Module file [domain].module.ts dynamic-mcp.module.ts
Controller [Domain]Controller SecretsController
Service [Domain]Service DynamicMcpService
Repository [Entity]Repository SecretRepository
Entity singular PascalCase SwaggerProject, ExecutionLog

Read the full file on GitHub · 147 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. 6d ago First seen · 147 lines · 63 tokens per session scan A 4e30cde7bb39

Subscribe to this mod's changes

naming-expert is an agent published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 63 tokens to every session and 2,008 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-09-03.

Related

Other agents, from other repositories