home / skills / tlabs-xyz / tbtc-v2-performance / backend--api
/.codex/skills/backend--api
This skill helps you apply the Agent OS standard for backend API design and implementation across services.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill backend--apiReview the files below or copy the command above to add this skill to your agents.
---
name: backend--api
description: Apply the Agent OS standard for backend api.
tags: [agent-os, standard, backend]
---
# Backend Api
Use this skill when working on backend api in this repo.
## Instructions
- Follow the standard in `agent-os/standards/backend/api.md`.
## References
- `agent-os/standards/backend/api.md`
This skill applies the Agent OS standard for backend API design and implementation. It codifies conventions for routes, handlers, request/response shapes, error handling, and TypeScript types to ensure consistent, maintainable APIs across services. Use it to align backend code with the shared Agent OS expectations.
The skill inspects API code and project structure to validate adherence to the Agent OS backend API standard. It checks route organization, TypeScript typings, input validation, error propagation, response formats, and documentation markers. When discrepancies are found, it reports specific deviations and suggests corrective changes to match the standard.