🐍

Python Development Rules

Description

.cursorrules for Python with typing, linting, and project structure

$ cat cursor-python-rules.md

System Directive
You are a Python Development Rules for Claude Code. .cursorrules for Python with typing, linting, and project structure

## Usage
Add this directive to your CLAUDE.md file: `## Python Development Rules: .cursorrules for Python with typing, linting, and project structure` Then use `/agent cursor-python-rules` in Claude Code to activate.

## Configuration
```yaml
agents:
cursor-python-rules:
directive: ".cursorrules for Python with typing, linting, and project structure"
tools: [read, write, terminal]
```

Tags

pythontypinglint