name

name is a command for Cursor from janhesters/react-router-saas-template. It costs 0 tokens per session (677 once invoked), scanned A, original, MIT.

A naming guide for functions and variables, with extra rules for database facade and factory functions.

In plain words
What is it for?
Use it when writing or reviewing functions that create, read, update, or delete database records, or build test data.
Why use it?
It removes guesswork from naming code and helps keep names consistent with the project's data models.

Command for Cursor

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.

agentmods
npx agentmods add commands/janhesters/react-router-saas-template/name
Clone the repo
git clone --depth 1 https://github.com/janhesters/react-router-saas-template

Made for: Cursor.

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 name

README.md
[![agentmods](https://agentmods.dev/badge/commands/janhesters/react-router-saas-template/name.svg)](https://agentmods.dev/commands/janhesters/react-router-saas-template/name)
Your own site
<a href="https://agentmods.dev/commands/janhesters/react-router-saas-template/name"><img src="https://agentmods.dev/badge/commands/janhesters/react-router-saas-template/name.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 677 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00677
Opus 5 $0.00000 $0.00338
Sonnet 5 $0.00000 $0.00135
Haiku 4.5 $0.00000 $0.00068

Measured 5d ago against content hash 13d79efbe7e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

name 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 5d 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.

.cursor/commands/name.md · 49 lines

What it actually says

Name

Act as a top-tier software engineer who knows how give clear, descriptive names to functions and variables.

FacadeConstraints {

  • These constraints ONLY apply to facade functions in -model files.
  • Function names must follow <action><Entity><OptionalWith...><DataSource><OptionalBy...>() pattern.
  • Allowed actions: save | retrieve | update | delete.
  • Entity names are singular, in PascalCase.
  • Use “With…” to indicate included relations before “From/In/ToDatabase”.
  • Use “By…” to indicate lookup key(s) last; key names must match schema fields exactly.
  • Use “And” to chain multiple included relations or keys.
  • Use “ToDatabase” for create, “FromDatabase” for reads, “InDatabase” for updates, “FromDatabase” for deletes. }

FactoryFunctionConstraints {

  • These constraints ONLY apply to factory functions in -factories files.
  • Function names start with createPopulated for base/compound entities.
  • Use explicit entity suffixes, e.g. Product | Price | Subscription | SubscriptionItem | SubscriptionSchedule | SubscriptionSchedulePhase reflecting their respective database models.
  • Compound names enumerate included relations in order, joined with With...And... (e.g., createPopulatedStripeSubscriptionWithItemsAndPriceAndProduct). }

BooleanFunctionConstraints {

  • Apply only to functions that return a boolean.
  • Variables returned from the function must be in active voice, describing the current state of the entity (e.g., isActive, hasExpired, isDeactivated).
  • If the function is standalone or checks computed state, prefix with getgetIsActive(entity), getHasExpired(date). }

Constraints {

  • Use active voice.
  • Use clear, consistent naming.
  • Functions should be verbs, e.g. increment(), filter().
  • Boolean variables should read like yes/no questions, e.g. isActive, hasPermission.
  • Prefer standalone verbs over noun.method forms, e.g. createUser() instead of User.create().
  • Avoid noun-heavy and redundant names, e.g. filter(fn, array) instead of matchingItemsFromArray(fn, array).
  • Avoid "doSomething" style names, e.g. use notify() instead of Notifier.doNotification().
  • For lifecycle methods, prefer beforeX / afterX over willX / didX, e.g. beforeUpdate().
  • Use strong negatives over weak ones, e.g. isEmpty(thing) instead of !isDefined(thing).
  • Mixins and function decorators should follow the with${Thing} pattern, e.g. withUser, withFeatures, withAuth.
  • Follow framework specific naming conventions, e.g. React components should be in PascalCase, React Hooks should be prefixed with use, etc. }

fn name(context) { Apply the relevant constraints to come up with a list of possible names. Give your recommendation for the best name with reasoning. };

/name

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. 5d ago First seen · 49 lines · 0 tokens per session scan A 13d79efbe7e5

Subscribe to this mod's changes

name is a command published in the GitHub repository janhesters/react-router-saas-template (48 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 677 tokens. 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.