Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ cp -r skills/prd ~/.config/amp/skills/
cp -r skills/ralph ~/.config/amp/skills/
```

### Option 3: Install with `sk`

Install Ralph via [sk](https://github.com/803/skills-supply), the universal package manager for AI agent skills (supports Codex, Amp, OpenCode, Factory, Claude Code etc...).

```bash
# Add --global flag if you'd like to install in user-scope (defaults to project-scope)
sk pkg add gh snarktank/ralph --path skills
sk sync
```

### Configure Amp auto-handoff (recommended)

Add to `~/.config/amp/settings.json`:
Expand Down