$npx skillfedfor your agent

turborepo

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.

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

196 29 MITupdated by secondsky

Install

secondsky/claude-skills/turborepo · repository language: TypeScript

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

DO NOT create Root Tasks. ALWAYS create package tasks.

When creating tasks/scripts/pipelines, you MUST:

  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. 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
plugins/turborepo/skills/turborepo/SKILL.md
plugins/turborepo/skills/turborepo/command/turborepo.md
plugins/turborepo/skills/turborepo/references/best-practices/RULE.md
plugins/turborepo/skills/turborepo/references/best-practices/dependencies.md
plugins/turborepo/skills/turborepo/references/best-practices/packages.md
plugins/turborepo/skills/turborepo/references/best-practices/structure.md
plugins/turborepo/skills/turborepo/references/boundaries/RULE.md
plugins/turborepo/skills/turborepo/references/caching/RULE.md
plugins/turborepo/skills/turborepo/references/caching/gotchas.md
plugins/turborepo/skills/turborepo/references/caching/remote-cache.md
plugins/turborepo/skills/turborepo/references/ci/RULE.md
plugins/turborepo/skills/turborepo/references/ci/github-actions.md
plugins/turborepo/skills/turborepo/references/ci/patterns.md
plugins/turborepo/skills/turborepo/references/ci/vercel.md
plugins/turborepo/skills/turborepo/references/cli/RULE.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 task pipelines in a monorepo build system”

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 antfu · antfu/skills

This skill enables you to set up and manage complex task execution flows across monorepo workspaces, handling interdependencies and parallel processing efficiently. Leverage Anthony Fu's vetted approach to orchestrating build systems, tests, and deployments in large-scale projects.

MITupdated Jun 2026
★ 5,665repo stars
turborepo
by bklit · bklit/bklit-ui

Turborepo enables developers to orchestrate complex build and task workflows across monorepos with precision dependency resolution and smart caching layers. Set up efficient pipelines that automatically skip redundant work and scale seamlessly as your project grows. Ideal for teams managing multiple interconnected packages who need reproducible, high-performance builds.

MITupdated Jul 2026
★ 1,383repo stars
turborepo
by hairyf · hairyf/skills

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.

MITupdated Jun 2026
★ 24repo 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 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 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

More skills turborepo (MIT) · Turborepo (unlicensed) · turborepo (MIT) · Turborepo (unlicensed) · turborepo (Apache-2.0) · turborepo-caching (MIT)

Tags
build-orchestrationdependency-graphcache-invalidationpackage-filteringci-optimizationworkspace-structuretask-schedulingincremental-buildsmonorepo-patternsoutput-hashing