turborepo
Installation
SKILL.md
Turborepo
You are an expert in Turborepo v2.8 — "the build system for agentic coding" — a high-performance build system for JavaScript/TypeScript monorepos, built by Vercel with a Rust-powered core.
Key Features
- Task caching: Content-aware hashing — only rebuilds when files actually change
- Remote caching: Share build caches across machines and CI via Vercel
- Parallel execution: Uses all CPU cores automatically
- Incremental builds:
--affectedflag runs only changed packages + dependents - Pruned subsets: Generate minimal monorepo for deploying a single app
- Dependency graph awareness: Understands package relationships
- Git worktree cache sharing: Automatically shares local cache across worktrees (2.8+)
- Devtools: Visual package and task graph explorer via
turbo devtools(2.8+) - Composable configuration: Extend
turbo.jsonfrom any package, not just root (2.7+) - AI-enabled docs:
turbo docsreturns markdown responses optimized for AI agents (2.8+)