Merge pull request #15 from forrestchang/forrestchang/fix-readme-links

Fix GitHub repository links in README
This commit is contained in:
Jiayuan Zhang
2026-01-31 15:48:30 +08:00
committed by GitHub
+3 -3
View File
@@ -95,7 +95,7 @@ Strong success criteria let the LLM loop independently. Weak criteria ("make it
**Option A: Claude Code Plugin (recommended)**
```bash
claude plugins add https://github.com/jiayuan7/andrej-karpathy-skills
claude plugins add https://github.com/forrestchang/andrej-karpathy-skills
```
This installs the guidelines as a Claude Code plugin, making the skill available across all your projects.
@@ -104,13 +104,13 @@ This installs the guidelines as a Claude Code plugin, making the skill available
New project:
```bash
curl -o CLAUDE.md https://raw.githubusercontent.com/jiayuan7/andrej-karpathy-skills/main/CLAUDE.md
curl -o CLAUDE.md https://raw.githubusercontent.com/forrestchang/andrej-karpathy-skills/main/CLAUDE.md
```
Existing project (append):
```bash
echo "" >> CLAUDE.md
curl https://raw.githubusercontent.com/jiayuan7/andrej-karpathy-skills/main/CLAUDE.md >> CLAUDE.md
curl https://raw.githubusercontent.com/forrestchang/andrej-karpathy-skills/main/CLAUDE.md >> CLAUDE.md
```
## Key Insight