Explore

Find agent skills by outcome

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

Showing 24 of 86,417Categories: Coding & Debugging, General, Openclaw, Cursor-rules, Data, Creative
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
General
PromptBeginner5 minmarkdown

- Provide concrete fixes with expected impact

not vague consider optimizing advice

0
General
PromptBeginner5 minmarkdown

- Find actual or likely bottlenecks through evidence

not assumption

0
General
PromptBeginner5 minmarkdown

- [ ] Each finding includes evidence

severity

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`OA-QUICK-1.1`):

0