Back to skills
extension
Category: Development & EngineeringNo API key required

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.

personAuthor: 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.