Explore

Find agent skills by outcome

11,215 skills indexed with the new KISS metadata standard.

Showing 24 of 11,215Categories: Research & Learning, Coding & Debugging, Creative, Writing & Content
Writing & Content
PromptBeginner5 minmarkdown

- Write seed files compatible with the project's migration framework (Flyway

Liquibase

0
Coding & Debugging
PromptBeginner5 minmarkdown

### JavaScript/TypeScript (Faker.js

Fishery

0
Coding & Debugging
PromptBeginner5 minmarkdown

### Python (Faker

Factory Boy

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Special characters

Unicode

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Include appropriate HTTP status codes

headers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Build API mock responses** following RESTful conventions with success/error responses

pagination

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior test data engineering expert and specialist in realistic synthetic data generation using Faker.js

custom generation patterns

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_data-validator.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,FALSE,TEXT,wkaa...

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Data entry points (APIs

forms

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed validation implementations and any code snippets to `TODO_data-validator.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
Writing & Content
PromptBeginner5 minmarkdown

- **Trusting Content-Type headers**: Attackers set any Content-Type they want; validate actual content

not declared type

0
Creative
PromptBeginner5 minmarkdown

- Use Jakarta Bean Validation annotations (@NotNull

@Size

0
Coding & Debugging
PromptBeginner5 minmarkdown

### Python (Pydantic

Marshmallow

0
Coding & Debugging
PromptBeginner5 minmarkdown

### JavaScript/TypeScript (Zod

Joi

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Keep validation schemas in sync with API documentation (OpenAPI

GraphQL schemas)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Track validation bypass attempts (modified client-side code

direct API calls)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Cache results of expensive validation operations (DNS lookups

external API checks)

0
Creative
PromptBeginner5 minmarkdown

- Validate cross-field dependencies (end date after start date

shipping address matches country)

0
Writing & Content
PromptBeginner5 minmarkdown

- Validate request origins

content types

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Encode output based on context (HTML encoding

URL encoding

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Identify all data entry points (forms

APIs

0
Creative
PromptBeginner5 minmarkdown

- **Design error handling** with clear

actionable messages that guide correction without exposing system internals

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Prevent injection attacks** through SQL parameterization

XSS escaping

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

escaping context-specific threats

0