name: olore-turborepo-latest description: Local Turborepo documentation reference (latest). Use for monorepo build orchestration, task caching, remote caching, parallel execution, and incremental builds.
Turborepo Documentation
Turborepo documentation. Use for monorepo build orchestration, task caching, remote caching, parallel execution, and incremental builds.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/docs/getting-started/index.mdx |
| Installation | contents/docs/getting-started/installation.mdx |
| Task configuration | contents/docs/crafting-your-repository/configuring-tasks.mdx |
| Caching | contents/docs/crafting-your-repository/caching.mdx |
| Remote caching | contents/docs/core-concepts/remote-caching.mdx |
| CLI reference | contents/docs/reference/run.mdx |
| turbo.json config | contents/docs/reference/configuration.mdx |
| Remote Cache API | contents/openapi/index.mdx |
When to use
Use this skill when the user asks about:
- Turborepo setup, installation, or migration from another build system
- Task caching, remote caching, or cache invalidation
- Configuring turbo.json, task dependencies, and pipeline orchestration
- Monorepo structure, internal packages, and workspace management
- CI/CD integration with Turborepo (GitHub Actions, Vercel, CircleCI, etc.)
- Framework or tool integrations (Next.js, TypeScript, Docker, ESLint, etc.)
- Turborepo CLI commands and their options
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.