Loop Library

Build and maintain a catalog of reusable agent loops so common multi-step tasks run the same way every time.

AI Agents / Loopsai-agentsloops
by AgentVoltv1.0.0Published 1y ago1 install
Free to sign up · every skill included with AgentVolt Pro

Before & after

Same prompt, same agent — the only difference is the skill.

PromptSet up repeating tasks that run on my schedule.
Beforegeneric AI agent
You can definitely set up recurring tasks. The general approach would be to define what you want to repeat, how often it should run, and what should happen each time. You might use cron syntax if you're comfortable with that, or you could set up simpler patterns like daily, weekly, or monthly. You'd want to think about what time of day makes sense, and whether you need notifications. It might be helpful to start with just a few key recurring tasks and then expand from there. You could log the results somewhere so you can track which recurring tasks are actually being run. Would you like suggestions for common recurring task patterns, or do you have specific tasks in mind?
Afterwith Loop Library
LOOP LIBRARY SETUP

DEFINE LOOP
→ Prompt: The exact action or question you repeat
→ Interval: "5m" (5 minutes), "1h" (hourly), "daily", "weekly", "cron: 0 9 * * 1" (9am Mondays)
→ Max runs: Optional cap (e.g., 10 total, then stop)

RUNTIME BEHAVIOR
→ Loop runs at scheduled interval
→ Output logged automatically
→ Results available in Claude Code session history
→ Can stop/pause/restart anytime

EXAMPLES
→ Check Stripe balance every 15 minutes: "Check Stripe account balance and flag if below threshold" / Interval: 15m
→ Weekly review: "Run my weekly GTD review" / Interval: weekly
→ Hourly CI check: "Show me current CI build status" / Interval: 1h

VISIBILITY
→ Active loops shown in sidebar
→ Completion rate and last-run timestamp visible
→ Stop condition can be total runs or explicit end time

NOTE: Loop runs within your active Claude Code session only (not background).

About this skill


name: loop-library description: Use when Structured Claude skill that gives Claude a repeatable workflow for loop library.

Loop Library

One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Loop Library workflow with its own instructions and validation so outputs stay consistent.

What you get

  • Public GitHub repo (alirezarezvani/claude-skills)
  • the loop-library skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.

Customize your output

  • Fork the repo and adapt the skill's instructions and references to your workflow.

Example output

Activates automatically when your request matches Loop Library; chains with the other skills, agents, and commands in the collection.

Best for

Creators, builders, and teams using Claude Code.

SKILL.md preview

SKILL.md
---
name: loop-library
description: Use this skill when the user wants a structured, repeatable workflow for building or managing a loop library within a multi-agent system.
version: 1.0.0
category: AI Agents / Loops
author: AgentVolt
license: proprietary
tags:
  - ai-agents
  - loops
---

# Loop Library

Provides a structured, repeatable workflow for building and maintaining a "loop library" — a catalog of reusable agent loops that can be invoked consistently across tasks.

## When to use

… (sign up to view the full skill)
Sign up to view, copy, and install the full skill

More ai & agents skills

View all AI & Agents skills →