Help us improve
Share bugs, ideas, or general feedback.
From ralph-town
Ralph-town development guidelines. Use for code style, project structure, and build commands.
npx claudepluginhub spences10/ralph-town --plugin ralph-townHow this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-town:project-devThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **snake_case** - functions and variables
Documents Ralph plugin arguments (--quick, --commit), execution modes (normal/quick), state management (.ralph-state.json), commit behavior, task loops, and error handling.
Initializes Ralph Loop infrastructure from approved Claude plans by creating .ralph/ with prd.json, loop.py, CLAUDE.md for autonomous multi-step execution.
Guides customization of Choo Choo Ralph workflows, formulas, learning harvest, troubleshooting loops, and multi-Ralph setups. Use for Ralph-specific questions.
Share bugs, ideas, or general feedback.
packages/
├── cli/ # Main CLI (ralph-town command)
│ └── src/
│ ├── sandbox/ # Sandbox module (create, manage)
│ └── commands/ # CLI commands
└── mcp-ralph-town/ # MCP server wrapping CLI
packages/cli/src/sandbox/ - Core sandbox modulepackages/cli/src/commands/sandbox/ - CLI commandsdocs/RESEARCH.md - Architecture and findingsbun dev # Development mode
bun run build # Compile TypeScript
docs/RESEARCH.md for Daytona SDK findings