general

general is a cursor rule for Cursor from Scopeo/draftnrun. It costs 313 tokens per session, scanned A, original, Apache-2.0.

Project coding rules covering documentation updates, Python practices, error handling, dead code, imports, and tests. They require affected documentation and editor rules to change along with code changes.

In plain words
What is it for?
Use them while changing a Python project, especially when modifying routes, tools, components, architecture, or behavior covered by documentation.
Why use it?
They prevent code and its documentation from drifting apart and set consistent expectations for Python changes. They also require regression tests when a bug is fixed.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions Cursor.

Good fit Use them while changing a Python project, especially when modifying routes, tools, components, architecture, or behavior covered by documentation.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/scopeo/draftnrun/general
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.

Clone the repo
git clone --depth 1 https://github.com/Scopeo/draftnrun

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 general

README.md
[![agentmods](https://agentmods.dev/badge/rules/scopeo/draftnrun/general.svg)](https://agentmods.dev/rules/scopeo/draftnrun/general)
Your own site
<a href="https://agentmods.dev/rules/scopeo/draftnrun/general"><img src="https://agentmods.dev/badge/rules/scopeo/draftnrun/general.svg" alt="Measured on agentmods" height="20"></a>
Per session 313 This file is loaded in full into every session.
When invoked 313 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00313 $0.00313
Opus 5 $0.00156 $0.00156
Sonnet 5 $0.00063 $0.00063
Haiku 4.5 $0.00031 $0.00031

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

Security

Grade A, and why

general 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/general.mdc · 37 lines

What it actually says

General

  • We use uv to run python code in this project.
  • We have a low comment policy → avoid comments in the code. Only add comments when it's really necessary.
  • Always position imports at the top of the file.
  • When you are reported a bug that wasn't found by the pytests, write a new test case after fixing the bug.
  • Line length: 119 chars (matches ruff config).

Meta-rule

Every code change MUST include updates to affected documentation (ada_backend/docs/, README files) and cursor rules (.cursor/rules/) in the same change. If you add/remove/rename a route, tool, component, or architectural pattern, update the relevant docs and rules immediately.

Error Handling

  • Never bare except — always specify the exception type.
  • Never bare except Exception without logging — always log to Sentry or the logger.
  • Use if checks instead of try/catch when the check is straightforward.

No Dead Code

  • No commented-out code blocks.
  • No unused imports or variables.
  • No abandoned TODOs without a tracking issue.

Testing

  • Framework: pytest. Run with uv run pytest.
  • Write regression tests for every bug fix.

Domain-Specific Rules

See .cursor/rules/architecture.mdc (always-on architecture context), and domain rules: auth.mdc, engine.mdc, routers.mdc, services.mdc, mcp.mdc.

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 · 37 lines · 313 tokens per session scan A c184f77dd547

Subscribe to this mod's changes

general is a cursor rule published in the GitHub repository Scopeo/draftnrun (30 stars, last pushed 4d ago), licensed Apache-2.0. It adds 313 tokens to every session, about $0.0016 per session on Opus 5. 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-09-04.