You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+7-17Lines changed: 7 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,6 @@
9
9
"version": "0.1.0"
10
10
},
11
11
"plugins": [
12
-
{
13
-
"name": "analysis-orchestrator",
14
-
"source": "./skills/analysis-orchestrator",
15
-
"description": "Orchestrates modular PyTorch profiler trace analysis with TraceLens: generates perf reports, prepares category data, runs system-level and compute-kernel subagents in parallel, validates outputs, and writes a prioritized stakeholder report (analysis.md)."
16
-
},
17
-
{
18
-
"name": "apu-memory-tuner",
19
-
"source": "./skills/apu-memory-tuner",
20
-
"description": "Inspect and tune the shared-vs-dedicated memory split (GTT / UMA Frame Buffer) on AMD Ryzen APUs so larger LLMs and image models fit on the iGPU."
21
-
},
22
12
{
23
13
"name": "local-ai-app-integration",
24
14
"source": "./skills/local-ai-app-integration",
@@ -30,19 +20,19 @@
30
20
"description": "Route image generation, text-to-speech, and speech-to-text through a local AI Server to reduce token/cost usage."
31
21
},
32
22
{
33
-
"name": "magpie",
34
-
"source": "./skills/magpie",
23
+
"name": "magpie-kernel-evaluator",
24
+
"source": "./skills/magpie-kernel-evaluator",
35
25
"description": "Performs GPU kernel correctness and performance evaluation and LLM inference benchmarking with Magpie. Analyzes single or multiple kernels (HIP/CUDA/PyTorch), compares kernel implementations, runs vLLM/SGLang benchmarks with profiling and TraceLens, and runs gap analysis on torch traces."
36
26
},
37
-
{
38
-
"name": "rocm-doctor",
39
-
"source": "./skills/rocm-doctor",
40
-
"description": "Diagnose why ROCm, PyTorch, or llama.cpp isn't working on an AMD GPU. Matches the symptom against a fixed list of twelve known misconfigurations and proposes the next step."
41
-
},
42
27
{
43
28
"name": "serving-llms-on-instinct",
44
29
"source": "./skills/serving-llms-on-instinct",
45
30
"description": "Serve LLMs on AMD Instinct GPUs (MI300X/MI325X/MI350X/MI355X) with vLLM on ROCm. Handles GPU detection, environment validation, vLLM configuration, launch, and health verification."
Copy file name to clipboardExpand all lines: .cursor-plugin/marketplace.json
+7-17Lines changed: 7 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,6 @@
9
9
"version": "0.1.0"
10
10
},
11
11
"plugins": [
12
-
{
13
-
"name": "analysis-orchestrator",
14
-
"source": "./skills/analysis-orchestrator",
15
-
"description": "Orchestrates modular PyTorch profiler trace analysis with TraceLens: generates perf reports, prepares category data, runs system-level and compute-kernel subagents in parallel, validates outputs, and writes a prioritized stakeholder report (analysis.md)."
16
-
},
17
-
{
18
-
"name": "apu-memory-tuner",
19
-
"source": "./skills/apu-memory-tuner",
20
-
"description": "Inspect and tune the shared-vs-dedicated memory split (GTT / UMA Frame Buffer) on AMD Ryzen APUs so larger LLMs and image models fit on the iGPU."
21
-
},
22
12
{
23
13
"name": "local-ai-app-integration",
24
14
"source": "./skills/local-ai-app-integration",
@@ -30,19 +20,19 @@
30
20
"description": "Route image generation, text-to-speech, and speech-to-text through a local AI Server to reduce token/cost usage."
31
21
},
32
22
{
33
-
"name": "magpie",
34
-
"source": "./skills/magpie",
23
+
"name": "magpie-kernel-evaluator",
24
+
"source": "./skills/magpie-kernel-evaluator",
35
25
"description": "Performs GPU kernel correctness and performance evaluation and LLM inference benchmarking with Magpie. Analyzes single or multiple kernels (HIP/CUDA/PyTorch), compares kernel implementations, runs vLLM/SGLang benchmarks with profiling and TraceLens, and runs gap analysis on torch traces."
36
26
},
37
-
{
38
-
"name": "rocm-doctor",
39
-
"source": "./skills/rocm-doctor",
40
-
"description": "Diagnose why ROCm, PyTorch, or llama.cpp isn't working on an AMD GPU. Matches the symptom against a fixed list of twelve known misconfigurations and proposes the next step."
41
-
},
42
27
{
43
28
"name": "serving-llms-on-instinct",
44
29
"source": "./skills/serving-llms-on-instinct",
45
30
"description": "Serve LLMs on AMD Instinct GPUs (MI300X/MI325X/MI350X/MI355X) with vLLM on ROCm. Handles GPU detection, environment validation, vLLM configuration, launch, and health verification."
0 commit comments