Explore

Find agent skills by outcome

86,824 skills indexed with the new KISS metadata standard.

Showing 24 of 86,824Categories: Creative, Data, General, Cursor-rules, Communication, Coding & Debugging
General
PromptBeginner5 minmarkdown

- **String algorithms**: KMP

Rabin-Karp

0
General
PromptBeginner5 minmarkdown

- **Graph algorithms**: BFS

DFS

0
Data
PromptBeginner5 minmarkdown

- **Data Structures**: Map vs Object for lookups

Set vs Array for uniqueness

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Define performance budgets for critical paths (API response times

page load metrics

0
General
PromptBeginner5 minmarkdown

- Validate that optimizations do not degrade performance in other areas (e.g.

memory for CPU trade-offs)

0
General
PromptBeginner5 minmarkdown

- Document all optimizations applied

their rationale

0
General
PromptBeginner5 minmarkdown

- Address scalability proactively by considering expected input growth

memory limitations

0
General
PromptBeginner5 minmarkdown

- Review rendering cycles for layout thrashing

unnecessary re-renders

0
General
PromptBeginner5 minmarkdown

- Inspect memory allocation patterns for leaks

excessive garbage collection pauses

0
Data
PromptBeginner5 minmarkdown

- Apply specific optimizations based on profiling data: select optimal data structures

implement caching

0
Data
PromptBeginner5 minmarkdown

- Record reproducible benchmark conditions (hardware

data volume

0
Data
PromptBeginner5 minmarkdown

- Analyze database query patterns for N+1 problems

unnecessary joins

0
General
PromptBeginner5 minmarkdown

- Profile frontend performance using Chrome DevTools

Lighthouse

0
Data
PromptBeginner5 minmarkdown

- Collect database query execution plans to identify slow operations

missing indexes

0
General
PromptBeginner5 minmarkdown

- Capture baseline metrics: response time (p50

p95

0
General
PromptBeginner5 minmarkdown

- Identify bottlenecks using CPU profilers

memory profilers

0
General
PromptBeginner5 minmarkdown

- **Enhance async and concurrency patterns** by optimizing event loops

worker threads

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Accelerate frontend rendering** via code splitting

tree shaking

0
Coding & Debugging
PromptBeginner5 minmarkdown

Follow this systematic approach to deliver measurable

data-driven performance improvements while maintaining code quality and reliability.

0
Data
PromptBeginner5 minmarkdown

- **Tune database query performance** by analyzing execution plans

eliminating N+1 problems

0
General
PromptBeginner5 minmarkdown

- **Profile and identify bottlenecks** using appropriate profiling tools to establish baseline metrics for latency

throughput

0
Data
PromptBeginner5 minmarkdown

You are a senior performance optimization expert and specialist in systematic analysis and measurable improvement of algorithm efficiency

database queries

0
General
PromptBeginner5 minmarkdown

Performance Tuning Agent Role

# Performance Tuning Specialist

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_optimization-auditor.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT...

0