Nx Generate
Generates new Nx workspaces, projects, libraries, and applications based on specified configurations and best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nx-generate npx -- -y @trustedskills/nx-generate
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nx-generate": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nx-generate"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nx-generate skill is used to generate code and project structures within an Nx workspace. It helps streamline development by creating new applications, libraries, or configuration files based on predefined templates.
When to use it
- When setting up a new application or library in an Nx monorepo.
- To quickly scaffold common file types like components, services, or config files.
- When you want to maintain consistency across projects within the workspace.
Key capabilities
- Generate applications and libraries with customizable templates.
- Supports generating configuration files for Nx workspaces.
- Integrates with Nx to ensure generated code aligns with project structure and conventions.
Example prompts
- "Generate a new Angular application called 'user-dashboard'."
- "Create a shared library named 'auth-utils' with TypeScript."
- "Generate an nx.json file for a new monorepo."
Tips & gotchas
- Ensure you have Nx installed and configured in your project before using this skill.
- Custom templates may require additional setup to work as expected.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.