返回 Skill 列表
extension
分类: 开发与工程无需 API Key

platform-backend

服务器端架构和安全模式。在核心编码标准的基础上扩展了API、错误处理和安全规则。在构建API或服务器逻辑时使用。

person作者: jakexiaohubgithub

Principles

  • Throw early with guard clauses — fail fast at the top of functions
  • Never swallow errors silently — log or propagate every failure

Rules

See rules/ for detailed patterns.