From wshobson-nx-workspace-patterns
Configures and optimizes Nx monorepo workspaces including project boundaries, build caching, affected commands, and dependency management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wshobson-nx-workspace-patterns:nx-workspace-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Production patterns for Nx monorepo management.
Production patterns for Nx monorepo management.
workspace/
├── apps/ # Deployable applications
│ ├── web/
│ └── api/
├── libs/ # Shared libraries
│ ├── shared/
│ │ ├── ui/
│ │ └── utils/
│ └── feature/
│ ├── auth/
│ └── dashboard/
├── tools/ # Custom executors/generators
├── nx.json # Nx configuration
└── workspace.json # Project configuration
| Type | Purpose | Example |
|---|---|---|
| feature | Smart components, business logic | feature-auth |
| ui | Presentational components | ui-buttons |
| data-access | API calls, state management | data-access-users |
| util | Pure functions, helpers | util-formatting |
| shell | App bootstrapping | shell-web |
Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
3plugins reuse this skill
First indexed Jul 7, 2026
npx claudepluginhub p/wshobson-wshobson-nx-workspace-patterns-plugins-developer-essentials-skills-nx-workspace-patternsConfigures and optimizes Nx monorepo workspaces including project boundaries, build caching, affected commands, and dependency management.
Configures and optimizes Nx monorepo workspaces by setting up project boundaries, caching, and affected commands.
Configures and optimizes Nx monorepo workspaces including project boundaries, build caching, affected commands, and dependency management.