Add marketplace.json and fix plugin structure

- Add marketplace.json required for /plugin marketplace add
- Fix skill path to use ./ prefix (relative to plugin root)
- Update README with correct two-step install process:
  1. /plugin marketplace add forrestchang/andrej-karpathy-skills
  2. /plugin install andrej-karpathy-skills@karpathy-skills

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Shehab Tarek
2026-01-31 22:18:08 +02:00
co-authored by Claude Opus 4.5
parent b26f4c3c73
commit 3cf049fa3e
3 changed files with 35 additions and 6 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"
]
}