turborepo
Speed up monorepo builds with smart caching and parallel tasks
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core