dxos-code-style - DXOS TypeScript authoring conventions
DXOS TypeScript conventions for package exports, error handling, comment rules, types, and testing structure.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Fix TypeScript types at source
- Surface unhandled errors and rejections
- Write concise load-bearing comments
- Organize packages as namespace exports
- Order class members by visibility
- Audit git diffs before commits
Inputs
- TypeScript source code
- Git repository diffs
Outputs
- Refactored TypeScript code
Requirements
- TypeScript environment
- Git CLI
- Vitest test framework
