mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
- Add marketplace.json required for /plugin marketplace add - Fix skill path to use ./ prefix (relative to plugin root) - Update README with correct two-step install process: 1. /plugin marketplace add forrestchang/andrej-karpathy-skills 2. /plugin install andrej-karpathy-skills@karpathy-skills Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
440 B
JSON
13 lines
440 B
JSON
{
|
|
"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",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
|
|
"skills": [
|
|
"./skills/karpathy-guidelines/SKILL.md"
|
|
]
|
|
}
|