loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 7 loops indexed.
Bundle Size Reducer
Performance
Iteratively reduces JavaScript bundle size by analyzing dependencies, identifying large modules, and applying targeted optimizations until a specified size target is met.
Frontend Speed Optimizer
Performance
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.
Slow Endpoint Hunter
Performance
This loop identifies and optimizes slow API endpoints by continuously benchmarking, analyzing performance bottlenecks, and applying targeted improvements until response times meet predefined budgets.
Database Latency Reducer
Performance
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.
Render Performance Fixer
Performance
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.
Memory Usage Optimizer
Performance
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.
Performance Budget Guardian
Performance
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.