Platform Backend

Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic.

diegosouzapw Updated 54 repo stars

File contents

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.

diegosouzapw/awesome-omni-skill/tree/main/skills/development/platform-backend commit 002139ea49

Frequently asked questions

npx skillmds@latest add diegosouzapw/platform-backend-2