Explore

Find agent skills by outcome

78,563 skills indexed with the new KISS metadata standard.

Showing 24 of 78,563Categories: Cursor-rules, Communication, General, Coding & Debugging
General
PromptBeginner5 minmarkdown

- Map validation rules to the appropriate layer (client

server

0
General
PromptBeginner5 minmarkdown

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

caching for expensive checks

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

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

format validation

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
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

Before finalizing

verify:

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-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`DB-ITEM-1.1`):

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

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

bandwidth

0
General
PromptBeginner5 minmarkdown

- Configure persistence (RDB snapshots

AOF) based on durability requirements

0
General
PromptBeginner5 minmarkdown

### Redis (ioredis

redis-py)

0
General
PromptBeginner5 minmarkdown

### MongoDB (Mongoose

Motor)

0
General
PromptBeginner5 minmarkdown

- Set up alerts for long-running queries

lock waits

0
General
PromptBeginner5 minmarkdown

- Use online schema change tools (gh-ost

pt-online-schema-change) for large tables

0
General
PromptBeginner5 minmarkdown

- Monitoring in place for table bloat

dead tuples

0
General
PromptBeginner5 minmarkdown

- Naming conventions are consistent (snake_case for columns

plural for tables)

0
General
PromptBeginner5 minmarkdown

- Indexes exist for all columns used in WHERE

JOIN

0