Prompt Buddy logoPrompt Buddy

vercel · Turborepo Docs

Getting started

An overview of the initial steps for adopting Turborepo, including global installation and selecting between starting a new project or integrating with an existing repository.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Getting started

An overview of the initial steps for adopting Turborepo, including global installation and selecting between starting a new project or integrating with an existing repository.

When To Use

Use when you need to initialize a new Turborepo project or integrate Turborepo into an existing monorepo structure.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/getting-started-workflow-guide.mdA guide providing introductory steps for installing and setting up Turborepo.Questions about a guide providing introductory steps for installing and setting up Turborepo.
examples/getting-started-turborepo-getting-started-install-command.bashThe bash command to install the turbo CLI globally using npm.Exact payloads, commands, or snippets shown in The bash command to install the turbo CLI globally using npm.
examples/getting-started-turborepo-getting-started-installation.bashThe bash command to globally install the turbo package using yarn.Exact payloads, commands, or snippets shown in The bash command to globally install the turbo package using yarn.
examples/getting-started-turborepo-getting-started-pnpm-install-command.bashA bash command to globally install the turbo package using pnpm.Exact payloads, commands, or snippets shown in A bash command to globally install the turbo package using pnpm.

What This Skill Covers

  • If you're new to Turborepo, you can follow these steps to get started.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://turborepo.com/docs/getting-started