turbo
Installation
SKILL.md
Turborepo (turbo) overview
Turborepo (turbo) is a high-performance build system and task orchestrator for monorepos. It provides task pipelines, remote/local caching, and parallel execution to speed builds and tests across workspaces.
When to use Turborepo
- Use
turboin monorepos to coordinate tasks across packages (build, test, lint, sync). - Use it to speed CI by leveraging cache layers and selective task execution.
- Use
turbowhen you need consistent task orchestration across packages and reproducible pipelines.
What turbo provides
- Task orchestration via
turbo run <task>with fine-grained filters - Local and remote caching for build and test artifacts
- Parallel execution and pipeline graph visualization
Integration with this repository
- This repository uses Turborepo to run package-level scripts from the root
package.json. Common commands include: