turborepo-caching - Configure local and remote caching in Turborepo.
Configures local and remote build caching, pipeline tasks, and filtering for Turborepo monorepo build optimization.
Tags
Updated: 2026-09-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Configure turbo.json build pipelines
- Set up Vercel remote caching
- Implement self-hosted remote cache server
- Filter and scope build tasks
- Debug cache misses and task graphs
- Configure root workspace scripts
Inputs
- turbo.json configuration file
- Workspace package.json files
- Vercel authentication tokens and team IDs
- Custom remote cache server endpoints
Outputs
- Configured turbo.json files
- CI workflow configuration files
- Self-hosted Express cache server code
- Cache summaries and build graph outputs
Requirements
- Node.js environment
- Turborepo CLI
- Express framework for self-hosted caching
- CI environment like GitHub Actions
