From ralph-starter
Manage GitHub Issues and Linear tasks: list, create, update, close, comment via ralph_task tool. Auto-detects platform from ID format.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterThis skill uses the workspace's default tool permissions.
Manage tasks across GitHub Issues and Linear from a single interface.
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`.
Manage tasks across GitHub Issues and Linear from a single interface.
Use the ralph_task tool:
action: "list" — shows tasks from GitHub and Linear. Filter with source, project, label, status.action: "create" — requires title, source (github/linear). Optional: description, labels, priority (P0-P3), assignee.action: "update" — requires id (#123 for GitHub, RAL-42 for Linear). Set status, priority, assignee.action: "close" — requires id. Optional comment for a closing note.action: "comment" — requires id and comment.The platform is auto-detected from the ID format: #123 = GitHub, RAL-42 = Linear.