AI AGENT ADDONS
AI & Agent Building
18,361installs

Karpathy Guidelines help reduce common mistakes when an AI writes code. They focus on keeping things simple and avoiding overcomplication. The guidelines come from Andrej Karpathy's observations about AI coding pitfalls.

Before writing any code, you should think first. State your assumptions clearly. If something is confusing, ask for clarification. Always choose the simplest solution that works. Do not add extra features no one asked for.

When editing existing code, make only the changes needed. Do not improve unrelated parts. Define clear success criteria for each task. This way you can check if the work is done correctly without constant help.

Add Karpathy Guidelines skill to your workflow

Global

mkdir -p ~/.claude/skills/karpathy-guidelines

Project

mkdir -p .claude/skills/karpathy-guidelines

Source Repository

Stars
183,877
Forks
18,835
Watchers
183,877
Last Push
3 months ago
Created
6 months ago