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.
npx agentmods add commands/janhesters/react-router-saas-template/namegit clone --depth 1 https://github.com/janhesters/react-router-saas-templateWrote 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.
[](https://agentmods.dev/commands/janhesters/react-router-saas-template/name)<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>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.
| Model | Per session | Once 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 |
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.
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
-modelfiles. - 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
-factoriesfiles. - Function names start with
createPopulatedfor 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
get→getIsActive(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.methodforms, e.g.createUser()instead ofUser.create(). - Avoid noun-heavy and redundant names, e.g.
filter(fn, array)instead ofmatchingItemsFromArray(fn, array). - Avoid
"doSomething"style names, e.g. usenotify()instead ofNotifier.doNotification(). - For lifecycle methods, prefer
beforeX/afterXoverwillX/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
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.
- 5d ago First seen · 49 lines · 0 tokens per session scan A 13d79efbe7e5
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.
Other commands, from other repositories
research
Research technology, services, and products to meet requirements with build vs buy analysis.
ai-update
Update all CLAUDE.md files across the monorepo to reflect the current state of the codebase.
build
Smart build with validation, error detection, and auto-fix.
pre-commit-full
Command: /pre-commit-full Purpose: Comprehensive pre-commit validation orchestrating all error prevention checks.
scan-errors
Command: /scan-errors Purpose: Pattern-based error detection across the entire codebase with bulk auto-fix capabilities.
feature
Command "feature" from databayt/hogwarts, covering feature development command, usage, basic usage, with detailed requirements and with specific technical constraints.