Gallery

Examples

Reference Ralph Loops, each shipped as a complete directory package in the canonical repository. Clone the repo to inspect the full source of every loop.

bug-hunter

Continuously hunt for bugs and edge cases. Bundles an edge-cases prompt file.

improve-codebase

Find and fix code quality issues one at a time.

raise-coverage

Steadily lift test coverage on under-tested modules.

refactor-module

Clean up module internals without changing behavior. Bundles a PR description template.

write-docs

Keep docs in sync with code as it changes.

dependency-updater

Keep dependencies current and secure.

Anatomy of an example

bug-hunter/
├── RALPH.md             # required entrypoint
├── README.md            # what this loop is for
└── prompts/
    └── edge-cases.md    # bundled context

Contribute your own by opening a PR against ralphloops/ralphloops.