andrej-karpathy-skills-cursor-vscode
Andrej Karpathy skills for your Cursor or VS Code editor
Install / Use
npx skills add mbeijen/andrej-karpathy-skills-cursor-vscodeInstalls into whichever agent you are using.
.cursorrules
Cursor IDE rules (legacy)
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubAndrej Karpathy Skills (Cursor & VS Code)
Turns the Karpathy-inspired coding guidelines into rule files you can use in Cursor and VS Code.
Disclaimer: This plugin was written using the Cursor agent as part of the Samotics AI Challenge Day.
Install (recommended)
VS Code: Open the Extensions view (Ctrl+Shift+X / Cmd+Shift+X), search for “Andrej Karpathy Skills”, and install.
Cursor: Cursor uses the Open VSX Registry, not the Microsoft Marketplace. Search for “Andrej Karpathy Skills” in the Extensions view, or install from Open VSX:
About the “untrusted publisher” warning: VS Code may show a warning that the publisher is not verified. This extension is new; Microsoft requires publishers to have had an extension on the marketplace for at least 6 months before they can apply for the verified badge. The warning is expected and safe to accept. Verification will be requested once eligible.
After installing, open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run:
- Karpathy Rules: Add to project (.cursor/rules) — adds the guidelines to
.cursor/rules/withalwaysApply: true(recommended for Cursor). - Karpathy Rules: Add to .cursorrules (legacy) — appends to
.cursorrulesin the project root.
The four principles
- Think Before Coding — Don’t assume; surface tradeoffs and ask when unclear.
- Simplicity First — Minimum code, no speculative features or abstractions.
- Surgical Changes — Touch only what’s needed; don’t “improve” unrelated code.
- Goal-Driven Execution — Define success criteria and verify (e.g. with tests).
A note on “just markdown”
I find it a bit wild that extensions for your editor can be little more than a markdown file of sixty-odd lines—no runtime, no dependencies—and still resonate enough to get 3,500+ stars on GitHub, like the original Claude Karpathy skills repo. The leverage is in the instructions, not the machinery. This extension is a small step to get that same content one click away in Cursor and VS Code.
If this repo is useful to you, don’t forget to ⭐ star it—it helps others find it.
Manual setup (without the extension)
If you prefer not to use the extension:
- Cursor: Copy
rules/karpathy-guidelines.mdinto your project as.cursor/rules/karpathy-guidelines.md(or.mdc); addalwaysApply: truein frontmatter if desired. - Legacy: Copy the contents into a
.cursorrulesfile in your project root.
License
Guidelines adapted from forrestchang/andrej-karpathy-skills (MIT). This repo’s conversion and extension are under the same spirit; see upstream for exact terms.
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
