060-coding-patterns

Coding rules that favor simple, reusable solutions and fit changes to the existing codebase.

In plain words
What is it for?
Adding features, fixing bugs, refactoring code, checking existing utilities, and keeping tests and project structure consistent.
Why use it?
They reduce duplicated logic, fake production data, unnecessary patterns, and accidental changes to unrelated files 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/synaptiai/prompt-decorators/060-coding-patterns
Clone the repo
git clone --depth 1 https://github.com/synaptiai/prompt-decorators

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 369 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.00369
Opus 5 $0.00000 $0.00185
Sonnet 5 $0.00000 $0.00074
Haiku 4.5 $0.00000 $0.00037

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

Security

Grade A, and why

060-coding-patterns 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.

.cursor/rules/060-coding-patterns.mdc · 53 lines

What it actually says

Coding Pattern Preferences

1.0.0

Context

  • When writing new code or modifying existing code
  • When implementing features or fixing bugs
  • When refactoring or optimizing code

Requirements

  • Prefer simple solutions over complex ones
  • Avoid code duplication by checking for similar functionality elsewhere in the codebase
  • Ensure code complies with pre-commit requirements
  • Only make changes that are explicitly requested or well understood
  • Exhaust all options within existing implementation before introducing new patterns
  • Remove old implementations when introducing new ones to avoid duplicate logic
  • Keep codebase clean and organized
  • Avoid writing scripts in files, especially for one-time operations
  • Refactor files exceeding 200-300 lines of code
  • Use mocking data only for tests, never for dev or prod environments
  • Never add stubbing or fake data patterns affecting dev or prod environments
  • Never overwrite env files without explicit confirmation

Examples

base_total = sum(item.price for item in items)
return apply_discount(base_total)  # Reusing existing functionality
# Reimplementing discount logic that already exists in utils.pricing
if base_total > 100:
    return base_total * 0.9
else:
    return base_total
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 · 53 lines · 369 tokens per session scan A fbfa97a45f53

Subscribe to this mod's changes

060-coding-patterns is a cursor rule published in the GitHub repository synaptiai/prompt-decorators (43 stars, last pushed 9d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 369 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.