install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/web-development/skills/nx" ~/.claude/skills/a5c-ai-babysitter-nx && rm -rf "$T"
manifest:
library/specializations/web-development/skills/nx/SKILL.mdsource content
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