Infinite Agentic Loop
Description
> **Watch the Tutorial**: [Infinite Agentic Loop with Claude Code](https://youtu.be/9ipM_vDwflI)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Infinite Agentic Loop POC
**Watch the Tutorial**: [Infinite Agentic Loop with Claude Code](https://youtu.be/9ipM_vDwflI)
An experimental project demonstrating Infinite Agentic Loop in a two prompt system using Claude Code.
Overview
This project uses a custom Claude Code slash command (`/project:infinite`) to orchestrate multiple AI agents in parallel, generating evolving iterations of content based on specifications.
Usage
Read `.claude/settings.json` to see the permissions and commands allowed.
Start Claude Code: `claude`
Type slash command `/project:infinite` to start the infinite agentic loop.
The infinite command takes three arguments:
/project:infinite
4 Command Variants
1. Single Generation
/project:infinite specs/invent_new_ui_v3.md src 1
Generate one new iteration using the UI specification.
2. Small Batch (5 iterations)
/project:infinite specs/invent_new_ui_v3.md src_new 5
Deploy 5 parallel agents to generate 5 unique iterations simultaneously.
3. Large Batch (20 iterations)
/project:infinite specs/invent_new_ui_v3.md src_new 20
Generate 20 iterations in coordinated batches of 5 agents for optimal resource management.
4. Infinite Mode
/project:infinite specs/invent_new_ui_v3.md infinite_src_new/ infinite
Continuous generation in waves until context limits are reached, with progressive sophistication.
How It Works
- Specification Analysis: Reads and understands the spec file requirements
- Directory Reconnaissance: Analyzes existing iterations to determine starting point
- Parallel Coordination: Deploys Sub Agents with unique creative directions
- Quality Assurance: Ensures each iteration is unique and spec-compliant
- Wave Management: For infinite mode, manages successive waves of agents
Directions you can take to enhance this pattern
- Apply this to a use case of your choice.
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11