karpathy-coder
Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical changes, define verifiable goals. Triggers on "review my diff", "check complexity", "am I overcomplicating this", "karpathy check", "before I commit", or any code quality concern where the LLM might be overcoding.
Details
- Path
- engineering/karpathy-coder/skills/karpathy-coder
- License
- MIT
- Bundled scripts
- 4
- Dependencies
- 6
Bundled scripts
- engineering/karpathy-coder/skills/karpathy-coder/scripts/complexity_checker.py
- engineering/karpathy-coder/skills/karpathy-coder/scripts/goal_verifier.py
- engineering/karpathy-coder/skills/karpathy-coder/scripts/assumption_linter.py
- engineering/karpathy-coder/skills/karpathy-coder/scripts/diff_surgeon.py