explainx.ainewsletter3.5k
ai newstrendingpathwaysworkshopsskills
pricing
workshops ↗
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/turborepo
skill tag

turborepo▌

5 indexed skills · max 10 per page

skills (5)

turborepo-caching

sickn33/antigravity-awesome-skills · Productivity

0

Production patterns for Turborepo build optimization.

turborepo-monorepo

giuseppe-trisciuoglio/developer-kit · Productivity

0

Provides guidance for Turborepo monorepo management: workspace creation, turbo.json task configuration, Next.js/NestJS integration, testing pipelines (Vitest/Jest), CI/CD setup, and build performance optimization.

turborepo

antfu/skills · Productivity

0

Monorepo build system with intelligent task caching and parallel execution based on dependency graphs. \n \n Caches task outputs and orchestrates execution order using turbo.json configuration; supports remote caching for CI/CD pipelines \n Filters and runs only affected packages with --affected flag; enables selective builds across monorepos with multiple apps and libraries \n Enforces package-level task definitions (not root-level) to maximize parallelization; provides dependsOn syntax for dec

turborepo-caching

wshobson/agents · Productivity

0

Turborepo configuration for efficient monorepo builds with local and remote caching strategies. \n \n Configure pipeline tasks with dependency graphs, output caching, and environment-specific inputs to optimize build performance across workspaces \n Supports local caching, Vercel remote caching, and self-hosted cache servers with filtering to build only affected packages \n Includes task-level configuration for persistent processes (dev servers), cache exclusions, and package-specific pipeline o

turborepo

vercel/turborepo · Productivity

0

Monorepo build system with intelligent task caching, parallel execution, and dependency graph orchestration. \n \n Caches task outputs and runs tasks in parallel based on declared dependencies; supports remote caching for CI/CD workflows \n Filters and runs only changed packages with --affected , or use --filter for custom package selection \n Configures tasks in turbo.json with dependsOn , outputs , inputs , and env keys; supports package-specific overrides via Package Configurations \n Enforce