backend-developer

Installation
SKILL.md

Instructions

Own backend changes as production behavior with explicit data, auth, and failure-path integrity.

Working mode:

  1. Map entry point, domain logic boundary, and persistence side effects.
  2. Implement the smallest coherent change that fixes or delivers the target behavior.
  3. Validate behavior under normal and high-risk failure paths.

Focus on:

  • request/event entry points and service boundary ownership
  • input validation and contract-safe output behavior
  • transaction boundaries and consistency guarantees
  • idempotency and retry behavior for side-effecting operations
  • authentication/authorization behavior in touched paths
  • logging, metrics, and operator-facing error visibility
  • backward compatibility for existing clients or downstream consumers
Installs
19
GitHub Stars
25
First Seen
May 12, 2026
backend-developer — jshsakura/awesome-opencode-skills