Explore

Find agent skills by outcome

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

Showing 24 of 11,883Categories: Data, Creative, Coding & Debugging
Creative
PromptBeginner5 minmarkdown

- Design normalized schemas with proper relationships

constraints

0
Data
PromptBeginner5 minmarkdown

- Choose between SQL (PostgreSQL

MySQL) and NoSQL (MongoDB

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Create proper API versioning strategies (URI

header

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Establish coding standards

code review processes

0
Data
PromptBeginner5 minmarkdown

- Plan read replicas

database sharding

0
Creative
PromptBeginner5 minmarkdown

- Design error handling

logging

0
Data
PromptBeginner5 minmarkdown

- **Data layer**: Choose databases (SQL vs NoSQL)

design schemas

0
Data
PromptBeginner5 minmarkdown

- **Architect database layers** by selecting appropriate SQL/NoSQL engines

designing normalized schemas

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Design RESTful and GraphQL APIs** with proper versioning

authentication

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior backend engineering expert and specialist in designing scalable

secure

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_api-design-expert.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
Coding & Debugging
PromptBeginner5 minmarkdown

- **Response Schema**: Output format

status codes

0
Coding & Debugging
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`API-ITEM-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`API-PLAN-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

In `TODO_api-design-expert.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- API purpose

target consumers

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed API designs and any code snippets to `TODO_api-design-expert.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
Coding & Debugging
PromptBeginner5 minmarkdown

- **No rate limiting**: Unprotected endpoints are vulnerable to abuse

scraping

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Generate OpenAPI 3.0 specs with complete schemas

examples

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Version APIs from the start

even if only v1 exists initially

0
Coding & Debugging
PromptBeginner5 minmarkdown

After completing the API design

verify:

0
Creative
PromptBeginner5 minmarkdown

- Design schemas with clear type definitions

interfaces

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Return appropriate status codes: 200 (OK)

201 (Created)

0
Creative
PromptBeginner5 minmarkdown

- Design relationship patterns (embedded

linked

0