mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
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:
co-authored by
Claude Opus 4.5
parent
6077083967
commit
b26f4c3c73
@@ -7,6 +7,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
|
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
|
||||||
"skills": [
|
"skills": [
|
||||||
"skills/karpathy-guidelines/SKILL.md"
|
"../skills/karpathy-guidelines/SKILL.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,6 +94,12 @@ Strong success criteria let the LLM loop independently. Weak criteria ("make it
|
|||||||
|
|
||||||
**Option A: Claude Code Plugin (recommended)**
|
**Option A: Claude Code Plugin (recommended)**
|
||||||
|
|
||||||
|
From within Claude Code:
|
||||||
|
```
|
||||||
|
/plugin add https://github.com/forrestchang/andrej-karpathy-skills
|
||||||
|
```
|
||||||
|
|
||||||
|
Or from your terminal:
|
||||||
```bash
|
```bash
|
||||||
claude plugins add https://github.com/forrestchang/andrej-karpathy-skills
|
claude plugins add https://github.com/forrestchang/andrej-karpathy-skills
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user