turborepo▌
5 indexed skills · max 10 per page
turborepo-caching
sickn33/antigravity-awesome-skills · Productivity
Production patterns for Turborepo build optimization.
turborepo-monorepo
giuseppe-trisciuoglio/developer-kit · Productivity
Provides guidance for Turborepo monorepo management: workspace creation, turbo.json task configuration, Next.js/NestJS integration, testing pipelines (Vitest/Jest), CI/CD setup, and build performance optimization.
turborepo
antfu/skills · Productivity
Monorepo build system with intelligent task caching and parallel execution based on dependency graphs. \n \n Caches task outputs and orchestrates execution order using turbo.json configuration; supports remote caching for CI/CD pipelines \n Filters and runs only affected packages with --affected flag; enables selective builds across monorepos with multiple apps and libraries \n Enforces package-level task definitions (not root-level) to maximize parallelization; provides dependsOn syntax for dec
turborepo-caching
wshobson/agents · Productivity
Turborepo configuration for efficient monorepo builds with local and remote caching strategies. \n \n Configure pipeline tasks with dependency graphs, output caching, and environment-specific inputs to optimize build performance across workspaces \n Supports local caching, Vercel remote caching, and self-hosted cache servers with filtering to build only affected packages \n Includes task-level configuration for persistent processes (dev servers), cache exclusions, and package-specific pipeline o
turborepo
vercel/turborepo · Productivity
Monorepo build system with intelligent task caching, parallel execution, and dependency graph orchestration. \n \n Caches task outputs and runs tasks in parallel based on declared dependencies; supports remote caching for CI/CD workflows \n Filters and runs only changed packages with --affected , or use --filter for custom package selection \n Configures tasks in turbo.json with dependsOn , outputs , inputs , and env keys; supports package-specific overrides via Package Configurations \n Enforce