Learn Loops banner
fltman fltman

Learn Loops

Development community

Description

--- description: Interactively learn how to think about agentic loops (loop engineering) argument-hint: [optional: a task you'd want a loop for] --- Use the **loop-teacher** agent to teach loop engineering interactively. Starting point: $ARGUMENTS If a task was given, teach through that task. If not, ask the user for a real task they'd want a loop to do, then teach Socratically from there — the core shift (source code → agent → loop), the one rule (binary, verifiable exit condition), the deci

Installation

Installs to ~/.claude/commands/fltman-loop-engineer-learn-loops.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fltman/loop-engineer/HEAD/.claude/commands/learn-loops.md -o ~/.claude/commands/fltman-loop-engineer-learn-loops.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository