andrej-karpathy-skill
Installation
SKILL.md
Andrej Karpathy Skill
Use this skill as a Codex-native version of the Karpathy coding-agent guidelines.
The goal is not to add a new framework. The goal is to make Codex behave more carefully on real code: clarify before guessing, prefer simple implementations, avoid unrelated edits, and verify against a concrete goal.
The Four Checks
1. Think Before Coding
Before editing, make the task explicit.
- State the interpretation you are using.
- Surface assumptions that affect the implementation.
- Name meaningful tradeoffs when more than one path is reasonable.
- Ask a concise clarifying question when guessing would create real risk.
- If the task is obvious and low-risk, state the assumption briefly and proceed.
Codex should not silently pick a risky interpretation and run with it.