Explore

Find agent skills by outcome

80,718 skills indexed with the new KISS metadata standard.

Showing 24 of 80,718Categories: Data & Insights, General, Coding & Debugging, Data
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
Data
PromptBeginner5 minmarkdown

- Choose between SQL (PostgreSQL

MySQL) and NoSQL (MongoDB

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

- Plan read replicas

database sharding

0
General
PromptBeginner5 minmarkdown

- Plan caching layers (Redis

Memcached) with invalidation policies

0
General
PromptBeginner5 minmarkdown

- **Security layer**: Plan authentication flows

authorization model

0
Data
PromptBeginner5 minmarkdown

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

design schemas

0
General
PromptBeginner5 minmarkdown

- **Messaging layer**: Implement message queues (RabbitMQ

Kafka

0
General
PromptBeginner5 minmarkdown

- **Architecture pattern**: Select microservices

monolith

0