senior-backend
Installation
SKILL.md
Senior Backend
Ship backend changes that are correct, observable, and easy to operate.
Quick Start
- Define contract first (API/events): inputs, outputs, errors, idempotency.
- Define data ownership: schema changes, migrations, backfills, rollback.
- Implement with safety:
- validation, authZ, rate limits
- structured errors + logging + metrics
- Prove it: tests + a local “smoke path” + monitoring hooks.
Optional tool: scaffold backend docs
python ~/.codex/skills/senior-backend/scripts/scaffold_backend_docs.py . --out docs/backend
References
- API guidelines:
references/api-guidelines.md