Nsight Graphics Analyzer — Development skill for Claude Code
CLI wrapper and Claude Code / Codex skill for NVIDIA Nsight Graphics 2026.1+ — capture GPU frames, export GPU Trace, and drill into bottlenecks via compact JSON.
How to install Nsight Graphics Analyzer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open FrostyLeaves/nsight-graphics-analyzer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Nsight Graphics Analyzer does
CLI wrapper and Claude Code / Codex skill for NVIDIA Nsight Graphics 2026.1+ — capture GPU frames, export GPU Trace, and drill into bottlenecks via compact JSON.
Alternatives in Development
- Persona Analyzer — Persona 分析 Prompt 24k ★
- Rust Analyzer Lsp — Rust /plugin install rust-analyzer-lsp@claude-plugins-official 14k ★
- Setup Video Vision — Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies 1.3k ★
README
nsight-graphics-analyzer
**English** | [简体中文](./README.zh-CN.md)
Nsight Graphics Analyzer is a Windows-only skill and CLI wrapper for **NVIDIA Nsight Graphics 2026.1+**. It helps Claude Code, Codex, or a human at the terminal capture GPU frames, export Nsight GPU Trace data, and inspect the result through small JSON files instead of multi-hundred-MB TSV artifacts.
The Python code uses only the standard library. No `pip install` is required.
[](https://github.com/FrostyLeaves/nsight-graphics-analyzer/actions/workflows/ci.yml) [](LICENSE)  
Requirements
| Requirement | Notes |
|---|---|
| Windows 10/11 | Required. The wrapper uses Windows process and path APIs. |
| NVIDIA Nsight Graphics 2026.1+ | Install separately from NVIDIA Developer. |
| Python 3.10+ | Standard library only. |
| NVIDIA GPU and supported driver | Required for Nsight capture and replay workflows. |
Run the environment check first:
python plugins\nsight-graphics-analyzer\skills\nsight-graphics-analyzer\scripts\nsight.py doctor
If `ngfx_install` is `null`, install Nsight Graphics before trying to capture.
Quick Start
Capture a short GPU Trace and generate the three compact JSON artifacts:
python plugins\nsight-graphics-analyzer\skills\nsight-graphics-analyzer\scripts\nsight.py gputrace-capture `
--exe "C:\Path\To\YourApp.exe" --wd "C:\Path\To" `
--start-after-ms 5000 --max-duration-ms 1000 `
--architecture Ada --metric-set-name "Throughput Metrics" `
--time-every-action `
--out "C:\Path\To\Captures\sample.ngfx-gputrace"
The wrapper writes these files next to the trace:
| Artifact | Purpose |
Related Skills
GPU Check
Check GPU availability + driver version — ROCm untuk AMD RX 6700S, CUDA untuk NVIDIA GTX 1650.
Unity Profile
Deep profiling session — captures frames via MCP, analyzes CPU/GPU timing, memory snapshots, rendering stats,
Ae Mogrt
Motion Graphics Template (.mogrt) helpers: add properties to Essential Graphics Panel, export as mogrt, manage
Hewn
Claude Code CLI wrapper: routes every turn to a compact answer shape (IR, prose+code, findings, polished, cave
Findings Triage
Run the Aegis 'findings-triage' analyzer on an ASFF export and summarize the report.
Scar Export
fpm-core SCAR → Cursor·Codex·Gemini 포맷 단방향 export (글로벌 scar-export 스킬 위임 wrapper, --source 고정)
Related Agents
Confluence Search
Find Confluence pages by criteria via the confluence-as CLI wrapper. Use for: ''search confluence'', ''find pa
Nvidia Cuda Engineer
You are the system GPU Engineer — a senior NVIDIA platform specialist embedded in the system Distributed AI Ho
Codex Debugger
Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA