
andrelandgraf/fullstackrecipes
2 skills3.5k installs34 starsGitHub
Install
npx skills add https://github.com/andrelandgraf/fullstackrecipesSkills in this repo
1Ralph LoopRalph Loop is an agent skill from Fullstack Recipes that sets up automated agent-driven development: you define features as user stories with testable acceptance criteria, then run AI coding agents in a loop until every criterion passes. Solo and indie builders use it when they want shipping discipline without manually re-prompting after each partial implementation. The skill is not a standalone snippet—it expects you to complete prerequisite recipes in order (agent setup, user stories format, and a working-with-stories workflow) before wiring the Ralph agent loop. It pairs naturally with scoped requirements from validation and with ship-phase confidence because passing criteria act as lightweight QA gates. For Prism’s audience on Claude Code, Cursor, and similar agents, it is a workflow package for repeatable build cycles rather than ad-hoc chat iteration.3.5kinstalls2Ralph Loop WorkflowRalph Loop Workflow is an agent skill for solo and indie builders who want sustained autonomous development from a single broad prompt instead of hand-feeding tasks. It wires a /ralph-style command through a preflight check that confirms CLIs are installed, linked, and authenticated, then lets the agent harness own task decomposition while producing tests as executable acceptance criteria, user-facing documentation, and library changelogs. The loop emphasizes maximize time without human intervention: plan, build, verify, and iterate until checks pass. Verification spans typecheck, formatting, fallow, browser checks, tests, deploy, and production validation. It fits builders already using agent-first workflows and the Fullstack Recipes stack; it is not a substitute for missing test or lint setup—those recipes should be in place first.1installs