mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
Add skills version for .claude/skills/ directory
Provides alternative install method for users who prefer skills directory over modifying CLAUDE.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
c488bed98e
commit
0b53cbcda4
@@ -25,17 +25,26 @@ Four principles in one file:
|
||||
|
||||
## Install
|
||||
|
||||
**New project (no existing CLAUDE.md):**
|
||||
**Option A: CLAUDE.md (recommended)**
|
||||
|
||||
New project:
|
||||
```bash
|
||||
curl -o CLAUDE.md https://raw.githubusercontent.com/forrestchang/andrej-karpthy-skills/main/CLAUDE.md
|
||||
```
|
||||
|
||||
**Existing project (append to your CLAUDE.md):**
|
||||
Existing project (append):
|
||||
```bash
|
||||
echo "" >> CLAUDE.md
|
||||
curl https://raw.githubusercontent.com/forrestchang/andrej-karpthy-skills/main/CLAUDE.md >> CLAUDE.md
|
||||
```
|
||||
|
||||
**Option B: Skills directory**
|
||||
|
||||
```bash
|
||||
mkdir -p .claude/skills
|
||||
curl -o .claude/skills/karpathy-guidelines.md https://raw.githubusercontent.com/forrestchang/andrej-karpthy-skills/main/.claude/skills/karpathy-guidelines.md
|
||||
```
|
||||
|
||||
## Key Insight
|
||||
|
||||
From Andrej:
|
||||
|
||||
Reference in New Issue
Block a user