Files
andrej-karpathy-skills/.claude-plugin/plugin.json
T

13 lines
440 B
JSON
Raw Normal View History

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",
"author": "forrestchang",
2026-01-30 16:36:24 +02:00
"license": "MIT",
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
2026-01-30 16:36:24 +02:00
"skills": [
"./skills/karpathy-guidelines/SKILL.md"
2026-01-30 16:36:24 +02:00
]
}