Skill

Turborepo

Skill

Official skill for the monorepo that should cache.

Task graphs, remote cache, and the pipeline that does not rebuild the world.

spec·Apache-2.0·Updated this quarter·github.com/vercel/turborepo

Claude CodeCursorDesktop
Scanned
npx skills add vercel/turborepo/turborepo

By Vercel

Input

A JS/TS monorepo.

Output

A turbo.json that matches the graph.

turborepo-skill.skill/invoke

You say

Why is CI rebuilding UI every time?

It returns

outputs missed dist. Cache now hits.

Prompt notebook

Prompts this skill is built for.

  • You say

    Why is CI rebuilding UI every time?

    It returns

    outputs missed dist. Cache now hits.

  • You say

    Only test what changed.

    It returns

    turbo run test --filter=...[origin/main].

What it teaches

  1. 01Pipelines
  2. 02Remote cache
  3. 03Filters