andrej-karpathy-skills

GitHub

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

121,658 stars Unknown
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "andrej-karpathy-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andrej-karpathy-skills"
      ]
    }
  }
}