Explore

Find agent skills by outcome

85,188 skills indexed with the new KISS metadata standard.

Showing 24 of 85,188Categories: Creative, Coding & Debugging, Productivity, General
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
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

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

- Technology stack

runtime environment

0
General
PromptBeginner5 minmarkdown

- Scope of audit (file

module

0
General
PromptBeginner5 minmarkdown

In `TODO_optimization-auditor.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed optimization findings and any code snippets to `TODO_optimization-auditor.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
General
PromptBeginner5 minmarkdown

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

jitter

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Dead code and unused exports**: Functions

classes

0