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:
Jiayuan Zhang
2026-01-27 12:07:26 +08:00
co-authored by Claude Opus 4.5
parent c488bed98e
commit 0b53cbcda4
2 changed files with 72 additions and 2 deletions
+11 -2
View File
@@ -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: