agentsclimarketplace

Nx

Skill a5c-ai/babysitter/library/specializations/web-development/skills/nx

Nx workspace configuration, generators, and affected commands.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill nx

Assembled 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

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.