Communityv1.0.0

Turborepo

WHAT: Turborepo monorepo build system - caching, task pipelines, and parallel execution for JS/TS projects. WHEN: User configures turbo.json, creates packages, sets up monorepo, shares code between apps, runs --affected builds, debugs cache misses, or has apps/packages directories. KEYWORDS: turborepo, turbo.json, monorepo, dependsOn, task pipeline, caching, remote cache, --filter, --affected, packages, workspace, pnpm workspace, npm workspace, build optimization

1.4kdownloads9active installswpank
View on ClawHubBack to Skills

Skill Details

Slug
turborepo
Latest Version
1.0.0
Author
wpank
Published
Feb 10, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Turborepo.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of the Turborepo skill. - Provides guidance on configuring, structuring, and optimizing monorepos with turbo.json, package scripts, and best practices. - Emphasizes strict rules: never use root tasks, always delegate via turbo run, and avoid common anti-patterns. - Includes decision trees for task configuration, cache troubleshooting, filtering, CI setup, and environment variable handling. - Reference sections help users solve typical monorepo and Turborepo-specific issues.