typescript-build-tools
Installation
SKILL.md
TypeScript Build Tools
Inspect the owning package and existing implementation first. Reuse established project types, helpers, errors, lifecycle behavior, and test utilities. The patterns below are options, not an implementation checklist. Introduce one only when the current task requires it.
Modern TypeScript build tooling stack: Bun or pnpm for package management and task running, the native TypeScript 7 compiler for typechecking, Vitest for testing, Biome or Oxc for linting/formatting, and Turborepo for monorepo orchestration.
Additional References
- references/bun.md - Bun package manager and task runner
- references/pnpm.md - pnpm package manager, workspaces, and CI
- references/vitest.md - Advanced Vitest configuration patterns
- references/biome.md - Biome rules and customization
- references/oxc.md - Oxlint and Oxfmt configuration and migration
- references/turborepo.md - Turborepo monorepo orchestration