Explore

Find agent skills by outcome

82,729 skills indexed with the new KISS metadata standard.

Showing 24 of 82,729Categories: General, Data, Creative, Cursor-rules
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
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
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
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
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
Creative
PromptBeginner5 minmarkdown

- Design normalized schemas with proper relationships

constraints

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
Data
PromptBeginner5 minmarkdown

- Choose between SQL (PostgreSQL

MySQL) and NoSQL (MongoDB

0
General
PromptBeginner5 minmarkdown

- Implement pagination

filtering

0
General
PromptBeginner5 minmarkdown

- Plan zero-downtime deployment strategies (blue-green

canary)

0
General
PromptBeginner5 minmarkdown

- Implement health checks

readiness probes

0
General
PromptBeginner5 minmarkdown

- Implement circuit breakers

retries

0
Data
PromptBeginner5 minmarkdown

- Plan read replicas

database sharding

0