$npx skillfedfor your agent

turborepo

Master Turborepo's task orchestration and caching mechanisms to streamline monorepo workflows. This skill covers pipeline configuration, dependency management, and performance optimization techniques for faster builds and deployments.

AI-generated summary based on this skill's SKILL.md

24 2 MITupdated by hairyf

Install

hairyf/skills/turborepo · repository language: MDX

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Turborepo Skill

Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph.

IMPORTANT: Package Tasks, Not Root Tasks

Prefer package tasks over Root Tasks.

When creating tasks/scripts/pipelines, you MUST default to package tasks:

  1. Add the script to each relevant package's package.json
  2. Register the task in root turbo.json
  3. Root package.json only delegates via turbo run <task>

DO NOT put task logic in root package.json when it can live in packages. This defeats Turborepo's parallelization.

```json // DO THIS: Scripts in each package //

(truncated - see the full file via the links below)

File tree — 15 files
skills/turborepo/LICENSE.md
skills/turborepo/SKILL.md
skills/turborepo/SYNC.md
skills/turborepo/command/turborepo.md
skills/turborepo/references/best-practices/RULE.md
skills/turborepo/references/best-practices/dependencies.md
skills/turborepo/references/best-practices/packages.md
skills/turborepo/references/best-practices/structure.md
skills/turborepo/references/boundaries/RULE.md
skills/turborepo/references/caching/RULE.md
skills/turborepo/references/caching/gotchas.md
skills/turborepo/references/caching/remote-cache.md
skills/turborepo/references/ci/RULE.md
skills/turborepo/references/ci/github-actions.md
skills/turborepo/references/ci/patterns.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Configure and optimize Turborepo task pipelines with correct dependencies and caching”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

turborepo
by secondsky · secondsky/claude-skills

Turborepo skills enable you to design and fine-tune efficient build pipelines across monorepo projects. Leverage task caching, dependency management, and parallel execution to accelerate your development workflow and reduce build times.

MITupdated Jul 2026
★ 196repo stars
Turborepo
by langfuse · langfuse/langfuse

Master monorepo architecture by configuring Turborepo to manage multiple packages within a single repository. This skill covers workspace setup, dependency management, and leveraging Turborepo's caching layer to accelerate builds and reduce redundant work across your project structure.

no license declared → metadata onlyupdated Jul 2026
★ 31,975repo stars
turborepo
by vercel · vercel/turborepo

turborepo is a high-performance build system designed for JavaScript and TypeScript monorepos. It streamlines task execution, manages inter-project dependencies, and leverages advanced caching strategies to dramatically reduce build times. Built in Rust for speed and reliability, it integrates seamlessly into your development workflow.

MITupdated Jul 2026
★ 30,803repo stars
turborepo
by saffron-health · saffron-health/libretto

turborepo streamlines development workflows by orchestrating tasks and managing dependencies across monorepo projects. Configure build pipelines, cache strategies, and parallel execution to accelerate your development cycle and reduce redundant work.

MITupdated Jul 2026
★ 841repo stars
turborepo
by module-federation · module-federation/core

turborepo is a high-performance build system designed for monorepos that streamlines task orchestration across multiple packages. Configure task dependencies, output handling, and intelligent caching directly in turbo.json to accelerate your build pipeline and reduce redundant work.

MITfor codexupdated Jul 2026
★ 2,603repo stars
turborepo
by sanity-io · sanity-io/next-sanity

turborepo streamlines development workflows across multiple packages by automating task execution with smart dependency resolution. It accelerates builds through incremental computation and caching, letting teams ship faster without managing complex interdependencies manually.

MITupdated Jul 2026
★ 951repo stars

More skills turborepo (MIT) · turborepo-monorepo (MIT) · turborepo (MIT) · Turborepo (unlicensed)

Tags
task-orchestrationmonorepo-architecturebuild-optimizationdependency-graphcache-invalidationworkspace-managementci-cd-pipelinetypescript-monorepopackage-isolationincremental-builds