diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a5b713d..714076f 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -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" ] } diff --git a/README.md b/README.md index 27c028a..b866e9d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,12 @@ Strong success criteria let the LLM loop independently. Weak criteria ("make it **Option A: Claude Code Plugin (recommended)** +From within Claude Code: +``` +/plugin add https://github.com/forrestchang/andrej-karpathy-skills +``` + +Or from your terminal: ```bash claude plugins add https://github.com/forrestchang/andrej-karpathy-skills ```