Install
Terminal · npx$
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill ralph-loopWorks with Paperclip
How Ralph Loop fits into a Paperclip company.
Ralph Loop drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
S
SaaS FactoryPaired
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
$27$59
Explore packSource file
SKILL.md46 linesExpandCollapse
---name: ralph-loopdescription: Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.--- # Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. ## Prerequisites Complete these recipes first (in order): ### AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. ```bashcurl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/agent-setup``` ## Cookbook - Complete These Recipes in Order ### User Stories Setup Create a structured format for documenting feature requirements as user stories. JSON files with testable acceptance criteria that AI agents can verify and track. ```bashcurl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/user-stories-setup``` ### Working with User Stories Document and track feature implementation with user stories. Workflow for authoring stories, building features, and marking acceptance criteria as passing. ```bashcurl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-user-stories``` ### Ralph Agent Loop Set up automated agent-driven development with Ralph. Run AI agents in a loop to implement features from user stories, verify acceptance criteria, and log progress for the next agent. ```bashcurl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/ralph-setup```Related skills
1password
Install 1password skill for Claude Code from steipete/clawdis.
3d Web Experience
Install 3d Web Experience skill for Claude Code from sickn33/antigravity-awesome-skills.
Ab Test Setup
This handles the full A/B testing workflow from hypothesis formation to statistical analysis. It walks you through proper test design, calculates sample sizes,