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>
This commit is contained in:
Shehab Tarek
2026-01-31 22:12:23 +02:00
co-authored by Claude Opus 4.5
parent 6077083967
commit b26f4c3c73
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
"license": "MIT",
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
"skills": [
"skills/karpathy-guidelines/SKILL.md"
"../skills/karpathy-guidelines/SKILL.md"
]
}