Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,26 @@
"./skills/local-ai-use",
"./skills/local-ai-app-integration",
"./skills/serving-llms-on-instinct",
"./skills/tracelens-analysis-orchestrator"
"./skills/tracelens-analysis-orchestrator",
"./skills/quark-env-preflight",
"./skills/quark-install",
"./skills/quark-onnx-autosearch-pro",
"./skills/quark-onnx-debug",
"./skills/quark-onnx-install",
"./skills/quark-onnx-model-intake",
"./skills/quark-onnx-ptq",
"./skills/quark-onnx-result-validator",
"./skills/quark-torch-debug",
"./skills/quark-torch-export",
"./skills/quark-torch-file2file-quantization",
"./skills/quark-torch-install",
"./skills/quark-torch-llm-eval",
"./skills/quark-torch-llm-ptq-eval",
"./skills/quark-torch-model-intake",
"./skills/quark-torch-ptq",
"./skills/quark-torch-result-validator"
],
"description": "AMD's verified Agent Skills in one plugin: route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance."
"description": "AMD's verified Agent Skills in one plugin: quantize and validate PyTorch or ONNX models with AMD Quark, route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance."
}
]
}
23 changes: 21 additions & 2 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"amd",
"rocm",
"hip",
"quark",
"quantization",
"ryzen-ai",
"vllm",
"lemonade",
Expand All @@ -21,12 +23,29 @@
"./skills/local-ai-use",
"./skills/local-ai-app-integration",
"./skills/serving-llms-on-instinct",
"./skills/tracelens-analysis-orchestrator"
"./skills/tracelens-analysis-orchestrator",
"./skills/quark-env-preflight",
"./skills/quark-install",
"./skills/quark-onnx-autosearch-pro",
"./skills/quark-onnx-debug",
"./skills/quark-onnx-install",
"./skills/quark-onnx-model-intake",
"./skills/quark-onnx-ptq",
"./skills/quark-onnx-result-validator",
"./skills/quark-torch-debug",
"./skills/quark-torch-export",
"./skills/quark-torch-file2file-quantization",
"./skills/quark-torch-install",
"./skills/quark-torch-llm-eval",
"./skills/quark-torch-llm-ptq-eval",
"./skills/quark-torch-model-intake",
"./skills/quark-torch-ptq",
"./skills/quark-torch-result-validator"
],
"interface": {
"displayName": "AMD Skills",
"shortDescription": "Agent Skills for AMD-optimized workflows.",
"longDescription": "AMD's verified Agent Skills in one plugin: route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance.",
"longDescription": "AMD's verified Agent Skills in one plugin: quantize and validate PyTorch or ONNX models with AMD Quark, route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance.",
"developerName": "AMD",
"category": "Developer Tools",
"capabilities": [
Expand Down
23 changes: 21 additions & 2 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,26 @@
"./skills/local-ai-use",
"./skills/local-ai-app-integration",
"./skills/serving-llms-on-instinct",
"./skills/tracelens-analysis-orchestrator"
"./skills/tracelens-analysis-orchestrator",
"./skills/quark-env-preflight",
"./skills/quark-install",
"./skills/quark-onnx-autosearch-pro",
"./skills/quark-onnx-debug",
"./skills/quark-onnx-install",
"./skills/quark-onnx-model-intake",
"./skills/quark-onnx-ptq",
"./skills/quark-onnx-result-validator",
"./skills/quark-torch-debug",
"./skills/quark-torch-export",
"./skills/quark-torch-file2file-quantization",
"./skills/quark-torch-install",
"./skills/quark-torch-llm-eval",
"./skills/quark-torch-llm-ptq-eval",
"./skills/quark-torch-model-intake",
"./skills/quark-torch-ptq",
"./skills/quark-torch-result-validator"
],
"description": "AMD's verified Agent Skills in one plugin: route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance.",
"description": "AMD's verified Agent Skills in one plugin: quantize and validate PyTorch or ONNX models with AMD Quark, route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, and analyze GPU kernel and PyTorch trace performance.",
"author": {
"name": "AMD"
},
Expand All @@ -29,6 +46,8 @@
"amd",
"rocm",
"hip",
"quark",
"quantization",
"ryzen-ai",
"vllm",
"lemonade",
Expand Down
1 change: 1 addition & 0 deletions .github/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ usage() {
case "${1:-}" in
"")
uv run .github/scripts/validate_skills.py
uv run .github/scripts/validate_quark_federation.py
uv run .github/scripts/generate_cursor_marketplace.py --check
uv run .github/scripts/generate_codex_plugin.py --check
;;
Expand Down
Loading
Loading