home / skills / tlabs-xyz / tbtc-v2-performance / global--coding-style
/.codex/skills/global--coding-style
This skill enforces the agent-os global coding style across projects to ensure consistent TypeScript quality and readability.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill global--coding-styleReview the files below or copy the command above to add this skill to your agents.
---
name: global--coding-style
description: Apply the Agent OS standard for global coding style.
tags: [agent-os, standard, global]
---
# Global Coding Style
Use this skill when working on global coding style in this repo.
## Instructions
- Follow the standard in `agent-os/standards/global/coding-style.md`.
## References
- `agent-os/standards/global/coding-style.md`
This skill applies the Agent OS standard for global coding style across TypeScript projects. It enforces consistent formatting, naming, and structural conventions to improve readability and maintainability. Use it to align code with the organization's shared style expectations and reduce stylistic debate during reviews.
The skill inspects source files for formatting, naming, and structural patterns defined by the Agent OS global coding style. It flags deviations and suggests fixes for issues like whitespace, import order, naming conventions, and file organization. The skill can be used as part of code review or pre-commit checks to ensure consistency before changes are merged.
Does this skill modify code automatically?
It can suggest fixes and integrate with automated formatters; whether code is modified automatically depends on your tooling and configuration.
Which files and languages are checked?
Primary focus is TypeScript and repo-wide files that affect coding style, such as source files, configuration, and shared modules.