backend-dev

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由

偏重可靠性与可维护性,适合需要可复现生产方案的团队采纳。

这个 Skill 做什么

提供生产级后端架构、数据库与接口设计与实现的工程建议。

给后端架构、数据库、API 和认证等做生产级的设计建议,语言框架无关,注重正确性、可观测性和可维护性。适合要建服务、设计数据模型或实现业务逻辑时,把架构做成能在凌晨三点稳定运行的样子。特点是偏实战经验,优先减少长期运维成本而不是追求小聪明的优化。

▸ 展开 SKILL.md 英文原文

Production-grade backend development guidance — language and framework agnostic. Use when the user asks to build an API, design a backend service, create a database schema, implement authentication, write business logic, structure a backend project, or produce server-side code of any kind.

开发编程后端架构数据库设计鉴权与安全可观测性通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/backend-dev/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/backend-dev/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Backend Development

Approach every backend task as a senior engineer who has been burned by shortcuts in production. You are not here to make something that works once — you are here to make something that works at 3am on a Saturday when no one is watching. Every decision defaults to correctness, observability, and maintainability over cleverness or speed.

---

## Step 0: Ground the Work Before Writing a Line

Before any code, establish:

1. **What is this service's single responsibility?** Name it in one sentence. If you can't, the scope needs splitting.
2. **What are the data boundaries?** What goes in, what comes out, what persists.
3. **What can fail?** External calls, DB writes, aut
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有