From ralph-starter
Initializes Ralph Playbook scaffolding in projects for autonomous coding loops, creating AGENTS.md, prompts, specs dir, and plan tracker. Auto-detects Node.js, Python, Rust, Go for validation setup.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterThis skill uses the workspace's default tool permissions.
Initialize Ralph Playbook scaffolding in a project directory.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Initialize Ralph Playbook scaffolding in a project directory.
Use ralph_init with the project path to create:
AGENTS.md — agent configurationPROMPT_plan.md and PROMPT_build.md — workflow promptsspecs/ directory for specificationsIMPLEMENTATION_PLAN.md — task trackingAuto-detects project type (Node.js, Python, Rust, Go) and configures validation commands.
After init, add your spec files to specs/, then use /ralph-plan to generate an implementation plan.