Explore

Find agent skills by outcome

83,990 skills indexed with the new KISS metadata standard.

Showing 24 of 83,990Categories: Cursor-rules, General, Coding & Debugging, Creative, Communication
General
PromptBeginner5 minmarkdown

- **String algorithms**: KMP

Rabin-Karp

0
General
PromptBeginner5 minmarkdown

- **Graph algorithms**: BFS

DFS

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

- Profile frontend performance using Chrome DevTools

Lighthouse

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
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
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
Coding & Debugging
PromptBeginner5 minmarkdown

- **Evidence**: Specific code path

pattern

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`OA-DEEP-1.1`):

0