home / skills / tlabs-xyz / tbtc-v2-performance / global--conventions
/.codex/skills/global--conventions
This skill enforces global conventions by applying the Agent OS standard across codebases, ensuring consistency and quality.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill global--conventionsReview the files below or copy the command above to add this skill to your agents.
---
name: global--conventions
description: Apply the Agent OS standard for global conventions.
tags: [agent-os, standard, global]
---
# Global Conventions
Use this skill when working on global conventions in this repo.
## Instructions
- Follow the standard in `agent-os/standards/global/conventions.md`.
## References
- `agent-os/standards/global/conventions.md`
This skill applies the Agent OS standard for global conventions across TypeScript projects. It encodes consistent naming, formatting, and structural conventions to ensure uniform behavior and readability. Use it to automatically align code and documentation with the agreed global rules.
The skill inspects project files and identifies areas that deviate from the Agent OS global conventions, including naming patterns, file organization, and configuration defaults. It reports nonconforming items and provides concrete suggestions or diffs to bring files into compliance. Optionally, it can generate small automated fixes for straightforward violations.
Can the skill automatically fix every violation?
It can automatically fix straightforward, mechanical issues; complex or semantic changes are reported for manual review.
How do I update the conventions the skill enforces?
Update the source standard and version it; then adapt the skill to reference the new rules and run a migration on targets.