GantisStorm/essentials-claude-code
88 stars · Last commit 2026-02-15
All-in-one workflow plugin—loops, swarms, and teams on Claude Code's Task System. All enforce exit criteria—swarm is faster with parallel queue execution, teams add contract-first coordination. Plan your way, execute your way. Optional: Beads for persistent memory, Ralph TUI for dashboard.
README preview
<div align="center"> <img src="logo.png" alt="Essentials for Claude Code" width="450"/> # Essentials for Claude Code [](https://unlicense.org/) [](https://claude.ai/code) [](http://makeapullrequest.com) **Loops, swarms, and teams powered by Claude Code's built-in Task System.** Loop, swarm, and team are three execution modes. Loop runs sequentially. Swarm runs parallel subagents. Team spawns full Claude Code instances with shared contracts via [Agent Teams](https://www.anthropic.com/news/claude-opus-4-6). All use Claude's native task dependencies, `ctrl+t` progress, and automatic persistence. Plans define exit criteria. Loops run until tests pass. Done means actually done. </div> ---