Merge pull request #17 from back1ply/fix/plugin-structure

Fix plugin structure for Claude Code compatibility
This commit is contained in:
Jiayuan Zhang
2026-02-01 02:50:00 +08:00
committed by GitHub
+2 -2
View File
@@ -3,9 +3,9 @@
"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": "jiayuan7",
"author": "forrestchang",
"license": "MIT",
"repository": "https://github.com/jiayuan7/andrej-karpathy-skills",
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
"skills": [
"skills/karpathy-guidelines/SKILL.md"
]