ワンクリックで
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 職業分類に基づく
Create 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.
| 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 OOM