From ralph-starter
Fetches Notion pages/databases as markdown specs and builds projects autonomously via ralph_fetch_spec and ralph_run with ralph-starter.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterThis skill uses the workspace's default tool permissions.
Fetch specs from Notion pages or databases and run an autonomous coding loop.
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 Notion pages or databases and run an autonomous coding loop.
Use ralph_fetch_spec with source: "notion" to preview the page:
identifier: Notion page URLUse ralph_run to build from the Notion spec:
from: "notion"auto: true, commit: true, validate: true for full automationWorks with Notion pages and databases. The content is extracted as markdown and used as the spec for the coding loop.