home / skills / tlabs-xyz / tbtc-v2-performance / global--tech-stack
/.codex/skills/global--tech-stack
This skill applies the Agent OS global tech stack standard to ensure consistent architecture and tooling across projects.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill global--tech-stackReview the files below or copy the command above to add this skill to your agents.
---
name: global--tech-stack
description: Apply the Agent OS standard for global tech stack.
tags: [agent-os, standard, global]
---
# Global Tech Stack
Use this skill when working on global tech stack in this repo.
## Instructions
- Follow the standard in `agent-os/standards/global/tech-stack.md`.
## References
- `agent-os/standards/global/tech-stack.md`
This skill applies the Agent OS global tech stack standard to a codebase. It ensures consistent language, tooling, and configuration choices across projects to simplify onboarding, maintenance, and cross-team collaboration. Use it to align a repository with organization-wide tech guidelines quickly and consistently.
The skill inspects project metadata, package manifests, and configuration files to detect current stack components and deviations from the Agent OS global tech stack. It reports discrepancies, suggests concrete fixes, and can produce a checklist or patch suggestions to bring the codebase into compliance. The output focuses on actionable changes for tooling, versions, and common conventions.
Can the skill make changes automatically?
It can produce patch suggestions and automated diffs, but changes should be reviewed and merged through normal code review practices.
What if a repository needs an exception?
Document the justification and request an exception in the organization governance process; the skill’s report can include contextual notes to support that request.