Automates project scaffolding and code generation using Nx generators to maintain architectural consistency across monorepos.
The Nx Code Generation skill enables Claude to intelligently manage workspace scaffolding by identifying and executing the most appropriate Nx generators for your project. It automates the creation of applications, libraries, and features while strictly adhering to your repository's unique patterns and conventions. Unlike standard CLI usage, this skill performs deep source code analysis of generators, handles complex directory structures, and executes post-generation verification steps—such as linting, testing, and building—to ensure all new code is immediately production-ready and integrated correctly within the monorepo.
주요 기능
01Automated discovery and selection of local or plugin-based Nx generators
02Intelligent buildability assessment for library generation
03Post-generation automated verification including linting, testing, and formatting
04Pre-execution verification using dry-runs to prevent file structure errors
050 GitHub stars
06Source code analysis to identify hidden generator side effects and options
사용 사례
01Scaffolding repetitive features using custom local workspace generators
02Creating new workspace-compliant libraries or applications with zero manual configuration
03Standardizing project structures across a large-scale TypeScript monorepo