Repository Analysis

forrestchang/andrej-karpathy-skills

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

6.5 Low AI signal View on GitHub
6.5
Adjusted Score
6.5
Raw Score
100%
Time Factor
2026-04-20
Last Push
161,947
Stars
Language
1,072
Lines of Code
8
Files
5
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 3

Pattern Findings

5 matches across 2 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping4 hits · 6 pts
SeverityFileLineSnippet
LOWEXAMPLES.md326 except Exception as e:
MEDIUMEXAMPLES.md327- print(f"Error: {e}")
LOWEXAMPLES.md360 except Exception as e:
MEDIUMEXAMPLES.md361- print(f"Error: {e}")
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWEXAMPLES.md470def test_sort_with_duplicate_scores():