api-contractslisted
Install: claude install-skill jpolec/odysseus
# API Contracts
Identify consumers and the current request, response, error, pagination, and versioning contract before editing. Prefer additive compatible changes. Validate at the boundary and keep internal errors from leaking sensitive details. Update contract tests and documentation together. If a breaking change is necessary, provide an explicit migration path and compatibility window.