vercelvercelOfficialยท1 Agent Skills Included

turborepo

Speed up monorepo builds with smart caching and parallel tasks

Configures and optimizes Turborepo monorepo builds, task pipelines, and caching for JavaScript and TypeScript projects. Eliminates slow rebuilds, wasted CI time, and misconfigured turbo.json files through proven task and cache patterns. Helps your AI agent filter affected packages, debug cache misses, and set up CI workflows correctly the first time.
npx skills add vercel/turborepo --all -g -y
Available:

Gives your AI agent the repository's architecture pointers, documentation update rules, and pull request conventions to follow when working on Turborepo.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Turborepo skill?โ–ผ

Run `npx skills add vercel/turborepo --all -g -y` in your terminal to install all tools in this suite globally.

How to speed up monorepo builds?โ–ผ

This skill teaches your AI agent to configure Turborepo task pipelines, dependency graphs, and remote caching so unchanged packages never rebuild.

How to run only changed packages in CI?โ–ผ

The skill guides your agent to use `turbo run build --affected` and correct filter flags so CI only builds and tests what actually changed.

Why is my Turborepo cache not working?โ–ผ

The skill walks your agent through common cache issues like missing outputs keys, unhashed environment variables, and .env files not listed in task inputs.

Does this skill work with Claude Code and Cursor?โ–ผ

Yes. It follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’