Explore

Find agent skills by outcome

90,339 skills indexed with the new KISS metadata standard.

Showing 24 of 90,339Categories: General, Writing & Content, Data
General
PromptBeginner5 minmarkdown

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

worker threads

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
General
PromptBeginner5 minmarkdown

Performance Tuning Agent Role

# Performance Tuning Specialist

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

- 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

Use checkboxes and stable IDs (e.g.

`OA-DEEP-1.1`):

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- Scope of audit (file

module

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`OA-QUICK-1.1`):

0
General
PromptBeginner5 minmarkdown

- Technology stack

runtime environment

0
General
PromptBeginner5 minmarkdown

In `TODO_optimization-auditor.md`

include:

0
General
PromptBeginner5 minmarkdown

- **Infinite retries without backoff**: Retry loops without exponential backoff

jitter

0
General
PromptBeginner5 minmarkdown

- Check for idle resources

over-provisioned instances

0
Data
PromptBeginner5 minmarkdown

- Identify unnecessary copies of large data structures (pandas DataFrames

dicts)

0
General
PromptBeginner5 minmarkdown

- Identify blocking operations in Node.js event loop (sync I/O

CPU-heavy computation)

0
General
PromptBeginner5 minmarkdown

- Present quick wins (fast implementation

high value) as the first action items

0
General
PromptBeginner5 minmarkdown

- [ ] Quick wins (high ROI

low effort) are clearly separated from deeper refactors

0
General
PromptBeginner5 minmarkdown

- Identify actual bottlenecks through measurement

not assumption

0
General
PromptBeginner5 minmarkdown

- [ ] Each finding includes category

severity

0
General
PromptBeginner5 minmarkdown

After completing the optimization audit

verify:

0
General
PromptBeginner5 minmarkdown

- Compute waste from unnecessary retries

polling

0