home / skills / tlabs-xyz / tbtc-v2-performance / backend--queries
/.codex/skills/backend--queries
This skill helps you apply the Agent OS standard for backend queries across TypeScript projects, ensuring consistent patterns and reliable data access.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill backend--queriesReview the files below or copy the command above to add this skill to your agents.
---
name: backend--queries
description: Apply the Agent OS standard for backend queries.
tags: [agent-os, standard, backend]
---
# Backend Queries
Use this skill when working on backend queries in this repo.
## Instructions
- Follow the standard in `agent-os/standards/backend/queries.md`.
## References
- `agent-os/standards/backend/queries.md`
This skill applies the Agent OS backend queries standard to TypeScript backends. It helps enforce consistent query patterns, typing, error handling, and performance considerations across services. Use it to make backend query code predictable, maintainable, and interoperable with Agent OS conventions.
The skill inspects TypeScript query implementations and checks them against the Agent OS backend queries standard. It validates typing, query composition, parameter handling, and recommended error/response shapes, and flags deviations or missing concerns. It outputs concrete suggestions for alignment and examples for corrections.
Does this skill modify code automatically?
It provides concrete suggestions and examples; automatic changes depend on the integration or tooling you run it with.
Which areas does it prioritize?
It prioritizes type safety, predictable error shapes, parameter sanitization, and performance-aware query patterns.