skills/turbo/SKILL.md
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.
npx skillsauth add morgs32/skills turboInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
turbo.json exists (inside a workspace package), ensure it includes extends: ["//"] to inherit the root configuration.pipeline to tasks for Turbo 2+ configs.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.
development
Create and map ZerospinError instances for Effect-based code in zerospin. Use when defining error codes/messages, wrapping causes, mapping/catching errors in Effects, or returning structured errors from Effect.gen/Effect.fn or promise boundaries.
data-ai
Update agent skills in this repo or another.
development
TypeScript type-safety rules and guidance.
development
Linting workflow rules for this workspace.