Back to list
morgs32

turbo

by morgs32

0🍴 0📅 Jan 19, 2026

SKILL.md


name: turbo description: 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.

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.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon