From ralph
Install Ralph Loop scripts and templates into the current project's .ralph/ directory
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph:ralph-installThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`bash -c 'curl -fsSL https://raw.githubusercontent.com/zakattack9/agentic-coding/main/claude-code/plugins/ralph/scripts/ralph-install.sh | bash'`
!bash -c 'curl -fsSL https://raw.githubusercontent.com/zakattack9/agentic-coding/main/claude-code/plugins/ralph/scripts/ralph-install.sh | bash'
The install script above has been executed. Report the output to the user.
If the install succeeded, tell the user their next steps:
/ralph-plan to interactively generate a PRD and task list.ralph/scripts/ralph-init.sh --name my-feature.ralph/scripts/ralph.sh (use --no-sandbox if Docker is unavailable)Note: Only /ralph-plan runs inside Claude Code. Initialization and running the loop must be done from the terminal.
npx claudepluginhub zakattack9/agentic-coding --plugin ralphGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.