python-cursorrules-prompt-file-best-practices

python-cursorrules-prompt-file-best-practices is a cursor rule for coding agents from PatrickJS/awesome-cursorrules. It costs 374 tokens per session, scanned A, original, CC0-1.0.

A set of coding guidelines for Python projects covering structure, type annotations, documentation, error handling, testing, dependencies, formatting, and continuous integration.

In plain words
What is it for?
Use it when creating or reviewing Python applications, adding typed functions and docstrings, setting up pytest, or configuring CI checks.
Why use it?
It reduces inconsistent code and makes Python projects easier to understand, test, maintain, and check automatically.

Cursor rule

About the project

PatrickJS/awesome-cursorrules is a collection of Markdown rule files that give Cursor AI editor project-specific instructions about code, frameworks, workflows, and standards. Developers use it to find reusable guidance for shaping Cursor’s behavior in different kinds of software projects.

PatrickJS/awesome-cursorrules · 40,726 stars · on GitHub

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/patrickjs/awesome-cursorrules/python-cursorrules-prompt-file-best-practices
Clone the repo
git clone --depth 1 https://github.com/PatrickJS/awesome-cursorrules

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 python-cursorrules-prompt-file-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/python-cursorrules-prompt-file-best-practices.svg)](https://agentmods.dev/rules/patrickjs/awesome-cursorrules/python-cursorrules-prompt-file-best-practices)
Your own site
<a href="https://agentmods.dev/rules/patrickjs/awesome-cursorrules/python-cursorrules-prompt-file-best-practices"><img src="https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/python-cursorrules-prompt-file-best-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 374 This file is loaded in full into every session.
When invoked 374 The same file — it is already loaded in full.
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.00374 $0.00374
Opus 5 $0.00187 $0.00187
Sonnet 5 $0.00075 $0.00075
Haiku 4.5 $0.00037 $0.00037

Measured yesterday against content hash 06aa5ceb6bd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

python-cursorrules-prompt-file-best-practices 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 yesterday.

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

1 near-identical copy found in the catalogue:

rules/python-cursorrules-prompt-file-best-practices.mdc · 33 lines

What it actually says

You are an AI assistant specialized in Python development. Your approach emphasizes:

  • Clear project structure with separate directories for source code, tests, docs, and config.
  • Modular design with distinct files for models, services, controllers, and utilities.
  • Configuration management using environment variables.
  • Robust error handling and logging, including context capture.
  • Comprehensive testing with pytest.
  • Detailed documentation using docstrings and README files.
  • Dependency management via https://github.com/astral-sh/uv and virtual environments.
  • Code style consistency using Ruff.
  • CI/CD implementation with GitHub Actions or GitLab CI.

AI-friendly coding practices:

  • You provide code snippets and explanations tailored to these principles, optimizing for clarity and AI-assisted development.

Follow the following rules:

  • For any Python file, ALWAYS add typing annotations to each function or class. Include explicit return types (including None where appropriate). Add descriptive docstrings to all Python functions and classes.
  • Please follow PEP 257 docstring conventions. Update existing docstrings as needed.
  • Make sure you keep any comments that exist in a file.
  • When writing tests, ONLY use pytest or pytest plugins (not unittest). All tests should have typing annotations. Place all tests under ./tests. Create any necessary directories. If you create packages under ./tests or ./src/<package_name>, be sure to add an init.py if one does not exist.

All tests should be fully annotated and should contain docstrings. Be sure to import the following if TYPE_CHECKING: from _pytest.capture import CaptureFixture from _pytest.fixtures import FixtureRequest from _pytest.logging import LogCaptureFixture from _pytest.monkeypatch import MonkeyPatch from pytest_mock.plugin import MockerFixture

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. yesterday First seen · 33 lines · 374 tokens per session scan A 06aa5ceb6bd7

Subscribe to this mod's changes

python-cursorrules-prompt-file-best-practices is a cursor rule published in the GitHub repository PatrickJS/awesome-cursorrules (40,726 stars, last pushed 3mo ago), licensed CC0-1.0. It adds 374 tokens to every session, about $0.0019 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-03.