Plugin · Claude Code · Automation

Ilm Alan Claude Loop

ilm-alan-claude-loop is a Claude Code plugin for the Build phase that runs iterative until-completion agent loops with promises and multi-session support.

by Ilm-Alan · github.com/Ilm-Alan/claude-loop

Install claude-loop when you want the agent to keep working in a while/until loop with explicit completion promises across multiple sessions until the task is actually done.

1
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install ilm-alan-claude-loop@Ilm-Alan/claude-loop
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built to be called by your agent

Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.

Retrieve this entry with skillselion.get_details("plugin:Ilm-Alan/claude-loop") and the paste-ready config with skillselion.get_install_config("plugin:Ilm-Alan/claude-loop").

About

What it does

ilm-alan-claude-loop is a Claude Code plugin that wraps agent work in an explicit iteration loop: keep going while conditions hold, stop when a completion promise is satisfied, and carry state across sessions. Indie builders reach for it when one-shot answers leave tasks half-finished—refactors that stall, test fixes that need several passes, or chores that need until-done behavior. The plugin is control-flow for the agent, not a library for your app. It sits in Build under agent tooling as the canonical shelf, with natural overlap in Operate when you iterate on production fixes. Complexity is intermediate because you must define clear completion promises or risk runaway loops. Register it when you already use Claude Code plugins and want guardrailed persistence instead of manually re-prompting “continue until X is done.”

Highlights

  • Iterative development loop plugin with completion promises for Claude Code
  • Supports multi-session runs so long tasks resume with a clear done condition
  • while/until style loop semantics documented in plugin keywords
  • Focused single-plugin bundle (1 plugin) for agent control flow
  • Targets builders who need persistence until a stated completion criterion is met

Why builders use it

Long agent tasks stop mid-way because sessions end without a enforced loop or clear done condition.

After install, Claude can run while/until loops tied to completion promises until the criterion you set is met, including across sessions.

At a glance

  • Type - Plugin in Automation.
  • Adoption - 0 installs, 1 stars, 0 votes.

FAQ

Who is ilm-alan-claude-loop for?

It is for Claude Code users who need persistent iterate-until-done behavior with completion promises and multi-session continuity.

When should I use ilm-alan-claude-loop?

Use it during implementation when a task clearly needs several agent passes and a defined completion promise before you stop.

How do I add ilm-alan-claude-loop to my agent?

Add the Ilm-Alan/claude-loop plugin from its repository in Claude Code and configure your loop with an explicit until or while completion condition.

Discussion

Comments

Share how you use ilm-alan-claude-loop, gotchas, or tips for other indie builders.

No comments yet - be the first to share how you use it.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.