cli-anything-nsight-graphics
Windows-first CLI harness for Nsight Graphics capture, GPU Trace summary, and ngfx-replay analysis
What this skill does
# Nsight Graphics CLI Skill Command-line orchestration of official NVIDIA Nsight Graphics activities. ## Capabilities - Probe installed Nsight binaries and compatibility mode - Launch an application detached under Nsight - Attach Nsight to a running PID - Trigger Graphics Capture or OpenGL Frame Debugger capture - Trigger GPU Trace capture, auto-export, and summarize - Analyze existing `.ngfx-capture` files through `ngfx-replay` - Report clear compatibility diagnostics for `.ngfx-gputrace` inputs - Trigger Generate C++ Capture ## Commands ### doctor ```bash cli-anything-nsight-graphics --json doctor info cli-anything-nsight-graphics --json doctor versions cli-anything-nsight-graphics --nsight-path "C:\Path\To\Nsight Graphics 2024.2\host\windows-desktop-nomad-x64" --json doctor info ``` ### launch ```bash cli-anything-nsight-graphics launch detached --activity "Graphics Capture" --exe "C:\Path\To\App.exe" cli-anything-nsight-graphics launch attach --activity "Graphics Capture" --pid 12345 ``` ### frame capture ```bash cli-anything-nsight-graphics --output-dir D:\captures frame capture ^ --exe "C:\Path\To\App.exe" ^ --wait-frames 10 ``` ### GPU Trace ```bash cli-anything-nsight-graphics --output-dir D:\traces gpu-trace capture ^ --exe "C:\Path\To\App.exe" ^ --start-after-ms 1000 ^ --limit-to-frames 1 ^ --auto-export ^ --summarize cli-anything-nsight-graphics gpu-trace summarize ^ --input-dir D:\traces ``` ### Replay analysis ```bash cli-anything-nsight-graphics --json replay analyze ^ --capture-file D:\captures\frame.ngfx-capture ^ --output-dir D:\analysis ``` ### Generate C++ Capture ```bash cli-anything-nsight-graphics --output-dir D:\cpp cpp capture ^ --exe "C:\Path\To\App.exe" ^ --wait-seconds 5 ``` ## Agent Notes - Prefer `doctor info` first to discover the available compatibility mode. - Use `doctor versions` to list detected installs when multiple Nsight Graphics versions exist. - Use `--nsight-path` to force a specific install directory or `ngfx.exe`. - Use `--json` for programmatic workflows. - Prefer `gpu-trace capture --auto-export --summarize` for one-step performance triage. The summary includes exported table inventory, metric inventory, frame-budget classification, workload classification, throughput ranking, bottleneck hints, and warnings for empty event/regime tables. - Use `replay analyze` when the input is an existing `.ngfx-capture` file. With no analysis switches it exports metadata, logs, captured log errors, and a replay performance report, then adds structured `analysis.highlights` / `analysis.warnings`. - `ngfx-replay` documents its input as a Graphics Capture file. `.ngfx-gputrace` inputs are accepted for clear diagnostics, but on Nsight Graphics 2026.1.0 they may report `Invalid file header`; use `gpu-trace summarize` for exported GPU Trace table analysis. - `replay analyze` uses official `ngfx-replay` metadata/log/screenshot/perf-report outputs; it is not a RenderDoc-style shader, pipeline, texture, or resource inspector. - Frame/GPU/C++ capture commands require a launch target through `--exe` or a preconfigured root-level `--project`. - If a global `cli-anything-nsight-graphics` command points at an old worktree, reinstall from `nsight-graphics/agent-harness` with `python -m pip install -e .`.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.