
vercel / turborepo
✓ Official★ 30,600A skill package that teaches your agent 2 capabilities — every one documented and browsable below, no GitHub required · by vercel.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph.
37 files — installable on its own
Monorepo build system with intelligent task caching, parallel execution, and dependency graph orchestration. Caches task outputs and runs tasks in parallel based on declared dependencies; supports remote caching for CI/CD workflows Filters and runs only changed packages with --affected , or use --filter for custom package selection Configures tasks in turbo.json with dependsOn , outputs , inputs , and env keys; supports package-specific overrides via Package Configurations Enforces monorepo...
37 files — installable on its own
Turborepo is a high-performance build system for JavaScript and TypeScript codebases, written in Rust.
Getting Started
Visit https://turborepo.dev to get started with Turborepo.
Contributing
See CONTRIBUTING.md for more information.
Community
The Turborepo community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members, you can join Vercel Community's #turborepo tag.
Our Code of Conduct applies to all Turborepo community channels.
Who is using Turborepo?
Turborepo is used by the world's leading companies. Check out the Turborepo Showcase to learn more.
Updates
Follow @turborepo on X for project updates.
Security
If you believe you have found a security vulnerability in Turborepo, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email security@vercel.com to disclose any security vulnerabilities.
Install the whole package (2 skills):
npx skills add https://github.com/vercel/turborepoOr install a single skill:
npx skills add https://github.com/vercel/turborepo --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.