Explore

Find agent skills by outcome

94,846 skills indexed with the new KISS metadata standard.

Showing 24 of 94,846
General
PromptBeginner5 minmarkdown

- Implement distributed tracing (Jaeger

Zipkin) to identify cross-service latency bottlenecks

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use language-specific CPU and memory profilers (pprof for Go

py-spy for Python

0
General
PromptBeginner5 minmarkdown

- Run load tests with k6

JMeter

0
Data
PromptBeginner5 minmarkdown

- Deploy Application Performance Monitoring (Datadog

New Relic

0
General
PromptBeginner5 minmarkdown

### Frontend (Chrome DevTools

Lighthouse

0
General
PromptBeginner5 minmarkdown

### Backend (APM

Profilers

0
Productivity
PromptBeginner5 minmarkdown

- Run Lighthouse for automated audits covering LCP

FID

0
General
PromptBeginner5 minmarkdown

- Address scalability: proactively consider expected input size

memory limitations

0
General
PromptBeginner5 minmarkdown

- Identify constraints

input/output requirements

0
General
PromptBeginner5 minmarkdown

- Provide alternative solutions when trade-offs exist (in-place vs additional memory

speed vs memory)

0
General
PromptBeginner5 minmarkdown

- Capture percentiles (p50

p95

0
General
PromptBeginner5 minmarkdown

- Remember that premature optimization is counterproductive

but strategic optimization is essential

0
General
PromptBeginner5 minmarkdown

- Consider the full system impact of optimizations

not just local improvements

0
Business
PromptBeginner5 minmarkdown

- Measure user-perceived performance metrics that matter to the business

not synthetic micro-benchmarks

0
Data
PromptBeginner5 minmarkdown

- Use reproducible benchmarks with consistent hardware

data volume

0
General
PromptBeginner5 minmarkdown

- [ ] All optimizations are documented with rationale

measured impact

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] API response times meet SLA: <200ms (p95) for standard endpoints

<50ms (p95) for database queries

0
General
PromptBeginner5 minmarkdown

After completing optimization

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Frontend metrics meet targets: LCP <2.5s

FID <100ms

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Correlate bottlenecks with specific code paths

queries

0
General
PromptBeginner5 minmarkdown

- Implement optimizations incrementally

measuring after each change

0
General
PromptBeginner5 minmarkdown

- Document trade-offs: readability vs performance

memory vs CPU

0
General
PromptBeginner5 minmarkdown

- Profile memory usage including heap size

GC frequency

0
General
PromptBeginner5 minmarkdown

- Capture response time percentiles (p50

p95

0