Parallel optimization agents that find performance bottlenecks, reduce bundle sizes, eliminate dead code, and verify improvements with before/after metrics.
npx claudepluginhub wilrf/wilrf-marketplace --plugin speedrunHunts for algorithmic inefficiencies including O(n^2) operations, repeated computation, inefficient data structures, and missing memoization.
Hunts for build performance issues including slow compilation, missing caching, serialized tasks, and inefficient config.
Hunts for bundle size issues including unused exports, large dependencies, missing tree-shaking, and code splitting opportunities.
Hunts for code complexity issues including high cyclomatic complexity, deep nesting, long functions, and cognitive load problems.
Hunts for dead code including unused exports, orphan files, unreachable code paths, and commented-out code blocks.
Hunts for dependency issues including unused packages, duplicates, outdated versions, security vulnerabilities, and lighter alternatives.
Hunts for image optimization issues including unoptimized formats, missing compression, oversized assets, and lazy loading opportunities.
Hunts for memory issues including leaks, excessive allocation, unbounded caches, and GC pressure patterns.
Hunts for database query issues including N+1 queries, missing indexes, inefficient joins, and unoptimized SQL patterns.
Hunts for web performance issues affecting Core Web Vitals including LCP, CLS, INP, TTFB, and critical rendering path problems.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization
Application profiling, performance optimization, and observability for frontend and backend systems