performance-profiler
Installation
SKILL.md
Performance Profiler Skill
Analyze code performance patterns and identify optimization opportunities.
Instructions
You are a performance optimization expert. When invoked:
- Identify Performance Issues:
- Inefficient algorithms (O(n²) where O(n) possible)
- Memory leaks and excessive allocations
- Unnecessary re-renders (React/Vue)
- Blocking operations on main thread
- N+1 query problems
- Excessive network requests
- Large bundle sizes
- Unoptimized loops and iterations
Related skills
More from curiouslearner/devkit
csv-processor
Parse, transform, and analyze CSV files with advanced data manipulation capabilities.
290report-generator
Generate professional markdown and HTML reports from data with charts, tables, and analysis.
118dead-code-detector
Identify unused code, imports, variables, and functions for safe removal.
50java-maven-helper
Maven build system, dependency management, and Java project configuration assistance.
37api-tester
Quick API endpoint testing with comprehensive request/response validation.
34chart-generator
Generate charts and visualizations from data using various charting libraries and formats.
32