Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 10% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 8% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -16% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -37% | 0% |
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.
Other measured skills in the registry, with their headline benchmark lift.