一键导入
turborepo
Turborepo monorepo task orchestration, caching, and pipeline configuration guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turborepo monorepo task orchestration, caching, and pipeline configuration guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | turborepo |
| description | Turborepo monorepo task orchestration, caching, and pipeline configuration guidance. |
Refer to the official documentation for comprehensive guidance:
turbo.json with explicit dependsOn arrays to express the build graph; use ^build to depend on upstream package builds--remote-cache) or local .turbo/ cache to skip unchanged tasks; never commit .turbo/ to git--filter to scope runs to specific packages (e.g., turbo run test --filter=@revealui/core) and avoid rebuilding the entire graphoutputs for each task so Turborepo knows what artifacts to cache and restore (e.g., ["dist/**"] for build tasks, [] for lint/test)--concurrency to control parallelism based on available system resources; lower it on memory-constrained machines to prevent OOMCreate and apply Drizzle ORM migrations against the single Neon-primary PostgreSQL database
Run the 15-check pre-launch preflight and interpret results with context-aware fix suggestions
Next.js App Router best practices for routing, data fetching, rendering, and optimization.
Next.js Cache Components, 'use cache' directive, PPR, cacheLife, cacheTag, and migration from unstable_cache.
React composition patterns for building maintainable, reusable component architectures.
Deployment to Vercel including configuration, environment variables, and production best practices.