nx
// Nx workspace configuration, generators, and affected commands.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namenx
descriptionNx workspace configuration, generators, and affected commands.
allowed-toolsRead, Write, Edit, Bash, Glob, Grep
Nx Skill
Expert assistance for Nx monorepo management.
Capabilities
- Configure Nx workspaces
- Create custom generators
- Use affected commands
- Set up caching
- Define project boundaries
Configuration
// nx.json
{
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"cache": true
},
"test": {
"cache": true
}
},
"affected": {
"defaultBase": "main"
}
}
Commands
# Run affected
nx affected:build
nx affected:test
# Graph
nx graph
# Generate
nx generate @nx/react:component Button
Target Processes
- monorepo-management
- enterprise-architecture
- code-generation