원클릭으로
nerf-nx
Nx workspace tools for building, testing, and inspecting projects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Nx workspace tools for building, testing, and inspecting projects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.