loops / directory

LOOP WORKBENCH

Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 7 loops indexed.

loops
7
categories
15

Bundle Size Reducer

Performance

intermediate

Iteratively reduces JavaScript bundle size by analyzing dependencies, identifying large modules, and applying targeted optimizations until a specified size target is met.

performanceoptimizationbundlesize
view loop →

Frontend Speed Optimizer

Performance

Intermediate

Automatically improves frontend page speed by iteratively analyzing Lighthouse reports and applying targeted optimizations. This loop runs until your target Lighthouse performance score is achieved.

performancelighthousefrontendoptimization
view loop →

Slow Endpoint Hunter

Performance

Intermediate

This loop identifies and optimizes slow API endpoints by continuously benchmarking, analyzing performance bottlenecks, and applying targeted improvements until response times meet predefined budgets.

apiperformanceoptimizationbenchmarking
view loop →

Database Latency Reducer

Performance

Intermediate

An automated loop designed to systematically identify and resolve database performance bottlenecks to reduce query response times. This agent analyzes execution plans, optimizes slow queries, and applies indexing strategies while maintaining data integrity and safety.

performancedatabaseoptimizationsql
view loop →

Render Performance Fixer

Performance

Intermediate

This loop identifies and resolves rendering performance issues in your application to reduce UI lag. It uses performance profiling tools and optimization techniques to iteratively improve frame rate (FPS) until target levels are achieved. Ideal for applications experiencing stuttering, slow updates, or unresponsive UI elements.

performancerenderinguioptimization
view loop →

Memory Usage Optimizer

Performance

Medium

This loop automatically analyzes and optimizes the codebase to reduce memory consumption. It iteratively identifies high-memory components, applies targeted optimizations (e.g., caching, lazy loading, data structure improvements), and validates improvements using a memory benchmark until the desired target is achieved or the maximum iterations are reached.

memoryperformanceoptimizationprofiling
view loop →

Performance Budget Guardian

Performance

Intermediate

Automatically optimizes application code to meet predefined performance budgets. Uses performance audits to measure key metrics like load time, First Contentful Paint (FCP), Largest Contentful Paint (LCP), and Cumulative Layout Shift (CLS). Iteratively refines codebase through targeted optimizations until budget targets are satisfied.

performanceoptimizationauditbudget
view loop →