Files
Shehab TarekandClaude Opus 4.5 68b67a5bd7 Fix plugin.json schema validation errors
- 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>
2026-01-31 22:27:06 +02:00

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"]
}