mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Haiku 4.5
parent
c692832f36
commit
adc91eb4f4
@@ -95,7 +95,7 @@ Strong success criteria let the LLM loop independently. Weak criteria ("make it
|
|||||||
**Option A: Claude Code Plugin (recommended)**
|
**Option A: Claude Code Plugin (recommended)**
|
||||||
|
|
||||||
```bash
|
```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.
|
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:
|
New project:
|
||||||
```bash
|
```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):
|
Existing project (append):
|
||||||
```bash
|
```bash
|
||||||
echo "" >> CLAUDE.md
|
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
|
## Key Insight
|
||||||
|
|||||||
Reference in New Issue
Block a user