Project

agent-loop

0.0
The project is in a healthy, maintained state
Run Claude Code CLI in a loop, working tasks one by one from a Prompt.md
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 1.2
 Project Readme

Agent Loop

A command line utility that runs Claude Code CLI in a loop to work tasks one by one from a Prompt.md

Project Goals

  1. Can be cloned down and run with minimal setup
  2. This project can work in existing repos with minimal configuration
  3. Zero dependencies other than Claude Code and bash

Install

bash <(curl -fsSL https://raw.githubusercontent.com/BrandonMathis/agent-loop/main/install.sh)

This downloads start_agent_loop.sh and Prompt.md into your current directory.

Usage

  1. Edit Prompt.md with your tasks
  2. Run agent loop script

Human Assisted

./start_agent_loop.sh

Fully Automated

./start_agent_loop.sh --dangerous

When running this script with the --dangerous flag you are giving claude code cli full permission to do whatever it pleases via the --dangerously-skip-permissions flag. Please proceed with caution and consider all possible risks.