Analysis updated 2026-05-18
Copy a ready-made /loop command to have your AI coding tool recheck a pull request or test suite on a schedule.
Use a /goal command so the agent keeps working until tests pass and lint is clean, without step-by-step prompting.
Set up a /schedule command to triage new issues each morning or keep docs updated after every push.
| serenakeyitan/awesome-agent-loops | adrienckr/notslop | alchemz/solana-pumpfun-token-bundler | |
|---|---|---|---|
| Stars | 78 | 78 | 78 |
| Language | — | TypeScript | TypeScript |
| Setup difficulty | easy | easy | hard |
| Complexity | 1/5 | 2/5 | 4/5 |
| Audience | developer | writer | developer |
Figures from each repo's GitHub metadata at analysis time.
Just copy a listed command into Claude Code or Codex, no installation needed.
Awesome Agent Loops is a curated list of copy-paste commands for Claude Code and Codex, the two AI coding tools. The list focuses entirely on three built-in commands that make these tools keep working without you prompting them step by step: /loop, /goal, and /schedule. The /loop command repeats a prompt on a time interval, like checking a pull request every 20 minutes or running your test suite every 15 minutes and reporting failures. The /goal command runs until a stated condition becomes true, so you can tell the agent to keep going until all tests pass and lint is clean without specifying every step. The /schedule command runs a prompt in the cloud on a recurring schedule, useful for things like triaging new issues each morning or keeping documentation up to date after every code push. Each entry in the list is a real command sourced from posts on Twitter/X, credited to the original poster. They cover common engineering tasks: eliminating flaky tests, fixing a build until it compiles, migrating an old API across an entire codebase, getting a pull request green on CI, reaching a test coverage target, and cleaning up messy AI-generated code. Each prompt includes a brief explanation of when to use it and a link back to the source post. The README also explains a recommended structure for composing these commands together: put /loop on the outside to set a schedule, /goal inside it to define a finish condition, and a skill command at the center to do the actual work. This nesting prevents the loop from stopping early and keeps it focused on a concrete outcome. The list is released under the CC BY 4.0 license.
A curated list of copy-paste /loop, /goal, and /schedule commands for Claude Code and Codex.
CC BY 4.0: free to share and adapt, even commercially, as long as you credit the original source.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.