turborepo
Optimize Turborepo Monorepos
Complex task graphs and cache settings can make monorepos slow or unreliable. This skill provides focused Turborepo configuration, debugging, and CI guidance.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "turborepo" from https://skillstore.io/skills/antfu-turborepo.md and its manifest at https://skillstore.io/api/skills/antfu-turborepo/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "turborepo". Review why my build task never restores cached files.
Expected outcome:
The review identifies missing build outputs, explains cache restoration, and lists configuration changes by package.
Using "turborepo". Make continuous integration run only work affected by this branch.
Expected outcome:
The response recommends affected-package execution, explains the comparison base, and preserves dependent package coverage.
Using "turborepo". Separate shared environment settings from package-specific settings.
Expected outcome:
The response classifies variables by scope, limits credential passthrough, and recommends package-level cache inputs.
Security Audit
SafeAll 356 static findings are false positives caused by Markdown examples, configuration names, placeholder URLs, and explanatory snippets. The documentation contains no executable scripts, secret collection, data exfiltration, or prompt injection. Normal use may run Turborepo commands, edit repository configuration, and connect to remote caching services at the user's direction.
Risk Factors
๐ Network access (11)
๐ Filesystem access (32)
๐ Env variables (45)
โ๏ธ External commands (50)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/antfu-turborepo/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/antfu-turborepo?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/antfu-turborepo?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/antfu-turborepo/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/antfu-turborepo.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
antfu. (2026). turborepo security audit report (audit version 5) [Author version 2.9.19-canary.9]. Skillstore. https://skillstore.io/skills/antfu-turborepo/audits/5BibTeX citation
@techreport{antfu-antfu-turborepo-2026,
author = {antfu},
title = {turborepo security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/antfu-turborepo/audits/5},
note = {Author version 2.9.19-canary.9}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "turborepo security audit report (audit version 5)"
version: "2.9.19-canary.9"
type: report
authors:
- name: "antfu"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/antfu-turborepo/audits/5"
identifiers:
- type: other
value: "skillstore:antfu-turborepo:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
vercel-turborepo
2026-08-21
antfu-turborepo
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Configure a New Monorepo
Define package tasks, dependencies, outputs, and cache inputs for a new Turborepo workspace.
Diagnose Cache Behavior
Find missing outputs, undeclared environment inputs, and broad dependencies that cause incorrect or inefficient caching.
Optimize Continuous Integration
Run affected packages, configure remote caching, and reduce unnecessary work across continuous integration jobs.
Try These Prompts
Review my turbo.json and package scripts. Identify missing task dependencies, outputs, and cache settings. Explain each recommended change.
Analyze these task logs and configuration. Explain why cache misses occur. Check file inputs, environment variables, outputs, and dependency relationships.
Review this CI workflow for a Turborepo repository. Add affected-package execution and remote caching guidance. Preserve required deployment and test dependencies.
Redesign this task graph for parallel execution and correct invalidation. Evaluate package configurations, transit tasks, watch mode, environment scope, and architectural boundaries.
Best Practices
- Provide turbo.json, root package.json, and relevant package scripts for accurate advice.
- State the package manager, Turborepo version, CI provider, and expected task outputs.
- Review environment passthrough and remote cache settings before applying generated changes.
Avoid
- Do not place package task logic in root scripts when package-level scripts can own it.
- Do not include secret values in prompts. Provide variable names only.
- Do not use broad cache inputs or loose environment mode without documenting the tradeoff.
Frequently Asked Questions
Does this skill run commands automatically?
Can it configure remote caching?
Does it read environment variable values?
Which package managers are supported?
Which Turborepo version does it target?
Can it replace the official documentation?
Developer Details
Author
antfuLicense
MIT
Author version
v2.9.19-canary.9
Skillstore revision
r2
Ref
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
5 downloads ยท 232 views
File structure
๐ command/
๐ turborepo.md
๐ LICENSE.md
๐ references/
๐ best-practices/
๐ dependencies.md
๐ packages.md
๐ RULE.md
๐ structure.md
๐ boundaries/
๐ RULE.md
๐ caching/
๐ gotchas.md
๐ remote-cache.md
๐ RULE.md
๐ ci/
๐ github-actions.md
๐ patterns.md
๐ RULE.md
๐ vercel.md
๐ cli/
๐ commands.md
๐ RULE.md
๐ configuration/
๐ global-options.md
๐ gotchas.md
๐ RULE.md
๐ tasks.md
๐ environment/
๐ gotchas.md
๐ modes.md
๐ RULE.md
๐ filtering/
๐ patterns.md
๐ RULE.md
๐ watch/
๐ RULE.md
๐ SKILL.md
๐ SYNC.md