Skip to content

Instantly share code, notes, and snippets.

@bradleygolden
Last active January 30, 2026 05:27
Show Gist options
  • Select an option

  • Save bradleygolden/223f429d189e80c945195752e6e204b2 to your computer and use it in GitHub Desktop.

Select an option

Save bradleygolden/223f429d189e80c945195752e6e204b2 to your computer and use it in GitHub Desktop.
Ralph setup
  1. Signup up at z.ai (use my code here)
  2. Signup at https://sprites.dev/
  3. Create and sprite sprite create my-sprite
  4. Auth with github: gh auth
  5. Clone your repo: gh repo clone ...
  6. Logout of gh: gh auth logout
  7. Setup z.ai with an API key npx @z_ai/coding-helper
  8. Have claude read about ralph for context:
    claude
    read https://gist.githubusercontent.com/bradleygolden/f0a0c749c85184f16ce39cb290ea920f/raw/66ada9d0c2e88bd5078113fcfeb11d46a7c26521/gistfile1.txt
    
  9. Generate PROMPT.md and any other reference material
  10. Add claude code plugins for backpressure:
    claude
    /plugin marketplace add bradleygolden/claude-marketplace-elixir
    /plugin install elixir@elixir
    
  11. Execute ralph
    while :; do cat PROMPT.md | claude ; done
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment