BA
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Install
mkdir -p .claude/skills/backend-patterns-chenqin231 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15620" && unzip -o skill.zip -d .claude/skills/backend-patterns-chenqin231 && rm skill.zipInstalls to .claude/skills/backend-patterns-chenqin231
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.142 charsno explicit “when” trigger
About this skill
Backend Development Patterns
Backend architecture patterns and best practices for scalable server-side applications.
参考资源
| 主题 | 说明 | 文件 |
|---|---|---|
| API 设计 | RESTful、Repository、Service Layer、Middleware 模式 | api-design.md |
| 数据库模式 | 查询优化、N+1 防护、事务处理 | database-patterns.md |
| 缓存策略 | Redis Caching Layer、Cache-Aside 模式 | caching-strategies.md |
| 错误处理 | 集中式错误处理、指数退避重试 | error-handling.md |
| 认证/限流/队列/日志 | JWT、RBAC、Rate Limiting、Job Queue、Structured Logging | auth-ratelimit-jobs-logging.md |