From adc91eb4f4d64dcfd12a9fc2a9531870e0744986 Mon Sep 17 00:00:00 2001 From: Jiayuan Date: Sat, 31 Jan 2026 15:47:59 +0800 Subject: [PATCH] Fix GitHub repository links in README Update all references from jiayuan7/andrej-karpathy-skills to forrestchang/andrej-karpathy-skills to match the actual repository location. Co-Authored-By: Claude Haiku 4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f8e52f..27c028a 100644 --- a/README.md +++ b/README.md @@ -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