backend-architecture
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
强调生产级可观测性与结构化设计,利于微服务落地。
这个 Skill 做什么
为后端服务提供分层、错误处理与可运维性规范。
把后端服务的骨架和可运维规范定好:分层、错误处理、配置和可观测性(logging/metrics)都会覆盖。适合在搭新服务、组织模块、写 Dockerfile、加日志或审查后端结构时用。亮点是提供生产级、可执行的规范和检查点,方便团队统一落地和审核。
▸ 展开 SKILL.md 英文原文
Structures backend services and enforces production-grade error handling, layering, config, and operability. Use when scaffolding a service, organizing modules, handling errors, adding logging, writing Dockerfiles, or reviewing backend code structure.
0
Stars
0
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ludenox-GIT/portable-agent-skills/main/skills/backend-architecture/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ludenox-GIT/portable-agent-skills/main/skills/backend-architecture/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Backend Architecture
Numbered rules for structuring backend services. Cite rules by number when reviewing ("violates rule #4"). This file carries the core rules under the SAME numbers as the full 42-rule pack in references/RULES.md, so numbering here has gaps — rules #5–#7, #16, #23–#24, #30–#31, and #42 live only in the full pack. Load references/RULES.md when auditing an existing codebase, when a cited rule number is missing here, or when you need a rule's rationale.
Rules are language-agnostic. Examples are TypeScript; the mapping table at the bottom translates the defaults to Python/Go/Java.
## When to use
- Scaffolding a new service or adding a module to an existing one.
- Reviewivia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有