From ralph-starter
Fetches Notion pages/databases as markdown specs and builds projects autonomously via ralph_fetch_spec and ralph_run with ralph-starter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-starter:ralph-notionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch specs from Notion pages or databases and run an autonomous coding loop.
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.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterProvides Notion API architecture patterns for headless CMS (blog), task tracker, knowledge base, form handler, and data pipeline. Includes TypeScript/JavaScript and Python code examples with schemas.
Transforms Notion spec pages into implementation plans and tasks with acceptance criteria, effort estimates, and progress tracking using Notion databases.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.