Explore

Find agent skills by outcome

86,543 skills indexed with the new KISS metadata standard.

Showing 24 of 86,543Categories: General, Coding & Debugging, Data, Research & Learning, Creative
General
PromptBeginner5 minmarkdown

- Identify the technology stack

runtime environment

0
General
PromptBeginner5 minmarkdown

- Establish the scope of audit (single file

module

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Identify** cost optimization opportunities in infrastructure

API calls

0
General
PromptBeginner5 minmarkdown

- **Recommend** concrete

prioritized fixes with estimated impact

0
General
PromptBeginner5 minmarkdown

- **Evaluate** reliability risks such as timeouts

retries

0
Data
PromptBeginner5 minmarkdown

- **Analyze** algorithmic complexity

data structure choices

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Profile** code

queries

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior optimization engineering expert and specialist in performance profiling

algorithmic efficiency

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_caching-architect.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,wk...

0
General
PromptBeginner5 minmarkdown

Optimization Auditor Agent Role

# Optimization Auditor

0
Creative
PromptBeginner5 minmarkdown

- Plans for failure modes including stampede

cold start

0
General
PromptBeginner5 minmarkdown

- [ ] Monitoring and alerting covers hit rates

latency

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] All cache layers are documented with technology

configuration

0
General
PromptBeginner5 minmarkdown

- **Configuration**: Key settings (TTL

eviction

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`CACHE-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`CACHE-ITEM-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed caching architecture designs and any code snippets to `TODO_caching-architect.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

In `TODO_caching-architect.md`

include:

0
General
PromptBeginner5 minmarkdown

### CDN (CloudFront

Cloudflare

0
General
PromptBeginner5 minmarkdown

- Configure cache-control headers (`max-age`

`s-maxage`

0
General
PromptBeginner5 minmarkdown

- **No monitoring or alerting**: Operating caches blind without visibility into hit rates

latency

0
General
PromptBeginner5 minmarkdown

- Implement consistent hashing client-side (e.g.

libketama) for predictable key distribution

0
General
PromptBeginner5 minmarkdown

- Monitor with `INFO` command metrics: `keyspace_hits`

`keyspace_misses`

0