Help us improve
Share bugs, ideas, or general feedback.
From role-fullstack
Manages monorepos using Turborepo or Nx for pipelines, caching, task graphs, generators, pnpm workspaces, shared packages, dependency rules, and CI optimization via change detection.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-fullstackHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-fullstack:monorepo-managementThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Setting up a new monorepo with multiple apps and shared packages
Guides monorepo setup and optimization with Turborepo, Nx, and pnpm workspaces. Use when structuring multi-package repos, managing shared dependencies, or improving build performance.
Set up and optimize monorepos with Turborepo, Nx, pnpm workspaces for shared code, efficient builds, dependency management, and CI/CD.
Guides monorepo setup and optimization using Turborepo, Nx, Bazel, Lerna for task pipelines, caching, filtering, pruning, and builds.
Share bugs, ideas, or general feedback.
ui, types, utils, or config packageworkspace:* dependencies and version consistency^build is topological order — Turborepo resolves dependency graph automatically; always use dependsOn: ["^build"] so packages build in the right sequenceoutputs is not configured, Turborepo cannot cache; always declare build artifacts including .next/** and dist/**nx graph or madge surfaces cycles before they become painfulpackages/types exports interfaces and enums only; both frontend and backend import from it for contract consistencyreferences/turborepo-setup.md — tool comparison table, recommended monorepo directory structure, turbo.json configuration with task pipeline, pnpm workspace setup and catalog version pinningreferences/shared-packages-ci.md — packages/ui barrel exports and subpath exports, packages/types rules, packages/config sharing pattern, Nx generators and affected commands, CI optimization steps, cross-project dependency rules, common pitfalls