turbo-config

Community

Accelerate monorepo builds, cache everything.

Authormetasaver
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Misconfigured turbo.json files lead to inefficient builds, incorrect caching, and slow development cycles in Turborepo monorepos. This skill automates the setup and validation of turbo.json, ensuring optimal performance and consistent pipeline tasks.

Core Features & Use Cases

  • Standard Template: Provides a canonical turbo.json template with essential settings for monorepo pipelines.
  • 7-Rule Validation: Audits existing configurations against critical standards: schema reference, globalEnv, globalDependencies, 18 required pipeline tasks, build task requirements, and persistent/clean task cache settings.
  • Optimized Caching: Ensures build tasks correctly define outputs for caching and dev/db:studio tasks disable cache while being persistent.
  • Comprehensive Pipeline: Guarantees all standard build, development, linting, formatting, testing, and database tasks are defined.
  • Use Case: Generate a compliant turbo.json for a new monorepo, ensuring all standard tasks are defined with proper caching, or audit an existing one to identify missing tasks or incorrect cache configurations.

Quick Start

Audit the current turbo.json for MetaSaver Turborepo standards.

Dependency Matrix

Required Modules

jq

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: turbo-config
Download link: https://github.com/metasaver/claude-marketplace/archive/main.zip#turbo-config

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository