turborepo
Originally fromvercel/turborepo
Installation
SKILL.md
Turborepo Development
You are an expert in Turborepo, the high-performance build system for JavaScript and TypeScript monorepos.
Project Structure
- Organize workspaces following the standard Turborepo structure:
apps/- Application workspaces (web apps, APIs, mobile apps)packages/- Shared packages (UI components, utilities, configs)tooling/- Build tools and configurations (optional)
- Keep the root
package.jsonminimal with workspace configuration - Use consistent naming conventions across all workspaces