Performance Optimization skills for AI agents
8 practitioner-grade performance optimization skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Bundle Optimization
Reduce JavaScript bundle size through tree shaking, dependency analysis, and build configuration tuning.
121 lines - Caching Strategies
Design effective browser and CDN caching strategies using Cache-Control headers, ETags, service workers, and edge caching.
114 lines - Code Splitting
Reduce initial load time with route-based and component-level code splitting using dynamic imports and framework-specific patterns.
151 lines - Core Web Vitals
Optimize Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift for better user experience and search rankings.
136 lines - Database Query Optimization
Optimize database queries through indexing, query planning, N+1 elimination, connection pooling, and schema design.
138 lines - Image Optimization
Optimize image delivery with modern formats, responsive sizing, lazy loading, and CDN-based transformations.
108 lines - Memory Management
Prevent memory leaks and optimize memory usage through proper cleanup patterns, profiling, and garbage collection awareness.
173 lines - Server Side Rendering
Improve time-to-first-byte and perceived performance with server-side rendering, static generation, and streaming patterns.
130 lines