mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|||
|
|
"name": "karpathy-skills",
|
||
|
|
"id": "karpathy-skills",
|
||
|
|
"owner": {
|
||
|
|
"name": "forrestchang"
|
||
|
|
},
|
||
|
|
"metadata": {
|
||
|
|
"description": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations",
|
||
|
|
"version": "1.0.0"
|
||
|
|
},
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"name": "andrej-karpathy-skills",
|
||
|
|
"source": "./",
|
||
|
|
"description": "Behavioral guidelines to reduce common LLM coding mistakes: Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"author": {
|
||
|
|
"name": "forrestchang"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"guidelines",
|
||
|
|
"best-practices",
|
||
|
|
"coding",
|
||
|
|
"karpathy"
|
||
|
|
],
|
||
|
|
"category": "workflow"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|