Explore

Find agent skills by outcome

79,858 skills indexed with the new KISS metadata standard.

Showing 24 of 79,858Categories: Cursor-rules, General, Coding & Debugging, Writing & Content
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
General
PromptBeginner5 minmarkdown

- Implement circuit breakers

retries

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Establish coding standards

code review processes

0
General
PromptBeginner5 minmarkdown

- Plan caching layers (Redis

Memcached) with invalidation policies

0
General
PromptBeginner5 minmarkdown

- **Security layer**: Plan authentication flows

authorization model

0