turborepo
High-performance build system for JavaScript and TypeScript monorepos with caching and parallel task execution.
Install
npx skills add https://github.com/vercel/turborepo --skill turborepoStats
| Total installs | 13,669 |
| Weekly installs | 13.6K |
| GitHub stars | 30.1K |
| First seen | Jan 22, 2026 |
| Source | @vercel/turborepo |
Summary
- 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 structure best practices: scripts in each package's package.json, root package.json delegates via turbo run, and internal packages for shared code
- Includes watch mode (turbo watch) for development, environment variable hashing, and boundary enforcement to prevent unwanted cross-package imports
Tags
Related skills
| Skill | Installs | vs turborepo |
|---|---|---|
| swiftui-expert-skill | 12,282 | -1,387 |
| animate | 31,359 | +17,690 |
| audit-website | 39,426 | +25,757 |
| vercel-react-native-skills | 73,705 | +60,036 |
| nextjs-app-router-patterns | 10,383 | -3,286 |
FAQ
- How many installs does turborepo have?
- turborepo has 13,669 total installs and 13.6K installs this week.
- Where is turborepo hosted?
- turborepo is published by @vercel/turborepo at https://github.com/vercel/turborepo.
- How many GitHub stars does turborepo have?
- turborepo has 30.1K GitHub stars.
- When was turborepo first indexed?
- OrangeBot.AI first indexed turborepo on Jan 22, 2026.
- How do I install turborepo?
- Run: npx skills add https://github.com/vercel/turborepo --skill turborepo