Explore

Find agent skills by outcome

91,815 skills indexed with the new KISS metadata standard.

Showing 24 of 91,815Categories: Coding & Debugging, Writing & Content, Cursor-rules, General
General
PromptBeginner5 minmarkdown

- Validate and sanitize file uploads for type (magic bytes

not just extension)

0
General
PromptBeginner5 minmarkdown

- Normalize whitespace

trim leading/trailing spaces

0
General
PromptBeginner5 minmarkdown

- **Schema validation**: JSON Schema

Zod

0
General
PromptBeginner5 minmarkdown

- Map validation rules to the appropriate layer (client

server

0
General
PromptBeginner5 minmarkdown

- Assess security threat model (injection vectors

abuse scenarios

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Identify all data entry points (forms

APIs

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Prevent injection attacks** through SQL parameterization

XSS escaping

0
General
PromptBeginner5 minmarkdown

- **Optimize validation performance** using fail-fast ordering

caching for expensive checks

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Sanitize and normalize input data** by removing harmful content

escaping context-specific threats

0
General
PromptBeginner5 minmarkdown

- **Implement multi-layer validation** at client-side

server-side

0
General
PromptBeginner5 minmarkdown

- **Enforce strict type checking** with explicit type conversion

format validation

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_database-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,w...

0
General
PromptBeginner5 minmarkdown

- Proactively identifies missing indexes

inefficient queries

0
General
PromptBeginner5 minmarkdown

- [ ] All schemas have proper primary keys

foreign keys

0
General
PromptBeginner5 minmarkdown

- **Type**: Schema change

index

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`DB-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`DB-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

- **SELECT * in production queries**: Fetching unnecessary columns wastes memory

bandwidth

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed database designs and any code snippets to `TODO_database-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

- Configure persistence (RDB snapshots

AOF) based on durability requirements

0
General
PromptBeginner5 minmarkdown

### MongoDB (Mongoose

Motor)

0
General
PromptBeginner5 minmarkdown

### Redis (ioredis

redis-py)

0
General
PromptBeginner5 minmarkdown

- Use online schema change tools (gh-ost

pt-online-schema-change) for large tables

0