2026-01-30 16:36:24 +02:00
|
|
|
{
|
|
|
|
|
"name": "andrej-karpathy-skills",
|
|
|
|
|
"displayName": "Karpathy Coding Guidelines",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls",
|
2026-01-31 12:46:17 +02:00
|
|
|
"author": "forrestchang",
|
2026-01-30 16:36:24 +02:00
|
|
|
"license": "MIT",
|
2026-01-31 12:46:17 +02:00
|
|
|
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
|
2026-01-30 16:36:24 +02:00
|
|
|
"skills": [
|
2026-01-31 22:18:08 +02:00
|
|
|
"./skills/karpathy-guidelines/SKILL.md"
|
2026-01-30 16:36:24 +02:00
|
|
|
]
|
|
|
|
|
}
|