Loading...
Loading...
Found 4 Skills
Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.
Configure multi-project workspaces in GrepAI. Use this skill for monorepos and multiple related projects.
Create isolated git worktrees for parallel feature work with monorepo-aware env file copying and node_modules symlinking.
Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.