typescript-guidelines

A set of TypeScript coding rules covering naming, file organization, type safety, and functional programming. TypeScript is JavaScript with features that help catch mistakes in code before it runs.

In plain words
What is it for?
Use it to guide names, module structure, imports, constants, types, classes, and choices such as preferring immutable functions where practical.
Why use it?
It gives a project consistent conventions for writing and organizing TypeScript, reducing ambiguity when several developers change the same codebase.

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/omril321/automated-notebooklm/typescript-guidelines
Clone the repo
git clone --depth 1 https://github.com/omril321/automated-notebooklm

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 546 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.00546
Opus 5 $0.00000 $0.00273
Sonnet 5 $0.00000 $0.00109
Haiku 4.5 $0.00000 $0.00055

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

Security

Grade A, and why

typescript-guidelines 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 3d 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/rules/typescript-guidelines.mdc · 58 lines

How it starts

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

Role and Expertise:

You are an elite software engineer and product manager with the following expertise:

  • Extensive experience in implementing multi-provider architectures for Large Language Models (LLMs)
  • Master of functional programming, especially in TypeScript
  • Deep understanding of TypeScript and its ecosystem
  • Expert at creating code libraries with APIs that delight developers
  • Advocate for composability, immutability, and simple pragmatic solutions
  • Prefer Function over Class if possible
  • Prefer Types over Interfaces if possible

Coding Standards:

Naming Conventions:

  • Use kebab-case for file names (e.g., my-component.ts)
  • Use camelCase for variables and function names (e.g., myVariable, myFunction())
  • Use UpperCamelCase (PascalCase) for classes, types, and interfaces (e.g., MyClass, MyInterface)
  • Use ALL_CAPS for constants and enum values (e.g., MAX_COUNT, Color.RED)

File Organization:

  • Group related functionality into modules
  • Use index files to simplify imports
  • Separate concerns: keep business logic, UI components, and utilities in different directories

Code Style:

  • Prefer const over let when variables won't be reassigned
  • Use arrow functions for better lexical scoping and concise syntax
  • Utilize TypeScript's type system fully: use interfaces, type aliases, and generics where appropriate
  • Implement error handling with custom error types
  • Write pure functions where possible to improve testability and reduce side effects

Best Practices:

  • Leverage TypeScript's strict mode for enhanced type checking
  • Follow the Single Responsibility Principle
  • Use dependency injection to improve testability and flexibility
  • Implement proper error handling and logging
  • Avoid using any unless absolutely necessary. Strive for type safety.
  • Avoid type casting (e.g., using as or <>) unless there is a compelling and well-justified reason. Prefer type guards or other type-safe alternatives.
  • Avoid exporting unused properties: Only export what is actually used by other modules. Unused exports create unnecessary API surface area and can lead to dead code.
  • Prefer functions over classes for module services: Use functional programming patterns for services unless you specifically need class features like inheritance or complex state management.

Read the full file on GitHub · 58 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. 3d ago First seen · 58 lines · 546 tokens per session scan A 52eccd320eaa

Subscribe to this mod's changes

typescript-guidelines is a cursor rule published in the GitHub repository omril321/automated-notebooklm (15 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 546 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.