By Und3rf10w
Orchestrate multi-agent swarm loops to autonomously decompose complex development tasks into parallel subtasks, spawn persistent or async teams, iterate through assess-plan-execute-verify cycles with dynamic re-planning, monitor progress via dashboard, configure safety/iteration settings, and cancel instances.
Async background-agent swarm loop (alias for /swarm-loop --mode async)
Cancel the active swarm loop
Deep multi-agent planning session (alias for /swarm-loop --mode deepplan)
Explain Swarm Loop plugin and available commands
Start an orchestrated multi-agent swarm loop
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.
Claude Litter is an enhancement suite for Claude Code agent teams. Its core is the swarm-loop plugin — an orchestrated multi-agent loop that decomposes complex goals into parallel subtasks, drives autonomous iteration with hook-based safety, and exits only when a user-defined completion promise is fulfilled. Alongside the plugin, a terminal UI gives you a live control plane for managing teams, agents, tasks, and swarm executions without leaving the terminal.
Claude Code's native agent teams are powerful, but undercooked. The swarm-loop plugin adds structured orchestration on top of teams — iterative loops with safety classifiers, stuck detection, and progress tracking — while the TUI provides a simple interface that can assistant with managing the.
| Pain | Claude Litter | |
|---|---|---|
| Orchestration | Manual agent coordination | Swarm loop with autonomous iteration |
| Team overview | cat ~/.claude/teams/*/config.json | Live sidebar with status indicators |
| Agent transcripts | Buggy interface | Tabbed sessions with full history |
| Task tracking | Manual JSON edits | Filterable panel with inline editing |
| Messaging | Write to inbox JSON files | Compose form with broadcast support |
| Agent lifecycle | Shell commands, manual PID tracking | Spawn, kill, detach, reattach in-UI |
| Swarm monitoring | cat .claude/swarm-loop/*/state.json | Live progress, phase, and log streaming |
The core of Claude Litter — orchestrated multi-agent iteration for Claude Code.
--verify).claude/swarm-loop.local.md — classifier model/effort, teammate isolation (shared or worktree), max count, notificationsSee Swarm Loop Plugin for full documentation.
A control plane for managing Claude Code agent teams and swarm executions.
The swarm-loop plugin is an orchestrated multi-agent iterative development system for Claude Code. It decomposes complex goals into parallel subtasks, creates a persistent agent team, and drives autonomous iteration until a user-defined completion promise is fulfilled.
npx claudepluginhub und3rf10w/claude-litter --plugin swarm-loopMulti-agent swarm management for Claude Code
Ghidra reverse engineering integration for Claude Code - analyze binaries, decompile functions, find strings, and trace cross-references
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.