.cursor/rules/ file. Because the rule is checked into the repository, anyone who opens the project in Cursor gets consistent behavior without any manual configuration.
Using the committed project rule
The repository includes.cursor/rules/karpathy-guidelines.mdc with alwaysApply: true. When you open the project in Cursor, the rule activates automatically.
1
Open the project in Cursor
Open the
andrej-karpathy-skills folder in Cursor as you would any project.2
Confirm the rule is active
Navigate to Settings → Rules (or the project rules panel) and verify that
karpathy-guidelines appears in the list.3
Start working
The rule is applied to every new conversation in this project. No further setup is needed.
Using the rule in another project
Copy the rule file into any project where you want the same guidelines.1
Create the rules directory if it doesn't exist
2
Copy the rule file
3
Commit the file
Commit
.cursor/rules/karpathy-guidelines.mdc so the rule is shared with your team automatically.Personal Cursor skill (optional)
If you prefer a reusable personal skill rather than a per-project file, useskills/karpathy-guidelines/SKILL.md. Copy or symlink it into your personal Cursor skills directory:
Claude Code vs Cursor
The two tools use different mechanisms to load instructions, so the same content lives in two places:When you change the four principles, keep
CLAUDE.md and .cursor/rules/karpathy-guidelines.mdc in sync. If you also use the published plugin or skill, update skills/karpathy-guidelines/SKILL.md as well so all three sources stay consistent.