Explore

Find agent skills by outcome

79,858 skills indexed with the new KISS metadata standard.

Showing 24 of 79,858Categories: Data & Insights, Writing & Content, Coding & Debugging, General, Cursor-rules
Writing & Content
PromptBeginner5 minmarkdown

- **Write-behind (write-back)**: Asynchronous batch writes to backing store

lower write latency

0
Writing & Content
PromptBeginner5 minmarkdown

- **Write-through**: Synchronous cache update on every write

strong consistency

0
General
PromptBeginner5 minmarkdown

- **CDN caching**: Static assets

dynamic page caching with edge-side includes

0
General
PromptBeginner5 minmarkdown

- **Application-level caching**: In-process caches (e.g.

Guava

0
General
PromptBeginner5 minmarkdown

- Plan for cache stampede prevention using locking

probabilistic early expiration

0
General
PromptBeginner5 minmarkdown

- Configure eviction policies (LRU

LFU

0
General
PromptBeginner5 minmarkdown

### 5. Monitoring

Failover

0
General
PromptBeginner5 minmarkdown

- Implement cache hit rate monitoring

latency tracking

0
General
PromptBeginner5 minmarkdown

- Select appropriate caching technologies (Redis

Memcached

0
Writing & Content
PromptBeginner5 minmarkdown

- Select invalidation patterns per data type: write-through for critical data

write-behind for write-heavy workloads

0
General
PromptBeginner5 minmarkdown

- **Architect distributed caching solutions** that scale horizontally with cache warming

preloading

0
General
PromptBeginner5 minmarkdown

- **Optimize cache hit rates** through strategic cache placement

sizing

0
Writing & Content
PromptBeginner5 minmarkdown

- **Implement cache invalidation patterns** including write-through

write-behind

0
General
PromptBeginner5 minmarkdown

- Include specific

actionable information rather than vague disclaimers

0
General
PromptBeginner5 minmarkdown

- Are living documents with versioning

change-logs

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_legal-document-generator.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,...

0
General
PromptBeginner5 minmarkdown

- [ ] All documents include effective date

version number

0
General
PromptBeginner5 minmarkdown

- [ ] Page routes (`/terms`

`/privacy`

0
General
PromptBeginner5 minmarkdown

- [ ] Footer

cookie banner

0
General
PromptBeginner5 minmarkdown

- **Component**: Footer component (e.g.

`components/Footer.tsx`)

0
General
PromptBeginner5 minmarkdown

- **Behavior**: Show on first visit

respect consent preferences

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Component/File**: Page component or static file to create (e.g.

`app/refund-policy/page.tsx`)

0
General
PromptBeginner5 minmarkdown

- **Links From**: Footer

checkout/payment flow

0