Nx Generate
Generates tailored meeting agendas, discussion points, and action items for tech lead club meetings based on provided topics.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tech-leads-club-nx-generate npx -- -y @trustedskills/tech-leads-club-nx-generate
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tech-leads-club-nx-generate": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tech-leads-club-nx-generate"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nx-generate skill allows AI agents to leverage Nx, a build system and monorepo tool, to generate code. It simplifies project scaffolding by automating the creation of new applications, libraries, or components within an Nx workspace. This promotes consistency and reduces boilerplate in development workflows.
When to use it
- New Project Setup: Quickly bootstrap a new application with pre-configured tooling and structure.
- Component Generation: Create reusable UI components or backend modules based on established templates.
- Library Creation: Easily generate libraries for shared code within a monorepo environment.
- Standardized Development: Enforce consistent project structures and coding standards across teams.
Key capabilities
- Code generation using Nx commands
- Project scaffolding
- Component creation
- Library generation
- Monorepo support
Example prompts
- "Generate a new Angular application named 'my-app' using nx."
- "Create a React component called 'MyButton' with the nx generate command."
- "Generate a Node.js library for handling API requests using Nx."
Tips & gotchas
- Requires an existing Nx workspace to be initialized. The agent must have access to and understand the structure of this workspace.
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.