Loop
Start an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly).
Before & after
Same prompt, same agent — the only difference is the skill.
You could set up an experiment to test different landing page versions. You'd need to decide on your metrics, sample size, and how long to run it. You could manually check results each day or set up a scheduled report. I'd recommend using a tool like Google Analytics or Mixpanel to track your variants. You might also want to set statistical significance thresholds before you decide a winner. How would you like to structure the experiment?
AUTONOMOUS EXPERIMENT LOOP CONFIG
SETUP
• Interval: Daily (UTC 09:00 check-in)
• Duration: 14 days or statistical significance (p < 0.05), whichever comes first
• Variants: 3 landing pages ("Simple headline", "Social proof lead", "Free trial CTA")
DISTRIBUTION
• Even split: 33% traffic each
• Min sample size per day: 200 views per variant
METRICS TRACKED
• Primary: Conversion to signup (target: variant A 8%, baseline 6%)
• Secondary: Form completion rate, time-on-page
DAILY REPORT
Timestamp, variant name, conversions today, cumulative rate, confidence interval, "on track?" (yes/no)
Trigger escalation if: Variant underperforms baseline by > 2% on day 7
WINNER CRITERIA
• Primary metric reaches 95% confidence (Bayesian)
• No red flags on secondary metrics
• Deploy winner to 100% traffic automatically
HOOK: CronCreate schedules daily check; result emailed to teamAbout this skill
name: loop description: Use when Start an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly).
Loop
Start an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly). Uses CronCreate for scheduling. Use when the user runs /ar:loop or asks to run an autoresearch experiment continuously on a schedule.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the loop 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; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: loop
description: Use this skill when the user runs /ar:loop or asks to run an autoresearch experiment continuously on a chosen interval such as every 10 minutes, hourly, daily, weekly, or monthly.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Loop
Starts an autonomous experiment loop that re-runs a research cycle on a schedule, without a human manually re-triggering each run.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.