atelier-typescript-build-tools

Configure TypeScript build tooling with Bun, tsgo, Vitest, Biome, and Turborepo.

39|4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/martinffx/claude-code-atelier --skill atelier-typescript-build-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atelier-typescript-build-tools
Source: https://github.com/martinffx/claude-code-atelier/tree/main/plugins/atelier-typescript/skills/atelier-typescript-build-tools
Command: npx skills add https://github.com/martinffx/claude-code-atelier --skill atelier-typescript-build-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Standardizes and automates the configuration of a TypeScript build tooling stack (Bun, tsgo, Vitest, Biome, and Turborepo), reducing setup time and ensuring consistent workflows across projects.

Core Features & Use Cases

  • Provides a repeatable tooling blueprint for new TS projects and monorepos
  • Aligns package.json scripts for dev, build, typecheck, test, lint, and format
  • Guides integration into CI pipelines for reliable, scalable development

Quick Start

Install the tooling as dev dependencies and start using the included bun scripts to develop, test, and build your TypeScript project.

Frequently Asked Questions about atelier-typescript-build-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a TypeScript build tooling stack with Bun, Vitest, and Biome?

Standardize and automate your TypeScript build tooling by installing Bun for package management, tsgo for typechecking, Vitest for testing, Biome for linting, and Turborepo for monorepo orchestration as dev dependencies to streamline configuration.

What is the best way to configure Vitest and Biome across a Turborepo monorepo?

Configure Vitest and Biome across a Turborepo monorepo by applying a repeatable tooling blueprint that coordinates cross-package tooling, aligns package.json scripts, and defines reusable dev workflows for reliable, scalable development.

Can I use this TypeScript tooling configuration for both single-package and multi-package repositories?

Yes, this TypeScript tooling configuration supports both single-package and multi-package repositories, providing a repeatable tooling blueprint that standardizes dev, build, typecheck, test, lint, and format workflows across different project scales.

How do I integrate Bun, tsgo, and Turborepo into CI pipelines for TypeScript projects?

Integrate Bun, tsgo, and Turborepo into CI pipelines by aligning package.json scripts for dev, build, typecheck, test, lint, and format, guiding reliable integration for scalable TypeScript development.

Does standardizing TypeScript build tooling reduce setup time for new projects?

Standardizing TypeScript build tooling reduces setup time by automating the configuration of Bun, tsgo, Vitest, Biome, and Turborepo, ensuring consistent workflows and providing a repeatable blueprint for new TypeScript projects and monorepos.