backend-developer by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill backend-developer提供跨多种框架、语言和部署策略的服务器端应用程序开发的全面专业知识。专注于构建可扩展的 API、数据库设计、身份验证系统和生产就绪的后端基础设施。
在以下情况调用此技能:
在以下情况不要调用:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Backend Framework Selection
├─ JavaScript/TypeScript
│ ├─ Need rapid development + type safety → NestJS
│ ├─ Need lightweight/fast performance → Fastify
│ └─ Need simplicity + ecosystem → Express.js
│
├─ Python
│ ├─ Need async + high performance → FastAPI
│ └─ Need batteries-included → Django (+ DRF)
│
├─ Java
│ └─ Enterprise-ready → Spring Boot
│
└─ Go
└─ High-performance services → Gin or Fiber
| 场景 | 策略 | 复杂度 | 安全性 |
|---|---|---|---|
| 无状态 API(移动端、SPA) | JWT | 低 | 中等 |
| 第三方登录 | OAuth 2.0 | 中等 | 高 |
| 传统 Web 应用 | 基于会话 | 低 | 高 |
| 微服务 | JWT + API 网关 | 高 | 高 |
| 企业单点登录 | SAML 2.0 | 高 | 非常高 |
Database & ORM Decision
├─ Relational (SQL)
│ ├─ Node.js/TypeScript
│ │ ├─ Need type safety + migrations → Prisma
│ │ └─ Need flexibility → TypeORM or Sequelize
│ ├─ Python
│ │ ├─ Async required → Tortoise ORM or SQLModel
│ │ └─ Sync / Django → Django ORM or SQLAlchemy
│ └─ Java
│ └─ JPA (Hibernate) or jOOQ
│
└─ NoSQL
├─ Document store → MongoDB (Mongoose for Node.js)
└─ Key-value → Redis (caching, sessions)
数据库连接错误
身份验证失败
构建失败
部署问题
每周安装数
84
仓库
GitHub 星标数
45
首次出现时间
Jan 23, 2026
安全审计
安装于
opencode71
gemini-cli66
codex65
cursor59
github-copilot58
claude-code57
Provides comprehensive expertise in server-side application development across multiple frameworks, languages, and deployment strategies. Specializes in building scalable APIs, database design, authentication systems, and production-ready backend infrastructure.
Invoke this skill when:
Do NOT invoke when:
Backend Framework Selection
├─ JavaScript/TypeScript
│ ├─ Need rapid development + type safety → NestJS
│ ├─ Need lightweight/fast performance → Fastify
│ └─ Need simplicity + ecosystem → Express.js
│
├─ Python
│ ├─ Need async + high performance → FastAPI
│ └─ Need batteries-included → Django (+ DRF)
│
├─ Java
│ └─ Enterprise-ready → Spring Boot
│
└─ Go
└─ High-performance services → Gin or Fiber
| Scenario | Strategy | Complexity | Security |
|---|---|---|---|
| Stateless API (mobile, SPA) | JWT | Low | Medium |
| Third-party login | OAuth 2.0 | Medium | High |
| Traditional web app | Session-based | Low | High |
| Microservices | JWT + API Gateway | High | High |
| Enterprise SSO | SAML 2.0 | High | Very High |
Database & ORM Decision
├─ Relational (SQL)
│ ├─ Node.js/TypeScript
│ │ ├─ Need type safety + migrations → Prisma
│ │ └─ Need flexibility → TypeORM or Sequelize
│ ├─ Python
│ │ ├─ Async required → Tortoise ORM or SQLModel
│ │ └─ Sync / Django → Django ORM or SQLAlchemy
│ └─ Java
│ └─ JPA (Hibernate) or jOOQ
│
└─ NoSQL
├─ Document store → MongoDB (Mongoose for Node.js)
└─ Key-value → Redis (caching, sessions)
Database connection errors
Authentication failures
Build failures
Deployment issues
80% coverage for critical paths
Weekly Installs
84
Repository
GitHub Stars
45
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode71
gemini-cli66
codex65
cursor59
github-copilot58
claude-code57
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
163,300 周安装