loop

Start and manage autonomous experiment loops with custom scheduling intervals.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill loop-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-advanced-skills/autoresearch-agent/skills/loop
Command: npx skills add https://github.com/4lerman/text_evaluator --skill loop-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cron, git, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of experiments, reducing the need for manual intervention and saving time in repetitive tasks.

Core Features & Use Cases

  • Autonomous Experiment Loop: Start a recurring experiment loop with customizable intervals (10min, 1h, daily, weekly, monthly).
  • User-Selected Intervals: Choose from predefined intervals to control the frequency of loop execution.
  • Experiment Management: Handle experiment resolution, interval selection, and loop creation with simple commands.

Quick Start

Start an experiment loop for the 'engineering/api-speed' experiment every hour with the command: /ar:loop engineering/api-speed 1h

Frequently Asked Questions about loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recurring experiments with custom scheduling intervals?

You can automate recurring experiments by starting an autonomous experiment loop that supports custom scheduling intervals like 10 minutes, hourly, daily, weekly, or monthly. This reduces manual intervention by managing execution automatically.

Do I need cron and git to schedule automated experiment execution?

Yes, you need cron and git to schedule automated experiment execution. Cron handles the scheduling and timing of the recurring loops, while git provides the version control required to manage experiment resolution and track changes.

How do I start an autonomous loop for an engineering experiment?

To start an autonomous loop for an engineering experiment, use the loop command and specify the experiment path and interval. For example, target the engineering/api-speed experiment hourly by passing the path and the 1h interval parameter.

What is the best way to manage repetitive testing and analysis tasks?

The best way to manage repetitive testing and analysis tasks is using an autonomous experiment loop. It handles experiment resolution, interval selection, and loop creation through simple commands to eliminate manual repetition and save time.

What predefined intervals can I select for experiment automation?

For experiment automation, you can select from predefined intervals including 10 minutes, 1 hour, daily, weekly, and monthly. These user-selected intervals control the frequency of your recurring experiment loop execution.