← All plugins
veloq
v0.6.1Agent Skills for Nsight Systems, Nsight Compute, and PyTorch/Kineto profile analysis with the VeloQ CLI.
CodexClaude Code
by Zihua WuMIT108updated 4 days ago
Source
git clone https://github.com/lucifer1004/VeloQClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
veloq/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
.codex-plugin/plugin.json
{
"name": "veloq",
"version": "0.6.1",
"description": "Agent Skills for Nsight Systems, Nsight Compute, and PyTorch/Kineto profile analysis with the VeloQ CLI.",
"author": {
"name": "Zihua Wu"
},
"homepage": "https://github.com/lucifer1004/veloq",
"repository": "https://github.com/lucifer1004/veloq",
"license": "MIT",
"keywords": [
"profiling",
"cuda",
"nsight",
"pytorch",
"veloq"
],
"skills": "./skills/",
"interface": {
"displayName": "VeloQ",
"shortDescription": "Analyze GPU profile traces with VeloQ-backed Agent Skills.",
"longDescription": "Reusable Agent Skills for analyzing Nsight Systems timelines, Nsight Compute kernel reports, and PyTorch/Kineto traces through the VeloQ CLI.",
"developerName": "Zihua Wu",
"category": "Developer Tools",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Analyze this GPU profile with VeloQ.",
"Find CPU overhead in this profile.",
"Investigate NCCL or kernel bottlenecks."
]
}
}.claude-plugin/plugin.json
{
"name": "veloq",
"description": "Agent Skills for Nsight Systems, Nsight Compute, and PyTorch/Kineto analysis using the VeloQ CLI.",
"version": "0.6.1",
"author": {
"name": "Zihua Wu"
}
}