← ClaudeAtlas

find-loopslisted

Helps users discover and install agentic loops (recurring, scheduled AI agents) when they ask "find a loop for X", "is there a loop that…", "install a recurring agent that does X", "schedule an agent to do X", or want a repeating job run on a timer (a daily digest, a competitor watcher, a triage sweep, an every-morning report) — even if they never say the word "loop". Use this to SEARCH the agenticloops.dev directory and INSTALL an existing loop. This is the loop-level analogue of find-skills. For AUTHORING a new loop when none fits, use the fuller `loops` skill.
5dive-ai/skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill 5dive-ai/skills
# Find Loops This skill helps you discover and install **agentic loops** from the open loops ecosystem — the loop-level analogue of `find-skills`. > An agentic loop is an installable, recurring AI agent defined in one file (a `LOOP.md`): a **trigger** (schedule/event), a set of **skills**, and a **prompt**. Any harness (Claude Code, Cursor, Codex, GitHub Actions, a 5dive runtime) can install and run it on a schedule. The standard lives at [agenticloops.dev](https://agenticloops.dev) / [github.com/5dive-ai/loops](https://github.com/5dive-ai/loops). ## When to Use This Skill Use this skill when the user: - Says "find a loop for X" or "is there a loop that does X" - Wants a **recurring / scheduled** agent for a job (hourly, daily, on an event) - Describes a repeating job without saying "loop": "email me a digest every morning", "watch our competitors", "triage new PRs each day", "run a security scan nightly", "check Y every hour" - Wants to browse or search the loops directory before building anything **Always try to find + install an existing loop before authoring a new one.** If nothing fits, hand off to the `loops` skill (which covers authoring a fresh `LOOP.md`). ## The loops CLI The package manager for loops is `npx agenticloops`. On a 5dive runtime, the native path is `5dive loop`. **Key commands:** - `npx agenticloops find [query]` — search the agenticloops.dev directory - `npx agenticloops install <owner/loop> --dry-run` — validate + pre-flight, change nothing