From ralph-starter
Fetches Linear tickets, previews specs with ralph_fetch_spec, autonomously builds them via ralph_run with ralph-starter, and manages tickets (list/create/update/close) using ralph_task.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterThis skill uses the workspace's default tool permissions.
Fetch specs from Linear tickets and run an autonomous coding loop to implement them.
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`.
Fetch specs from Linear tickets and run an autonomous coding loop to implement them.
Use ralph_fetch_spec with source: "linear" to preview the ticket:
identifier: project or team nameproject and label to filter ticketsUse ralph_run to build from the ticket:
from: "linear" and provide project (team/project name)labelauto: true, commit: true, validate: true for full automationUse ralph_task to manage Linear tickets directly:
action: "list" with source: "linear" to see ticketsaction: "create" to create new ticketsaction: "update" / action: "close" with the ticket ID (e.g., "RAL-42")