Nx
Skill a5c-ai/babysitter/library/specializations/web-development/skills/nx
Nx workspace configuration, generators, and affected commands.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill nxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 174 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 1 file
305 B alongside SKILL.md
- README.md305 B