loop

Schedule and execute autonomous experiment loops at user-defined intervals.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill loop-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering/autoresearch-agent/skills/loop
Command: npx skills add https://github.com/Patasse97/claude-skills --skill loop-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the scheduling and execution of long-running experiments by looping them at user-defined intervals, eliminating manual restarts and monitoring tasks.

Core Features & Use Cases

  • Interval-based looping: Schedule recurring experiments at 10 minutes, hourly, daily, weekly, or monthly intervals.
  • Autonomous management: Create, monitor, and stop loops with minimal manual intervention.
  • Traceable records: Persist loop configuration and history to .autoresearch for auditability and reproducibility.

Quick Start

Start a loop for a specific experiment by running /ar:loop engineering/api-speed 10m to schedule a 10-minute interval.

Frequently Asked Questions about loop

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

FAQPage Schema
How do I schedule recurring experiments to run automatically?

To schedule recurring experiments automatically, you can launch autonomous experiment loops with user-defined intervals like 10m, 1h, daily, weekly, or monthly. This eliminates manual restarts by handling creation, monitoring, and stopping.

What's the best way to monitor and stop long-running experiment loops?

The best way to monitor and stop long-running experiment loops is through autonomous management features. This allows you to create, monitor, and stop scheduled loops with minimal manual intervention, persisting configuration and history for traceability.

How does autonomous experiment looping handle state persistence for traceability?

Autonomous experiment looping handles state persistence by saving configuration and history to .autoresearch/{domain}/{name}/loop.json. This ensures complete traceability and reproducibility of your scheduled experiment runs.

Can I use a 10-minute interval for scheduling automated experiments?

Yes, you can use a 10-minute interval for scheduling automated experiments. The system supports granular interval options including 10m, 1h, daily, weekly, and monthly, allowing flexible scheduling for various autonomous research needs.

Do I need .autoresearch configurations to run scheduled experiment loops?

Yes, you need .autoresearch configurations to run scheduled experiment loops. The system reads experiment targets directly from these configurations to automate scheduling and execution at your defined intervals.

Why use autonomous experiment loops instead of manual restarts?

You use autonomous experiment loops instead of manual restarts to automate scheduling and execution of long-running experiments. This eliminates manual monitoring tasks while providing traceable records persisted to .autoresearch for auditability and reproducibility.