turborepo-caching

turborepo caching

wshobson ↓ 8.1k
Claude Code
View source ↗

What it does

  • Setting up new Turborepo projects
  • Configuring build pipelines
  • Implementing remote caching
  • Optimizing CI/CD performance
  • Migrating from other monorepo tools
  • Debugging cache misses
  • uses: actions/checkout@v4

Requirements & configuration

  • TURBOTOKEN=your-token
  • turbo build --api="http://localhost:3000" --token="my-token" --team="my-team"

Configuration: TURBO_DEFAULT

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

turborepo caching

Source

Repository: https://github.com/wshobson/agents

turborepo-caching FAQ

What does the turborepo-caching skill do?

Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching. Setting up new Turborepo projects Configuring build pipelines

What does turborepo-caching require?

TURBOTOKEN=your-token turbo build --api="http://localhost:3000" --token="my-token" --team="my-team" Configuration keys: TURBO_DEFAULT.

How do I install turborepo-caching?

Run: npx -y skills add https://github.com/wshobson/agents --skill turborepo-caching --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain turborepo-caching?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

turborepo-caching on getagentictools
[![turborepo-caching on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-turborepo-caching.svg)](https://getagentictools.com/skills/wshobson-agents-turborepo-caching?ref=badge)
npx agentictools info skills/wshobson-agents-turborepo-caching

The second line is the CLI lookup for this page — handy in READMEs and docs.