Agent skill

turbo

Fix and update Turborepo (Turbo) configuration and task setup. Use for turbo.json errors, schema updates (pipeline -> tasks), and package-level config issues like missing extends.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/turbo

SKILL.md

Turbo Config Skill

Core workflow

  • Read the error output and identify whether it references root or package config.
  • If a package-level turbo.json exists (inside a workspace package), ensure it includes extends: ["//"] to inherit the root configuration.
  • Update deprecated keys: rename pipeline to tasks for Turbo 2+ configs.

Tip/lesson (package-level config)

If Turbo reports No "extends" key found for a package-level turbo.json, add:

extends: ["//"]

This is required for package configurations to inherit the root config.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results