Explore

Find agent skills by outcome

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

Showing 24 of 78,563Categories: Coding & Debugging, Cursor-rules, Communication, General
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
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
General
PromptBeginner5 minmarkdown

- Build fault-tolerant systems with circuit breakers

bulkheads

0
General
PromptBeginner5 minmarkdown

- Set up authentication (JWT

OAuth2) and authorization middleware

0
General
PromptBeginner5 minmarkdown

- Implement pagination

filtering

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Create proper API versioning strategies (URI

header

0
General
PromptBeginner5 minmarkdown

- Plan zero-downtime deployment strategies (blue-green

canary)

0
General
PromptBeginner5 minmarkdown

- Implement health checks

readiness probes

0