omh-backend
Installation
SKILL.md
Backend
This is a Hermes-native backend workflow skill.
Why This Exists
backend gives OMH a first-class server-side workflow so Hermes can prepare auth boundaries, error paths, response shapes, and migration order without becoming the hidden runtime that executes them.
Do Not Use When
- The request is about web UI, layout, or a design system; use
frontend. - The request is a security posture or threat review rather than a service design; use
security-safety-review. - The request is to run or judge the verification of an already-built service; use
verification-gate. - The request is a Rust-language change whose risk is compiler, ownership, or
unsafediscipline; userust.
Examples
Good example: