Agentic-loop vibe-help

Quick reference cheatsheet for all agentic-loop commands including Ralph.

install
source · Clone the upstream repo
git clone https://github.com/allierays/agentic-loop
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/allierays/agentic-loop "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/vibe-help" ~/.claude/skills/allierays-agentic-loop-vibe-help && rm -rf "$T"
manifest: .claude/skills/vibe-help/SKILL.md
source content

Vibe & Thrive Cheatsheet

Print this cheatsheet for the user. Do not add any commentary or explanation.


The Loop

/prd [feature]           brainstorm & generate PRD
npx ralph run            autonomous coding loop (live activity feed)
npx ralph run --quiet    same, but suppress activity feed
npx ralph status         check progress
npx ralph stop           stop after current story

Run

/vibe-list
to see all commands.


Quality

/vibe-check              audit code quality
/review                  security-focused review
npx ralph check          run verification only

Setup & Learning

/tour                    guided setup
/my-dna                  set preferences
/lesson                  teach Ralph a pattern
npx agentic-loop lessons view learned patterns

https://github.com/allierays/agentic-loop