Explore

Find agent skills by outcome

74,735 skills indexed with the new KISS metadata standard.

Showing 24 of 74,735Categories: Communication, General
General
PromptBeginner5 minmarkdown

- Follow migration framework conventions (TypeORM

Prisma

0
General
PromptBeginner5 minmarkdown

- Generate migration files for all schema changes

never alter production manually

0
General
PromptBeginner5 minmarkdown

- Implement proper constraints including NOT NULL

UNIQUE

0
General
PromptBeginner5 minmarkdown

- Plan for soft deletes

audit trails

0
General
PromptBeginner5 minmarkdown

- Use proper JOIN types (INNER

LEFT

0
General
PromptBeginner5 minmarkdown

- Choose appropriate index types (B-tree for range

hash for equality

0
General
PromptBeginner5 minmarkdown

- Understand multi-tenancy

compliance

0
General
PromptBeginner5 minmarkdown

- Establish consistency

availability

0
General
PromptBeginner5 minmarkdown

- Identify all entities

their attributes

0
General
PromptBeginner5 minmarkdown

- **Plan indexing strategies** using B-tree

hash

0
General
PromptBeginner5 minmarkdown

- **Create safe migrations** that are reversible

backward compatible

0
General
PromptBeginner5 minmarkdown

- **Optimize complex queries** by analyzing execution plans

identifying bottlenecks

0
General
PromptBeginner5 minmarkdown

- Includes observability from day one

not as an afterthought

0
General
PromptBeginner5 minmarkdown

- [ ] Security measures cover authentication

authorization

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`ARCH-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Authentication**: JWT

OAuth2

0
General
PromptBeginner5 minmarkdown

- **Pattern**: REST

GraphQL

0
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
General
PromptBeginner5 minmarkdown

### Go (Gin

Echo

0
General
PromptBeginner5 minmarkdown

- Implement middleware for logging

auth

0