logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install snarktank/ralph. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

snarktank/ralph Installation Guide

How to install snarktank/ralph. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for snarktank/ralph. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i snarktank/ralph
or

Install via npx

npx @hexmos/ipm i snarktank/ralph

Prerequisites

Amp CLI

cli

Version: latest

Claude Code

cli

Version: latest

jq

cli

Version: latest

git

cli

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install Skills Globally (Amp)

git clone https://github.com/snarktank/ralph.git

cd ralph

cp -r skills/prd ~/.config/amp/skills/

cp -r skills/ralph ~/.config/amp/skills/

Install Skills Globally (Claude Code)

git clone https://github.com/snarktank/ralph.git

cd ralph

cp -r skills/prd ~/.claude/skills/

cp -r skills/ralph ~/.claude/skills/

Use as Claude Code Marketplace

/plugin marketplace add snarktank/ralph

/plugin install ralph-skills@ralph-marketplace

Copy to your project

git clone https://github.com/snarktank/ralph.git

cd ralph

mkdir -p scripts/ralph

cp ralph.sh scripts/ralph/

cp prompt.md scripts/ralph/prompt.md

cp CLAUDE.md scripts/ralph/CLAUDE.md

chmod +x scripts/ralph/ralph.sh