← ClaudeAtlas

loopslisted

The full lifecycle for agentic loops — recurring, scheduled AI agents packaged as a portable LOOP.md (the agenticloops.dev standard: a trigger + skills + a prompt in one file any harness can install and run on a schedule). Use this whenever the user wants to FIND, INSTALL, RUN, or BUILD a loop: "find a loop for X", "is there a loop that…", "install a recurring agent that does X", "run this loop", as well as "create a loop", "make an agentic loop", "write a LOOP.md", "turn this into a recurring agent", "schedule an agent", "set up a cron job for an agent", or any description of a repeating job they want an agent to do on a timer (a daily digest, a competitor watcher, a triage sweep, a report pipeline, "email me X every morning", "check Y every hour") — even if they never say the word "loop". Always search the directory first and install an existing loop when one fits; author a new LOOP.md only when nothing does. This is the loop-level analogue of skill-creator + find-skills combined. For an ad-hoc in-session m
5dive-ai/skills · ★ 1 · Data & Documents · score 74
Install: claude install-skill 5dive-ai/skills
# Loops — find, install, run & build recurring agents The full lifecycle for **agentic loops** — the `LOOP.md` format behind [agenticloops.dev](https://agenticloops.dev). > An agentic loop is an installable, recurring AI agent defined in one file: a **trigger**, a set of **skills**, and a **prompt**. One file defines it; any harness (Claude Code, Cursor, Codex, GitHub Actions, a 5dive runtime) can install and run it on a schedule. This one skill covers the whole lifecycle — the loop-level analogue of `find-skills` **and** `skill-creator` in one: 1. **Find** an existing loop in the directory 2. **Install / run** it on your harness 3. **Author** a new `LOOP.md` when nothing fits **Always try 1–2 before 3.** Search the directory and install an existing loop when one fits; only build a new one when nothing does. The authoritative format is spec v0.1 at [github.com/5dive-ai/loops](https://github.com/5dive-ai/loops); when a field is ambiguous, defer to the spec. The CLI for the whole flow is `npx agenticloops` (`find` · `install` · `run` · `list` · `update`). On a 5dive runtime, the native path is `5dive loop find|show|install`. --- ## Part A — Find & install an existing loop Do this first whenever the user wants a recurring agent for a job. ### A1. Understand the job Identify the **job** (competitive intel, PR triage, security scan, news digest), the **cadence** (hourly, daily, on an event), and whether it's a single-agent job or a pipeline (gather → draft → publish = a