#5 · Primary category: AI Coding Assistants
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Project last updated:04/20/26
GitHub Stars
208.7K
Forks
21.3K
Contributors
7
License
Other
Why we included this project
Andrej Karpathy has called out how coding models make silent assumptions, overcomplicate code, and edit things they don't fully understand. This project packages those observations into four rules for Claude Code: think before coding, simplicity first, surgical changes, and goal-driven execution. Each rule comes with concrete checks, so the agent is told to ask when it's unsure, keep changes minimal, and make sure every edited line relates to what was actually requested. It works as a CLAUDE.md or a Claude Code plugin, and there's a Cursor rule file so the same guidance carries across tools. If you're tired of your coding agent refactoring things you never asked it to touch, this is a cheap way to set expectations before it starts.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.