Explore

Find agent skills by outcome

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

Showing 24 of 79,967Categories: Productivity, Cursor-rules, Coding & Debugging, General
General
PromptBeginner5 minmarkdown

- Implement temporal validation (expired tokens

past dates

0
General
PromptBeginner5 minmarkdown

- Check for malicious patterns: excessively nested JSON

zip bombs

0
General
PromptBeginner5 minmarkdown

- Implement file upload validation with magic byte verification

not just MIME type or extension

0
General
PromptBeginner5 minmarkdown

- Sanitize file names to remove path traversal sequences (../

%2e%2e/) and special characters

0
General
PromptBeginner5 minmarkdown

- Validate complex structures (JSON

XML

0
General
PromptBeginner5 minmarkdown

- Verify edge cases: empty strings

nulls

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Encode output based on context (HTML encoding

URL encoding

0
General
PromptBeginner5 minmarkdown

- Validate and sanitize file uploads for type (magic bytes

not just extension)

0
General
PromptBeginner5 minmarkdown

- **Schema validation**: JSON Schema

Zod

0
General
PromptBeginner5 minmarkdown

- Normalize whitespace

trim leading/trailing spaces

0
General
PromptBeginner5 minmarkdown

- Assess security threat model (injection vectors

abuse scenarios

0
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
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

0
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

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