with-javascript

A coding style guide for JavaScript and TypeScript covering file names, naming conventions, consistency, and safe refactoring practices.

In plain words
What is it for?
Use it when generating, reviewing, or refactoring JavaScript and TypeScript files.
Why use it?
It helps generated code match the project's existing patterns and avoids unnecessary renaming that could break imports or configuration.

Cursor rule 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 rules/zackiles/cursor-config/with-javascript
Clone the repo
git clone --depth 1 https://github.com/zackiles/cursor-config

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 6,240 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.06240
Opus 5 $0.00000 $0.03120
Sonnet 5 $0.00000 $0.01248
Haiku 4.5 $0.00000 $0.00624

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

Security

Grade A, and why

with-javascript 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 2d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.cursor/rules/global/with-javascript.mdc · 457 lines

How it starts

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

CODING STYLE GUIDE, RULES, AND STANDARDS (JAVASCRIPT AND TYPESCRIPT)

Follow the below coding standards, rules, best practices and style guides.

Naming and Casing

  • kebab-case: when file names contain two words such as some-file.ts
  • camelCase: for instance names.
  • PascalCase: for class and symbol names.
  • UPPER_SNAKE_CASE: for constants.
  • Consistent: When naming things, always review the naming patterns and conventions of similar this and follow that those
  • Evolve Names Over: Time: When refactoring, rename not just what you’re changing but also related things to improve patterns and conventions across the codebase.
Naming Specificity
  • Broad or abstracted names for top-level things such as: namespaces, classes, types shared by multiple files, or global conceps and terms.
  • Narrow or specific or descriptive names for local or specific things, or when other rules, instructions, or consistency in the codebase requires it.
Renaming and Refactoring Names
  • IMPORTANT: Avoid renaming the following unless explicitly asked to: environment or global cinfug variable names, project or package names, import paths, file names, module names.
  • After renaming things, find any JSDoc or inline comments that refer to the things that were named and update them to use the new names.
  • After renaming things, ensure similar things that are named in a way that is similar to the previous name are also refactored to remain consistent naming patterns, conventions, and abstracions.
  • Avoid renaming things in a way that would directly violate any instruction or rule provided to you, or indirectly cause side-effects in the final code that would violate other rules or instructions provided to you.

Code Ordering

When generating, refactoring, or reviewing code files, you will prefer the following ordering of its top-level items:

  • Remote Imports
  • Local Imports
  • Hoisted Variables and References
  • Methods
  • Exports: should be declared according to the rules and instructions defined in the "### Exports" section.

Read the full file on GitHub · 457 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. 2d ago First seen · 457 lines · 6,240 tokens per session scan A 5e4fab8e7d84

Subscribe to this mod's changes

with-javascript is a cursor rule published in the GitHub repository zackiles/cursor-config (17 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,240 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.