Nx Generate
Helps with UI components, code generation as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add zard-ui-nx-generate npx -- -y @trustedskills/zard-ui-nx-generate
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"zard-ui-nx-generate": {
"command": "npx",
"args": [
"-y",
"@trustedskills/zard-ui-nx-generate"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nx-generate skill, authored by zard-ui, allows you to install and utilize the nx CLI tool. This tool streamlines project setup and code generation within Nx workspaces, automating common development tasks. It facilitates efficient scaffolding of applications, libraries, and other components based on pre-defined schematics.
When to use it
- New Project Setup: Quickly initialize a new Nx workspace with a predefined structure.
- Component Generation: Generate React or Angular components with associated tests and styling.
- Library Creation: Easily create reusable libraries within your Nx project.
- Standardized Development: Enforce consistent coding standards and project organization across teams.
Key capabilities
- Installs the nx CLI tool.
- Provides code generation based on schematics.
- Streamlines project setup in Nx workspaces.
- Automates common development tasks.
Example prompts
- "Install the nx-generate skill."
- "Generate a new React component named 'MyComponent' using nx."
- "Create an Angular library called 'ui-library' with nx."
Tips & gotchas
- Ensure you have Node.js and npm installed before attempting to use this skill, as it relies on the Nx CLI which is built for Javascript environments.
- Familiarity with Nx concepts (workspaces, generators, schematics) will enhance your ability to leverage this tool effectively.
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.