mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
- Change author from string to object with name property - Remove invalid displayName field - Point skills to directory instead of file (auto-discovery) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
390 B
JSON
12 lines
390 B
JSON
{
|
|
"name": "andrej-karpathy-skills",
|
|
"description": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "forrestchang"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": ["guidelines", "best-practices", "coding", "karpathy"],
|
|
"skills": ["./skills/karpathy-guidelines"]
|
|
}
|