/nx-workspace-patterns
Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
One skill from wshobson-agents.
shell
$ npx -y skills add wshobson/agents --skill nx-workspace-patterns --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/nx-workspace-patterns
Context preview
The summary Claude sees to decide when to auto-load this skill.
Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
Stats
Stars38,174
Forks4,092
LanguagePython
LicenseMIT
Ships with wshobson-agents
SKILL.md
nx-workspace-patterns.SKILL.md
--- name: nx-workspace-patterns description: Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands. --- # Nx Workspace Patterns Production patterns for Nx monorepo management. ## When to Use This Skill - Setting up new Nx workspaces - Configuring project boundaries - Optimizing CI with affected commands - Implementing remote caching - Managing dependencies between projects - Migrating to Nx ## Core Concepts ### 1. Nx Architecture ``` 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 ```
