typescript:build-tools

Installation
SKILL.md

TypeScript Build Tools

Modern TypeScript build tooling stack: Bun for package management and task running, tsgo for typechecking, Vitest for testing, Biome for linting/formatting, and Turborepo for monorepo orchestration.

Additional References

Quick Start

# Install dependencies
bun add -D vitest @vitest/coverage-v8 @biomejs/biome
Installs
3
GitHub Stars
29
First Seen
Mar 10, 2026
typescript:build-tools — martinffx/claude-code-atelier