By cloneisyou
Clone Loop for Claude Code. Runs iterative development loops, manages Clone API keys, predicts the next user prompt, and can answer AskUserQuestion during active loops.
Manage the Clone API key used by Clone Loop
Cancel active Clone Loop
Explain Clone Loop plugin and available commands
Clarify a goal into a Clone Interview plan
Start a Clone Loop in the current session
Manage the Clone API key used by Clone Loop.
Cancel the active Clone Loop in the current workspace.
Explain Clone Loop usage in Codex.
Clarify requirements into a Clone Interview spec in Codex.
Start a Clone Loop in Codex so Stop hooks can continue with Clone-predicted next prompts.
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
C L O N E - L O O P
Keep Agent working, with predicted next prompts.
An agent plugin for self-driving coding loops powered by Clone MCP.
Quick Start · How It Works · Commands · API Key · Versions
Clone Loop turns any agent task into a self-driving loop for Claude Code and Codex. When the agent tries to stop, Clone predicts your most likely next prompt and hands it back so the work continues — without you having to type the same nudge ten times.
/clone:loop "Build a REST API for todos. CRUD, validation, tests." --max-iterations 20
Then walk away.
Paste this into your agent after install:
/clone:loop "Run tests and fix any failures" --max-iterations 5
Install on macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cloneisyou/clone-loop/main/scripts/install.sh | bash
Install on Windows PowerShell:
irm https://raw.githubusercontent.com/cloneisyou/clone-loop/main/scripts/install.ps1 | iex
Or install manually from your shell:
claude plugin marketplace add cloneisyou/clone-loop@main
claude plugin install clone-labs@clone-loop --scope user
PowerShell:
claude.exe plugin marketplace add cloneisyou/clone-loop@main
claude.exe plugin install clone-labs@clone-loop --scope user
Open your agent and run:
/clone:api-key status
/clone:api-key login
/clone:interview "Clarify the feature before coding" --mode deep
/clone:loop "Run tests and fix any failures" --max-iterations 5
Cancel anytime with /clone:cancel-loop.
[!NOTE] Clone ships with a public demo API key so you can try it in seconds. For private memory and your own prediction quality, run
/clone:api-key login.
To update later: claude plugin marketplace update clone-loop && claude plugin update clone-labs@clone-loop.
| Command | What it does |
|---|---|
/clone:interview "<topic>" [options] | Clarify a goal into an executable plan. |
/clone:loop "<task>" [options] | Start a loop. |
/clone:cancel-loop | Cancel the active loop. |
/clone:api-key login|status|import-env|set|clear | Manage your Clone API key. |
/clone:help | Show command help. |
/clone:interview--mode <quick|deep> — interview depth. Default deep.--max-questions <n> — maximum questions before restating. Default 12.--output <path> — project-local markdown spec path. Default
.claude/clone-interview.local.md.--clone-threshold <n> — confidence threshold for Clone-predicted
interview answers. Default 0.75.--no-auto-answer — disable Clone-predicted answers and always ask you.Clone Interview is the goal-to-plan side of Clone. It inspects repo facts, asks the highest-impact unresolved question one at a time, asks Clone MCP to predict how you would answer, and only auto-records the answer when confidence clears the threshold. Low-confidence questions escalate to you.
npx claudepluginhub cloneisyou/clone-loop --plugin clone-labsFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.