Skip to content

jlbgit/JansCursorRules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jan's Cursor Rules

v0.2.0

A curated set of .mdc rule files for Cursor that shape AI assistant behavior toward careful, minimal, high-quality code.

What's in here

Rules (.mdc files)

File Purpose
cursor-assistant.mdc Core behavioral guidelines — thinking before coding, simplicity, surgical changes, goal-driven execution
safety.mdc Guards against destructive filesystem and git operations
python.mdc Python-specific conventions and tooling standards
memory-bank.mdc Memory-bank documentation pattern for session continuity

Skills (skills/ directory)

Skill Purpose
skills/grill-me/ Relentless iterative interview that stress-tests a plan before any code is written — an explicit, structured version of "challenge me"

Philosophy

The two rules I care about most are:

  1. Fix things at the cause, not the symptom.
  2. Challenge me. Evaluate my suggestions from all angles and push back when warranted.

The remaining guidelines (simplicity first, surgical changes, goal-driven execution) are heavily influenced by Andrej Karpathy's observations on LLM coding pitfalls, as packaged in forrestchang/andrej-karpathy-skills.

Usage

Copy the .mdc files you want into your project's .cursor/rules/ directory, or use this repo as a reference to build your own.

For skills, copy the folder you want into ~/.cursor/skills/ (global) or .cursor/skills/ (project-scoped). Invoke grill-me explicitly by referencing it in chat when you want to think through a plan before writing any code.

License & Disclaimer

MIT LicenseDisclaimer

About

Cursor .mdc rules and skills for AI-assisted coding — stay minimal, cut to the root cause, and push back when it matters. Blends personal conventions with Karpathy-inspired principles: think before coding, simplicity first, surgical changes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors