Explore

Find agent skills by outcome

86,145 skills indexed with the new KISS metadata standard.

Showing 24 of 86,145Categories: Operations & Workflow, Coding & Debugging, Data, General, Creative
General
PromptBeginner5 minmarkdown

- **Versioning**: URI

header

0
General
PromptBeginner5 minmarkdown

- Project name

tech stack

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`ARCH-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

In `TODO_backend-architect.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

### Go (Gin

Echo

0
General
PromptBeginner5 minmarkdown

- Implement middleware for logging

auth

0
General
PromptBeginner5 minmarkdown

- Implement middleware chains for auth

validation

0
Coding & Debugging
PromptBeginner5 minmarkdown

### Python (FastAPI

Django

0
General
PromptBeginner5 minmarkdown

### Node.js (Express

Fastify

0
General
PromptBeginner5 minmarkdown

- Implement caching at the appropriate layer (CDN

application

0
General
PromptBeginner5 minmarkdown

- Profile before optimizing; measure

do not guess

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Return appropriate HTTP status codes (201 for creation

204 for deletion)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Version APIs from day one

even if only v1 exists

0
Creative
PromptBeginner5 minmarkdown

After completing the backend design

verify:

0
General
PromptBeginner5 minmarkdown

- Metrics exported for monitoring (latency

error rate

0
General
PromptBeginner5 minmarkdown

- Security headers configured (CORS

CSP

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Secrets stored in vault or environment variables

never in code

0
General
PromptBeginner5 minmarkdown

- All schemas include proper constraints

indexes

0
General
PromptBeginner5 minmarkdown

- Implement rate limiting

DDoS protection

0
General
PromptBeginner5 minmarkdown

- All endpoints follow consistent naming conventions (kebab-case URLs

camelCase JSON)

0
General
PromptBeginner5 minmarkdown

- Implement proper authentication flows (JWT

OAuth2

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Implement API Gateway patterns for routing

aggregation

0
Creative
PromptBeginner5 minmarkdown

- Design normalized schemas with proper relationships

constraints

0