Files
andrej-karpathy-skills/.claude-plugin/plugin.json
T
Shehab TarekandClaude Opus 4.5 b26f4c3c73 Fix plugin skill path and update install instructions
- Fix skill path in plugin.json to use relative path from .claude-plugin/
  (changed from "skills/..." to "../skills/...")
- Add /plugin add command to README alongside CLI command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:12:23 +02:00

13 lines
441 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"
]
}