sweep

Run autonomous optimization loops until a target metric is achieved.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SteeZyT33/perf-lab-plugin --skill sweep-steezyt33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sweep
Source: https://github.com/SteeZyT33/perf-lab-plugin/tree/main/skills/sweep
Command: npx skills add https://github.com/SteeZyT33/perf-lab-plugin --skill sweep-steezyt33

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of running experiments repeatedly until a specific target is met or a maximum number of iterations is reached, allowing for hands-off, continuous optimization.

Core Features & Use Cases

  • Autonomous Optimization Loop: Runs experiments continuously without user intervention.
  • Plateau Detection & Breakthroughs: Automatically triggers a sequence of actions when performance plateaus to find improvements.
  • Resumption: Can resume previous optimization runs by restoring agent state.
  • Use Case: Ideal for scenarios where you want to optimize a metric (e.g., model accuracy, system performance) over an extended period without constant supervision.

Quick Start

Launch an autonomous optimization loop to run experiments until the target is hit.

Frequently Asked Questions about sweep

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

FAQPage Schema
How do I automate continuous optimization experiments without manual supervision?

Autonomous optimization loops execute experiments continuously until a target metric is achieved or a maximum iteration count is reached. This hands-off process manages experiment discipline and handles breakthroughs triggered by plateau detection automatically.

What happens when performance tuning plateaus during an automated optimization loop?

When performance tuning plateaus during an optimization loop, plateau detection automatically triggers a sequence of actions to find improvements. This breakthrough mechanism ensures the autonomous process overcomes stagnation without requiring manual intervention.

Can I resume a previous autonomous optimization run if it is interrupted?

Yes, previous optimization runs can be resumed by restoring agent state. This resumption capability allows continuous improvement experiments to pick up exactly where they left off after interruptions.

How does autonomous optimization handle discarded experiment attempts?

Autonomous optimization manages experiment discipline by actively avoiding discarded attempts. This ensures the optimization loop only retains and builds upon valid, productive experiment iterations.

What is the best way to optimize a target metric over an extended period?

An autonomous optimization loop is ideal for optimizing a target metric, such as model accuracy or system performance, over an extended period. It operates hands-off by repeatedly executing experiments until the defined target is met.

Do I need to set a maximum iteration count for autonomous performance tuning?

Yes, defining a maximum iteration count is required to bound the autonomous optimization loop. This limit works alongside the target metric condition to determine exactly when the continuous experiment execution should terminate.