Cursor rule
Karpathy Rules: behavioral guidelines to reduce common LLM coding mistakes.
Cursor rule
Karpathy Rules: behavioral guidelines to reduce common LLM coding mistakes.
Cursor rule
ECC coding style: design principles, immutability, file organization, error handling, validation.
Cursor rule
Security: mandatory checks, secret management.
Cursor rule
Tech stack constraints: mandatory uv/pnpm, Python-first scripts, atomic functions, visualization.
Cursor rule
Testing requirements: 80% coverage, TDD workflow.
Cursor rule
Mandatory mcp-feedback-pro feedback loop: main-agent-only invocation, subagent-disable clause, 10x timeout retry logic.
Cursor rule
Global instructions: language, tech stack, conventions.
Cursor rule
// GOOD — immutable value type public record OrderSummary(Long id, String customerName, BigDecimal total) {}.
Cursor rule
Encapsulate data access behind an interface.
Cursor rule
// BAD private static final String APIKEY = "sk-abc123...".
Cursor rule
Cursor rule "java-testing" from EarthChen/ai-assets, covering java testing, test framework, test organization, unit test pattern and parameterized tests.
Cursor rule
Python coding style extending common rules.
Cursor rule
Use these rules for FastAPI projects alongside the general Python rules.
Cursor rule
Python hooks extending common rules.
Cursor rule
Python patterns extending common rules.
Cursor rule
Python security extending common rules.
Cursor rule
Python testing extending common rules.