Explore

Find agent skills by outcome

12,502 skills indexed with the new KISS metadata standard.

Showing 24 of 12,502Categories: Education, Coding & Debugging, Creative
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_perf-tuning.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,wkaandem...

0
Creative
PromptBeginner5 minmarkdown

- Starts with measurement

not assumptions

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed optimizations and any code snippets to `TODO_perf-tuning.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
Coding & Debugging
PromptBeginner5 minmarkdown

- **Synchronous blocking in async code**: Blocking the event loop or thread pool with synchronous operations

destroying concurrency benefits

0
Education
PromptBeginner5 minmarkdown

- Use EXPLAIN ANALYZE to inspect query execution plans and identify sequential scans

hash joins

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

py-spy for Python

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

<50ms (p95) for database queries

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Correlate bottlenecks with specific code paths

queries

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **API**: Payload size reduction

compression (gzip

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Frontend**: Code splitting

tree shaking

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Techniques**: Dynamic programming

memoization

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Define performance budgets for critical paths (API response times

page load metrics

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

- **Evidence**: Specific code path

pattern

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

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

classes

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Unbounded data loading**: Queries or API calls without pagination

limits

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Assess removal safety for dead code (Safe

Likely Safe

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Classify findings as Reuse Opportunity

Dead Code

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Cite specific code paths

patterns

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Dead code

unused imports

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Propose concrete code changes

query rewrites

0