turborepo

turborepo is a skill for Claude Code from HigorAlves/orc. It costs 56 tokens per session (1,471 once invoked), scanned A, original, MIT.

Guidance for Turborepo, a build tool for JavaScript and TypeScript monorepos. A monorepo keeps multiple applications and shared packages in one repository.

In plain words
What is it for?
Use it when setting up or debugging a Turborepo, configuring builds and tests, sharing code between apps, or running only changed packages in CI.
Why use it?
It helps organize task pipelines, shared packages, dependency-based builds, caching, affected-package runs, environment variables, and continuous integration.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the orc plugin — 80 skills, 30 commands, 14 agents, 5 hooks shipped together

Good fit Use it when setting up or debugging a Turborepo, configuring builds and tests, sharing code between apps, or running only changed packages in CI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/higoralves/orc/turborepo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HigorAlves/orc --skill turborepo
Clone the repo
git clone --depth 1 https://github.com/HigorAlves/orc

Made for: Claude Code.

Or install orc, the plugin that ships this one along with the rest of its 80 skills, 30 commands, 14 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for turborepo

README.md
[![agentmods](https://agentmods.dev/badge/skills/higoralves/orc/turborepo/github.svg)](https://agentmods.dev/skills/higoralves/orc/turborepo)
Your own site
<a href="https://agentmods.dev/skills/higoralves/orc/turborepo"><img src="https://agentmods.dev/badge/skills/higoralves/orc/turborepo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for turborepo

Your own site · 80×15
<a href="https://agentmods.dev/skills/higoralves/orc/turborepo"><img src="https://agentmods.dev/badge/skills/higoralves/orc/turborepo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,471 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.01471
Opus 5 $0.00028 $0.00736
Sonnet 5 $0.00011 $0.00294
Haiku 4.5 $0.00006 $0.00147

Measured 7d ago against content hash 7ea2548131bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

turborepo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

orc/skills/turborepo/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Turborepo Skill

Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on the dependency graph.

This SKILL.md is an index. When you need the detail for a topic, Read the matching references/<topic>.md file — don't work from memory.

When to use

Use when the user: configures tasks/workflows/pipelines, creates packages, sets up a monorepo, shares code between apps, runs changed/affected packages, debugs the cache, sets up CI, enforces package boundaries, or is working in a repo with apps//packages/ directories or a turbo.json.

Two rules that always apply

  1. Package tasks, not Root Tasks. Put task logic (scripts) in each package's package.json, register the task in root turbo.json, and let root package.json only delegate via turbo run <task>. Root Tasks (//#taskname) are a rare exception. See references/tasks-pipeline.md.
  2. turbo run, not turbo, in code. Always write turbo run <task> in package.json scripts and CI. The bare turbo <task> shorthand is only for one-off interactive terminal use. See references/tasks-pipeline.md.

Decision tree → which reference to read

What are you doing?
├─ Configuring a task / pipeline (dependsOn, outputs, transit nodes, dev/watch) → tasks-pipeline.md
├─ Cache not working / wrong cache hits / debugging hashes              → caching.md
├─ Sharing cache across machines / CI                                   → remote-cache.md
├─ Running only changed packages / --filter / --affected                → filtering.md
├─ Setting up CI (GitHub Actions, Vercel, turbo-ignore)                 → ci.md
├─ Env vars not available / wrong cache from env / .env files           → env-vars.md
├─ Creating a package / structuring the monorepo / dependencies         → packages.md
└─ Enforcing import/architectural boundaries                            → boundaries.md

Topic index

Read the full file on GitHub · 70 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 70 lines · 56 tokens per session scan A 7ea2548131bc

Subscribe to this mod's changes

turborepo is a skill published in the GitHub repository HigorAlves/orc (6 stars, last pushed 14d ago), licensed MIT. It adds 56 tokens to every session and 1,471 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

scaffold-cli

Scaffolds a TypeScript CLI and npm package with the house toolchain, dual tsdown outputs, CLI contracts, changesets, and publishing templates. Use when asked to "scaffold a CLI" or "start an npm package". For an existing package release use autoship; for existing API ergonomics use dx-audit.

mblode/agent-skills · 71 tokens

ui5-typescript-conversion

A skill for converting UI5 (SAPUI5/OpenUI5) projects to TypeScript.

UI5/plugins-coding-agents · 26 tokens

scaffold-node

Scaffold a complete Node/TypeScript project with CI/CD, release pipeline, sr.yaml, .envrc, and standard files. Uses pnpm and biome. Loads on top of scaffold-project (run that first for cross-language standard files). Use when creating a new Node.js app, TypeScript library, or website, or when the user mentions "new…

urmzd/dotfiles · 119 tokens

dependency-maintenance

Dependency maintenance. Use when adding, moving, or upgrading dependencies, changing pnpm or JavaScript runtimes, updating TypeScript or build/test tools, or changing native-build policy, patches, or test images.

ScriptedAlchemy/agent-bundle · 46 tokens

bootstrap-ts-oss

Bootstrap a new TypeScript open-source npm package with Bun, tsup, Biome, Husky, GitHub Actions CI/CD, and dual ESM/CJS publishing. Use when the user wants to create, scaffold, initialize, set up, or bootstrap a new TypeScript library, npm package, or open-source project.

miketromba/skills · 71 tokens

pn-godot-dev

Guides Godot Engine 4.x development: GDScript, GDExtension (C++), multiplayer, VisualShader/shader code, export/platform config, autoloads, Resource serialization, InputMap, headless CI, AnimationPlayer/Tree, 2D/3D workflows, physics, PCG, and Blender pipeline. Use when developing Godot 4.x projects.

perniemann/pnCore · 86 tokens