Run autonomous experiment loops
loopskillsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Schedule recurring code experiments with automated feedback and failure detection
Best for
Incremental optimization loops where one change per run is tested against a metric
Inputs
- · Experiment path
- · interval (10m/1h/daily/weekly/monthly)
Outputs
- · Cron job ID
- · results.tsv updated with outcome
- · strategy section evolved every 10 runs
Requires
- · CronCreate
- · CronDelete
- · git
Preconditions
- · Experiment directory structure initialized
- · config.cfg, program.md, results.tsv exist
Failure modes
- · 5 consecutive crashes trigger auto-delete of cron
- · auto-expiry after 3 days requires manual restart
- · concurrent loops on same branch conflict
Trust signals
- · Automatic crash detection and loop termination
- · results persist across expiry
- · strategy evolution every 10 experiments