com um clique
nerf-nx
Nx workspace tools for building, testing, and inspecting projects
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Nx workspace tools for building, testing, and inspecting projects
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Safe wrappers for common Unix utilities
Safe wrappers for common Unix utilities
Allow nerf tools without prompting (supports glob patterns like nerf-git-*)
Allow/deny nerf tools by threat profile (read/write ceiling)
Deny nerf tools entirely (supports glob patterns like nerf-git-*)
List nerf tool permissions across all scopes
| name | nerf-nx |
| description | Nx workspace tools for building, testing, and inspecting projects |
| targets | ["*"] |
These tools are available as scripts within this plugin. Call them using the absolute paths shown in each usage line.
These tools run Nx commands via npx. All tools require an nx.json file in the current directory (Nx workspace root). Use nx-show-projects to list all projects, nx-run to execute a target, and nx-affected to find projects affected by current changes.
List all projects in the Nx workspace (one per line).
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-nx/scripts/nerf-nx-show-projects
Maps to: npx nx show projects
No arguments.
Show configuration details for a specific Nx project (targets, source root, metadata).
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-nx/scripts/nerf-nx-show-project <project>
Maps to: npx nx show project <project>
Arguments:
<project> (required): Nx project name (from nx-show-projects). must match ^[a-zA-Z0-9_-]+$Run an Nx target on a project in project:target format (e.g. myapp:build).
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-nx/scripts/nerf-nx-run <target>
Maps to: npx nx run <target>
Arguments:
<target> (required): Target in project:target format (e.g. myapp:build, myapp:test, myapp:lint). must match ^[a-zA-Z0-9_-]+:[a-zA-Z0-9_-]+$List Nx projects affected by current changes compared to main.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-nx/scripts/nerf-nx-affected
Maps to: npx nx show projects --affected
No arguments.
Print the Nx project dependency graph as JSON.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-nx/scripts/nerf-nx-graph
Maps to: npx nx graph --print-affected
No arguments.
Clear the Nx cache and reset the Nx daemon.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-nx/scripts/nerf-nx-reset
Maps to: npx nx reset
No arguments.
Hit a bug, complaint, bypass-worthy guardrail, or want a feature? Use the nerf-report skill.