I've been using Claude Code a lot lately. When they added the /loop command — run prompts on a recurring schedule — I was
pumped.

Then I hit bugs. A lot of them.

## The Solution

Instead of waiting for fixes, I spent a weekend building acp-loop — a standalone scheduler that works with any AI
coding agent.

acp-loop --interval 5m "check deploy status"
acp-loop --cron "0 9 *" "summarize overnight issues"

## Why It's Different

Most AI tools are locked to one platform. acp-loop works with 12+ agents: Claude Code, Codex, Gemini, Cursor, Copilot,
Kimi, Qwen, OpenCode...

Switch with a flag. No code changes.

## What I Use It For

  1. Deploy monitoring — "Check if the build passed" every 5 min
  2. Morning briefings — Summarize overnight GitHub activity at 9am
  3. PR watching — Alert me when new PRs need review

## Try It

npm install -g acp-loop

GitHub: https://github.com/femto/acp-loop

Let me know if you build something cool with it!

标签: none

添加新评论