Explore

Find agent skills by outcome

10,817 skills indexed with the new KISS metadata standard.

Showing 24 of 10,817Categories: Creative, Writing & Content, Coding & Debugging
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
Creative
PromptBeginner5 minmarkdown

- Plans for failure modes including stampede

cold start

0
Writing & Content
PromptBeginner5 minmarkdown

- Data access patterns

read/write ratios

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

- Design load tests simulating cache stampede

hot key

0
Writing & Content
PromptBeginner5 minmarkdown

- Map each data entity to its invalidation strategy (write-through

write-behind

0
Writing & Content
PromptBeginner5 minmarkdown

- **Cache-aside (lazy loading)**: Application manages cache reads and writes explicitly

simple but risk of stale reads

0
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
Writing & Content
PromptBeginner5 minmarkdown

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

write-behind for write-heavy workloads

0
Creative
PromptBeginner5 minmarkdown

- **Select optimal caching technologies** based on use case requirements

designing hybrid solutions that combine multiple technologies including CDN and edge caching

0
Creative
PromptBeginner5 minmarkdown

- Design from the outside in: CDN layer

application cache layer

0
Writing & Content
PromptBeginner5 minmarkdown

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

write-behind

0
Creative
PromptBeginner5 minmarkdown

- **Design multi-layer caching architectures** using Redis

Memcached

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
Writing & Content
PromptBeginner5 minmarkdown

- **Links From**: Footer

content submission forms

0
Writing & Content
PromptBeginner5 minmarkdown

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

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

0
Writing & Content
PromptBeginner5 minmarkdown

- **Content**: Complete Refund Policy with eligibility

process

0
Writing & Content
PromptBeginner5 minmarkdown

- **Scope**: Allowed/prohibited content types

moderation workflow

0
Writing & Content
PromptBeginner5 minmarkdown

- **Dependencies**: Content Policy for detailed content rules

ToS for termination clauses

0
Writing & Content
PromptBeginner5 minmarkdown

- **Regulations**: DSA (Digital Services Act)

local speech/content laws

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed legal documents and any code snippets to `TODO_legal-document-generator.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
Creative
PromptBeginner5 minmarkdown

- Recommend periodic review cadence (e.g.

quarterly or after regulatory changes)

0