원클릭으로
nerf-uv
Python development tools via uv run
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Python development tools via uv run
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-uv |
| description | Python development tools via uv run |
| targets | ["*"] |
These tools are available as scripts within this plugin. Call them using the absolute paths shown in each usage line.
These tools run Python development tools via uv run, using the project's virtual environment. Use uv-pytest for testing, uv-ruff-check and uv-ruff-fix for linting, and uv-mypy for type checking. All tools forward arguments directly to the underlying command.
Run pytest with the given arguments.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-uv/scripts/nerf-uv-pytest [<args...>]
Maps to: uv run pytest <args>
Arguments:
<args...> (optional): Arguments to pass to pytest (e.g. tests/ -v or -x -q)Run ruff check (lint without modifying files).
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-uv/scripts/nerf-uv-ruff-check [<args...>]
Maps to: uv run ruff check <args>
Arguments:
<args...> (optional): Arguments to pass to ruff check (e.g. src/)Run ruff check with --fix to auto-fix lint issues.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-uv/scripts/nerf-uv-ruff-fix [<args...>]
Maps to: uv run ruff check --fix <args>
Arguments:
<args...> (optional): Arguments to pass to ruff check --fix (e.g. src/)Run mypy type checker with the given arguments.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-uv/scripts/nerf-uv-mypy [<args...>]
Maps to: uv run mypy <args>
Arguments:
<args...> (optional): Arguments to pass to mypy (e.g. src/ or --strict)Hit a bug, complaint, bypass-worthy guardrail, or want a feature? Use the nerf-report skill.