Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Nx

Nx workspace configuration, generators, and affected commands.

majiayu000 f9633a9 2 files · 1.5 KB Updated 567 repo stars

File contents

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

majiayu000/claude-skill-registry-data/tree/main/data/nx commit f9633a90cb

Frequently asked questions

npx skillmds add majiayu000/nx