Are you the author? Sign in to claim
Claude Code skill: pick the right loop type (/goal, /loop, /schedule) and write stop conditions that actually hold. From
A Claude Code skill that picks the right loop type for agentic work and writes stop conditions that actually hold.
The four-type taxonomy (turn-based / goal-based / time-based / proactive) comes from the Claude Code team's article Getting started with loops. The rest comes from running real multi-hour autonomous loops and auditing what they claimed afterwards:
references/runbook-template.md.git clone https://github.com/edwluo/designing-loops.git ~/.claude/skills/designing-loops
That's it. Next time you tell Claude Code "babysit this PR", "run this overnight", or "fix all 47 errors", the skill kicks in — it classifies the loop, writes the ready-to-run prompt with stop conditions and budget included, and for heavy autonomous runs generates a full runbook file.
It also knows when to say no: ask it to "loop until the README reads perfectly" and it will tell you that's one turn of work plus a review pass, not a loop.
| File | Purpose |
|---|---|
SKILL.md | The six-step decision procedure Claude follows |
references/runbook-template.md | Runbook template for long-running autonomous loops |
MIT
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees