@raishin/vanguard-frontier-agentic 1.7.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/plugins/README.md +87 -0
- package/.agents/plugins/marketplace.json +32 -0
- package/.claude-plugin/README.md +60 -0
- package/.claude-plugin/marketplace.json +29 -0
- package/.claude-plugin/plugin.json +365 -0
- package/.cursor-plugin/README.md +51 -0
- package/.cursor-plugin/plugin.json +364 -0
- package/.github/plugin/README.md +64 -0
- package/.github/plugin/marketplace.json +17 -0
- package/README.md +301 -3
- package/agents/alibaba/README.md +17 -0
- package/agents/contabo/contabo-capacity-planner-agent/metadata.json +15 -4
- package/agents/contabo/contabo-cost-optimization-analyst-agent/metadata.json +15 -4
- package/agents/contabo/contabo-live-instance-lifecycle-guard-agent/metadata.json +15 -4
- package/agents/contabo/contabo-live-storage-operations-guard-agent/metadata.json +15 -4
- package/agents/contabo/contabo-maestro-agent/metadata.json +15 -4
- package/agents/contabo/contabo-security-hardening-agent/metadata.json +15 -4
- package/agents/finops/AGENTS.md +19 -9
- package/agents/finops/README.md +75 -5
- package/agents/finops/finops-ai-economist-agent/AGENT.md +71 -0
- package/agents/finops/finops-ai-economist-agent/PERMISSIONS.md +138 -0
- package/agents/finops/finops-ai-economist-agent/README.md +27 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/codex.toml +40 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md +58 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json +1 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/metadata.json +45 -0
- package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +4 -3
- package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +46 -0
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +3 -3
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -1
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +14 -5
- package/agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md +102 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md +143 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/README.md +37 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml +47 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md +54 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json +1 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/metadata.json +46 -0
- package/agents/finops/finops-maestro-agent/AGENT.md +61 -0
- package/agents/finops/finops-maestro-agent/PERMISSIONS.md +64 -0
- package/agents/finops/finops-maestro-agent/README.md +52 -0
- package/agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/harnesses/codex.toml +34 -0
- package/agents/finops/finops-maestro-agent/harnesses/copilot.agent.md +49 -0
- package/agents/finops/finops-maestro-agent/harnesses/cursor.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/harnesses/gemini.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
- package/agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/metadata.json +38 -0
- package/agents/hetzner/hetzner-capacity-planner-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-cost-optimization-analyst-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-infrastructure-reviewer-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-live-firewall-rule-guard-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-live-server-lifecycle-guard-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-maestro-agent/metadata.json +15 -4
- package/agents/huawei/README.md +17 -0
- package/agents/nvidia/README.md +53 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/AGENT.md +53 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml +27 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json +20 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/metadata.json +40 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-maestro-agent/AGENT.md +55 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/claude-code.agent.md +38 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/codex.toml +34 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/copilot.agent.md +52 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/cursor.agent.md +40 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/gemini.agent.md +39 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
- package/agents/nvidia/nvidia-maestro-agent/metadata.json +40 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/AGENT.md +78 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/claude-code.agent.md +37 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/cursor.agent.md +37 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/metadata.json +35 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/AGENT.md +53 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/claude-code.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/codex.toml +27 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/copilot.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/cursor.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/gemini.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-cli.agent.json +20 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-ide.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/metadata.json +40 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/AGENT.md +53 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/claude-code.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/codex.toml +27 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/copilot.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/cursor.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/gemini.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-cli.agent.json +20 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-ide.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/metadata.json +40 -0
- package/catalog/agents.json +707 -29
- package/catalog/asset-integrity.json +20301 -0
- package/catalog/install-roles.json +215 -39
- package/catalog/skill-manifest.json +456 -13
- package/catalog/skills.json +554 -6
- package/mcp/official/aws-mcp-servers.metadata.json +16 -2
- package/mcp/official/azure-mcp-server.metadata.json +16 -2
- package/mcp/official/oracle-mcp-servers.metadata.json +16 -2
- package/package.json +27 -4
- package/plugins/cross-platform-agent-template/.codex-plugin/plugin.json +0 -1
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +46 -0
- package/powers/README.md +104 -0
- package/powers/vanguard-alibaba/POWER.md +47 -0
- package/powers/vanguard-aws/POWER.md +46 -0
- package/powers/vanguard-azure/POWER.md +48 -0
- package/powers/vanguard-contabo/POWER.md +42 -0
- package/powers/vanguard-gcp/POWER.md +47 -0
- package/powers/vanguard-hetzner/POWER.md +42 -0
- package/powers/vanguard-huawei/POWER.md +47 -0
- package/powers/vanguard-ionos/POWER.md +41 -0
- package/powers/vanguard-kubernetes/POWER.md +48 -0
- package/powers/vanguard-nvidia/POWER.md +42 -0
- package/powers/vanguard-oci/POWER.md +48 -0
- package/powers/vanguard-ovhcloud/POWER.md +41 -0
- package/powers/vanguard-scaleway/POWER.md +41 -0
- package/powers/vanguard-terraform/POWER.md +42 -0
- package/schemas/agent.schema.json +13 -0
- package/schemas/attestation.schema.json +157 -0
- package/schemas/mcp-reference.schema.json +36 -0
- package/schemas/skill.frontmatter.schema.json +42 -1
- package/scripts/export-marketplace-agents.mjs +81 -7
- package/scripts/generate-cursor-plugin.mjs +130 -0
- package/scripts/generate-kiro-powers.mjs +324 -0
- package/scripts/generate-plugin-manifest.mjs +151 -0
- package/scripts/release-prepare.mjs +88 -0
- package/skills/claude/README.md +7 -0
- package/skills/claude/add-educational-comments/SKILL.md +138 -0
- package/skills/claude/add-educational-comments/metadata.json +26 -0
- package/skills/finops/README.md +60 -9
- package/skills/finops/carbon-cost-pair/README.md +25 -0
- package/skills/finops/carbon-cost-pair/SKILL.md +96 -0
- package/skills/finops/carbon-cost-pair/metadata.json +27 -0
- package/skills/finops/carbon-cost-pair/references/methodology.md +78 -0
- package/skills/finops/carbon-cost-pair/references/sources.md +103 -0
- package/skills/finops/fetch-foundation-model-pricing/README.md +25 -0
- package/skills/finops/fetch-foundation-model-pricing/SKILL.md +85 -0
- package/skills/finops/fetch-foundation-model-pricing/metadata.json +30 -0
- package/skills/finops/fetch-foundation-model-pricing/references/providers.md +88 -0
- package/skills/finops/fetch-foundation-model-pricing/references/token-economics.md +94 -0
- package/skills/finops/finops-cloud-price-advisor/SKILL.md +25 -16
- package/skills/finops/finops-cloud-price-advisor/metadata.json +11 -5
- package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +73 -0
- package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +106 -7
- package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +71 -0
- package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +299 -10
- package/skills/finops/finops-cloud-price-advisor/references/provider-fallbacks.md +400 -0
- package/skills/finops/finops-maestro/README.md +27 -0
- package/skills/finops/finops-maestro/SKILL.md +49 -0
- package/skills/finops/finops-maestro/metadata.json +26 -0
- package/skills/finops/finops-maestro/references/safety-checklist.md +67 -0
- package/skills/finops/finops-maestro/references/workflow-and-output.md +107 -0
- package/skills/finops/focus-spec-normalizer/README.md +25 -0
- package/skills/finops/focus-spec-normalizer/SKILL.md +113 -0
- package/skills/finops/focus-spec-normalizer/metadata.json +26 -0
- package/skills/finops/focus-spec-normalizer/references/focus-columns.md +69 -0
- package/skills/finops/focus-spec-normalizer/references/vendor-mapping.md +229 -0
- package/skills/finops/kubernetes-allocation-report/README.md +23 -0
- package/skills/finops/kubernetes-allocation-report/SKILL.md +95 -0
- package/skills/finops/kubernetes-allocation-report/metadata.json +26 -0
- package/skills/finops/kubernetes-allocation-report/references/attribution-workflow.md +90 -0
- package/skills/finops/kubernetes-allocation-report/references/opencost-mapping.md +70 -0
- package/skills/finops/rightsize-recommendation/README.md +23 -0
- package/skills/finops/rightsize-recommendation/SKILL.md +139 -0
- package/skills/finops/rightsize-recommendation/metadata.json +27 -0
- package/skills/finops/rightsize-recommendation/references/karpenter-consolidation.md +79 -0
- package/skills/finops/rightsize-recommendation/references/metric-sources.md +124 -0
- package/skills/nvidia/README.md +79 -0
- package/skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md +38 -0
- package/skills/nvidia/nvidia-agentic-ai-platform-review/metadata.json +34 -0
- package/skills/nvidia/nvidia-ai-infrastructure-operations/SKILL.md +43 -0
- package/skills/nvidia/nvidia-ai-infrastructure-operations/metadata.json +22 -0
- package/skills/nvidia/nvidia-ai-networking-fabric-review/SKILL.md +37 -0
- package/skills/nvidia/nvidia-ai-networking-fabric-review/metadata.json +34 -0
- package/skills/nvidia/nvidia-ai-operations-day2/SKILL.md +37 -0
- package/skills/nvidia/nvidia-ai-operations-day2/metadata.json +25 -0
- package/skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md +36 -0
- package/skills/nvidia/nvidia-cuda-kernel-performance-review/metadata.json +30 -0
- package/skills/nvidia/nvidia-generative-ai-platform-review/SKILL.md +38 -0
- package/skills/nvidia/nvidia-generative-ai-platform-review/metadata.json +36 -0
- package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/SKILL.md +38 -0
- package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/metadata.json +32 -0
- package/skills/nvidia/nvidia-maestro/SKILL.md +50 -0
- package/skills/nvidia/nvidia-maestro/metadata.json +28 -0
- package/skills/nvidia/nvidia-maestro/references/official-sources.md +54 -0
- package/skills/nvidia/nvidia-maestro/references/safety-checklist.md +41 -0
- package/skills/nvidia/nvidia-maestro/references/workflow-and-output.md +121 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/SKILL.md +90 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/metadata.json +30 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/allowlist-commands.md +44 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/attestation-format.md +84 -0
- package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/SKILL.md +41 -0
- package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/metadata.json +32 -0
- package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/SKILL.md +35 -0
- package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/metadata.json +30 -0
- package/skills/nvidia/nvidia-triton-inference-serving-review/SKILL.md +36 -0
- package/skills/nvidia/nvidia-triton-inference-serving-review/metadata.json +30 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nvidia-ai-networking-fabric-review-agent",
|
|
3
|
+
"name": "NVIDIA AI Networking Fabric Review",
|
|
4
|
+
"type": "agent",
|
|
5
|
+
"provider": "nvidia",
|
|
6
|
+
"harnesses": [
|
|
7
|
+
"codex",
|
|
8
|
+
"copilot",
|
|
9
|
+
"claude-code",
|
|
10
|
+
"cursor",
|
|
11
|
+
"gemini",
|
|
12
|
+
"kiro"
|
|
13
|
+
],
|
|
14
|
+
"summary": "Review NVIDIA AI fabric posture per NCP-AIN \u2014 Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, and east-west isolation between training jobs.",
|
|
15
|
+
"source_type": "original",
|
|
16
|
+
"official_docs": [
|
|
17
|
+
"https://www.nvidia.com/en-us/learn/certification/",
|
|
18
|
+
"https://docs.nvidia.com/ai-enterprise/",
|
|
19
|
+
"https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
|
|
20
|
+
"https://docs.nvidia.com/nim/",
|
|
21
|
+
"https://docs.nvidia.com/dcgm/",
|
|
22
|
+
"https://docs.nvidia.com/networking/",
|
|
23
|
+
"https://docs.nvidia.com/nemo-framework/"
|
|
24
|
+
],
|
|
25
|
+
"security_notes": "RoCEv2 without PFC and ECN is not lossless; goodput collapses under congestion. Shared default PKey on multi-tenant InfiniBand removes east-west isolation. Single-switch subnet manager with no failover is a fabric-wide outage path.",
|
|
26
|
+
"last_verified": "2026-05-10",
|
|
27
|
+
"path": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/",
|
|
28
|
+
"companion_skills": [
|
|
29
|
+
"nvidia-ai-networking-fabric-review"
|
|
30
|
+
],
|
|
31
|
+
"harness_variants": {
|
|
32
|
+
"codex": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/codex.toml",
|
|
33
|
+
"copilot": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/copilot.agent.md",
|
|
34
|
+
"claude-code": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/claude-code.agent.md",
|
|
35
|
+
"cursor": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/cursor.agent.md",
|
|
36
|
+
"gemini": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/gemini.agent.md",
|
|
37
|
+
"kiro-ide": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-ide.agent.md",
|
|
38
|
+
"kiro-cli": "agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-cli.agent.json"
|
|
39
|
+
},
|
|
40
|
+
"author": "github: Raishin",
|
|
41
|
+
"version": "0.1.0"
|
|
42
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
metadata:
|
|
3
|
+
author: "github: Raishin"
|
|
4
|
+
version: "0.1.0"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# NVIDIA AI Operations (Day-2)
|
|
8
|
+
|
|
9
|
+
> Agent for `nvidia-ai-operations-day2`. Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades.
|
|
10
|
+
|
|
11
|
+
## Harness Variants
|
|
12
|
+
|
|
13
|
+
- `harnesses/codex.toml` — Codex native agent configuration.
|
|
14
|
+
- `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
|
|
15
|
+
- `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
|
|
16
|
+
- `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
|
|
17
|
+
- `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
|
|
18
|
+
- `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
|
|
19
|
+
- `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
|
|
20
|
+
|
|
21
|
+
## Canonical Contract
|
|
22
|
+
|
|
23
|
+
# NVIDIA AI Operations (Day-2)
|
|
24
|
+
|
|
25
|
+
Use this canonical agent only for `nvidia-ai-operations-day2` work.
|
|
26
|
+
|
|
27
|
+
## Required Skill
|
|
28
|
+
|
|
29
|
+
Before answering, read and follow:
|
|
30
|
+
|
|
31
|
+
- `skills/nvidia/nvidia-ai-operations-day2/SKILL.md`
|
|
32
|
+
|
|
33
|
+
## Focus
|
|
34
|
+
|
|
35
|
+
Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades.
|
|
36
|
+
|
|
37
|
+
## Operating Rules
|
|
38
|
+
|
|
39
|
+
- Prefer live evidence; otherwise fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
40
|
+
- Treat the runtime-exposed tool inventory as truth. Do not assume a resource or tool exists because documentation mentions it.
|
|
41
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
42
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
43
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
44
|
+
|
|
45
|
+
## Response Shape
|
|
46
|
+
|
|
47
|
+
1. Verdict
|
|
48
|
+
2. Evidence level
|
|
49
|
+
3. Findings (critical / high / medium / low)
|
|
50
|
+
4. Safe next actions
|
|
51
|
+
5. Open questions
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA AI Operations (Day-2)"
|
|
3
|
+
description: "Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA AI Operations (Day-2)
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-ai-operations-day2` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-ai-operations-day2/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name = "nvidia_ai_operations_day2_agent"
|
|
2
|
+
description = "Specialized subagent for nvidia-ai-operations-day2. Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades."
|
|
3
|
+
model = "gpt-5.4"
|
|
4
|
+
model_reasoning_effort = "high"
|
|
5
|
+
sandbox_mode = "read-only"
|
|
6
|
+
|
|
7
|
+
developer_instructions = """
|
|
8
|
+
Load and follow the bound `nvidia-ai-operations-day2` skill first. This agent exists only for that role.
|
|
9
|
+
|
|
10
|
+
Token discipline:
|
|
11
|
+
- Read only SKILL.md first; load references only when the task requires them.
|
|
12
|
+
- Keep answers compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
13
|
+
|
|
14
|
+
Role focus: Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades.
|
|
15
|
+
|
|
16
|
+
Safety contract:
|
|
17
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
18
|
+
- Label claims as live evidence, user-provided sanitized evidence, documentation-based, or inference.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
[[skills.config]]
|
|
22
|
+
path = "skills/nvidia/nvidia-ai-operations-day2/SKILL.md"
|
|
23
|
+
enabled = true
|
|
24
|
+
|
|
25
|
+
[metadata]
|
|
26
|
+
author = "github: Raishin"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA AI Operations (Day-2)"
|
|
3
|
+
description: "Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA AI Operations (Day-2)
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-ai-operations-day2` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-ai-operations-day2/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA AI Operations (Day-2)"
|
|
3
|
+
description: "Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA AI Operations (Day-2)
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-ai-operations-day2` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-ai-operations-day2/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA AI Operations (Day-2)"
|
|
3
|
+
description: "Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA AI Operations (Day-2)
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-ai-operations-day2` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-ai-operations-day2/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "NVIDIA AI Operations (Day-2)",
|
|
3
|
+
"description": "Review NVIDIA GPU fleet day-2 operations per NCP-AIO \u2014 DCGM coverage, MIG lifecycle, Xid \u2192 runbook mapping, gated driver/firmware upgrades.",
|
|
4
|
+
"skill": "skills/nvidia/nvidia-ai-operations-day2/SKILL.md",
|
|
5
|
+
"operating_rules": [
|
|
6
|
+
"Prefer live evidence; fall back to NVIDIA documentation and sanitized configuration.",
|
|
7
|
+
"Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.",
|
|
8
|
+
"Label claims as live evidence, user-provided sanitized evidence, documentation-based, or inference.",
|
|
9
|
+
"Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions."
|
|
10
|
+
],
|
|
11
|
+
"response_shape": [
|
|
12
|
+
"Verdict",
|
|
13
|
+
"Evidence level",
|
|
14
|
+
"Findings (critical / high / medium / low)",
|
|
15
|
+
"Safe next actions",
|
|
16
|
+
"Open questions"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA AI Operations (Day-2)"
|
|
3
|
+
description: "Review NVIDIA GPU fleet day-2 operations per NCP-AIO — DCGM coverage, MIG lifecycle, Xid → runbook mapping, gated driver/firmware upgrades."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA AI Operations (Day-2)
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-ai-operations-day2` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-ai-operations-day2/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nvidia-ai-operations-day2-agent",
|
|
3
|
+
"name": "NVIDIA AI Operations (Day-2)",
|
|
4
|
+
"type": "agent",
|
|
5
|
+
"provider": "nvidia",
|
|
6
|
+
"harnesses": [
|
|
7
|
+
"codex",
|
|
8
|
+
"copilot",
|
|
9
|
+
"claude-code",
|
|
10
|
+
"cursor",
|
|
11
|
+
"gemini",
|
|
12
|
+
"kiro"
|
|
13
|
+
],
|
|
14
|
+
"summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO \u2014 DCGM exporter coverage, MIG lifecycle, Xid signature to runbook mapping, and gated driver/firmware upgrade discipline.",
|
|
15
|
+
"source_type": "original",
|
|
16
|
+
"official_docs": [
|
|
17
|
+
"https://www.nvidia.com/en-us/learn/certification/",
|
|
18
|
+
"https://docs.nvidia.com/ai-enterprise/",
|
|
19
|
+
"https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
|
|
20
|
+
"https://docs.nvidia.com/nim/",
|
|
21
|
+
"https://docs.nvidia.com/dcgm/",
|
|
22
|
+
"https://docs.nvidia.com/networking/",
|
|
23
|
+
"https://docs.nvidia.com/nemo-framework/"
|
|
24
|
+
],
|
|
25
|
+
"security_notes": "Absent DCGM coverage makes a GPU fleet operationally blind. Ungated driver upgrades on production training jobs destroy in-flight work. Unmapped Xid signatures triple incident MTTR.",
|
|
26
|
+
"last_verified": "2026-05-10",
|
|
27
|
+
"path": "agents/nvidia/nvidia-ai-operations-day2-agent/",
|
|
28
|
+
"companion_skills": [
|
|
29
|
+
"nvidia-ai-operations-day2"
|
|
30
|
+
],
|
|
31
|
+
"harness_variants": {
|
|
32
|
+
"codex": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/codex.toml",
|
|
33
|
+
"copilot": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/copilot.agent.md",
|
|
34
|
+
"claude-code": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/claude-code.agent.md",
|
|
35
|
+
"cursor": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/cursor.agent.md",
|
|
36
|
+
"gemini": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/gemini.agent.md",
|
|
37
|
+
"kiro-ide": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-ide.agent.md",
|
|
38
|
+
"kiro-cli": "agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-cli.agent.json"
|
|
39
|
+
},
|
|
40
|
+
"author": "github: Raishin",
|
|
41
|
+
"version": "0.1.0"
|
|
42
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
metadata:
|
|
3
|
+
author: "github: Raishin"
|
|
4
|
+
version: "0.1.0"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
8
|
+
|
|
9
|
+
> Agent for `nvidia-cuda-kernel-performance-review`. Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides.
|
|
10
|
+
|
|
11
|
+
## Harness Variants
|
|
12
|
+
|
|
13
|
+
- `harnesses/codex.toml` — Codex native agent configuration.
|
|
14
|
+
- `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
|
|
15
|
+
- `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
|
|
16
|
+
- `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
|
|
17
|
+
- `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
|
|
18
|
+
- `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
|
|
19
|
+
- `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
|
|
20
|
+
|
|
21
|
+
## Canonical Contract
|
|
22
|
+
|
|
23
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
24
|
+
|
|
25
|
+
Use this canonical agent only for `nvidia-cuda-kernel-performance-review` work.
|
|
26
|
+
|
|
27
|
+
## Required Skill
|
|
28
|
+
|
|
29
|
+
Before answering, read and follow:
|
|
30
|
+
|
|
31
|
+
- `skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md`
|
|
32
|
+
|
|
33
|
+
## Focus
|
|
34
|
+
|
|
35
|
+
Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides.
|
|
36
|
+
|
|
37
|
+
## Operating Rules
|
|
38
|
+
|
|
39
|
+
- Prefer the user's actual sources or configuration as evidence; otherwise fall back to NVIDIA documentation and inference, and say so.
|
|
40
|
+
- Treat the runtime-exposed tool inventory as truth. Do not assume a resource or tool exists because documentation mentions it.
|
|
41
|
+
- Never execute `nvcc`, `trtexec`, `polygraphy`, `tritonserver`, `perf_analyzer`, `nsight-compute`, or `nsight-systems` — emit the exact invocation as text for the user to run.
|
|
42
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
43
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
44
|
+
- Label claims as `user-provided source`, `user-provided sanitized configuration`, `documentation-based`, or `inference`.
|
|
45
|
+
|
|
46
|
+
## Response Shape
|
|
47
|
+
|
|
48
|
+
1. Verdict
|
|
49
|
+
2. Evidence level
|
|
50
|
+
3. Findings (critical / high / medium / low)
|
|
51
|
+
4. Recommended NVIDIA-tooling invocations (text only, never executed)
|
|
52
|
+
5. Safe next actions
|
|
53
|
+
6. Open questions
|
package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA CUDA Kernel Performance Review"
|
|
3
|
+
description: "Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-cuda-kernel-performance-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer the user's actual sources or configuration as evidence; fall back to NVIDIA documentation and inference, and say so.
|
|
18
|
+
- Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems — emit invocations as text only.
|
|
19
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
20
|
+
- Label claims as `user-provided source`, `user-provided sanitized configuration`, `documentation-based`, or `inference`.
|
|
21
|
+
- Keep outputs compact: verdict, evidence level, findings, recommended invocations, safe next actions, open questions.
|
|
22
|
+
|
|
23
|
+
## Response Shape
|
|
24
|
+
|
|
25
|
+
1. Verdict
|
|
26
|
+
2. Evidence level
|
|
27
|
+
3. Findings (critical / high / medium / low)
|
|
28
|
+
4. Recommended NVIDIA-tooling invocations (text only)
|
|
29
|
+
5. Safe next actions
|
|
30
|
+
6. Open questions
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name = "nvidia_cuda_kernel_performance_review_agent"
|
|
2
|
+
description = "Specialized subagent for nvidia-cuda-kernel-performance-review. Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides."
|
|
3
|
+
model = "gpt-5.4"
|
|
4
|
+
model_reasoning_effort = "high"
|
|
5
|
+
sandbox_mode = "read-only"
|
|
6
|
+
|
|
7
|
+
developer_instructions = """
|
|
8
|
+
Load and follow the bound `nvidia-cuda-kernel-performance-review` skill first. This agent exists only for that role.
|
|
9
|
+
|
|
10
|
+
Token discipline:
|
|
11
|
+
- Read only SKILL.md first; load references only when the task requires them.
|
|
12
|
+
- Keep answers compact: verdict, evidence level, findings, recommended NVIDIA-tooling invocations (text only), safe next actions, open questions.
|
|
13
|
+
|
|
14
|
+
Role focus: Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides.
|
|
15
|
+
|
|
16
|
+
Safety contract:
|
|
17
|
+
- Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems. Emit invocations as text.
|
|
18
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
19
|
+
- Label claims as user-provided source, user-provided sanitized configuration, documentation-based, or inference.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
[[skills.config]]
|
|
23
|
+
path = "skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md"
|
|
24
|
+
enabled = true
|
|
25
|
+
|
|
26
|
+
[metadata]
|
|
27
|
+
author = "github: Raishin"
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA CUDA Kernel Performance Review"
|
|
3
|
+
description: "Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-cuda-kernel-performance-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer the user's actual sources or configuration as evidence; fall back to NVIDIA documentation and inference, and say so.
|
|
18
|
+
- Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems — emit invocations as text only.
|
|
19
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
20
|
+
- Label claims as `user-provided source`, `user-provided sanitized configuration`, `documentation-based`, or `inference`.
|
|
21
|
+
- Keep outputs compact: verdict, evidence level, findings, recommended invocations, safe next actions, open questions.
|
|
22
|
+
|
|
23
|
+
## Response Shape
|
|
24
|
+
|
|
25
|
+
1. Verdict
|
|
26
|
+
2. Evidence level
|
|
27
|
+
3. Findings (critical / high / medium / low)
|
|
28
|
+
4. Recommended NVIDIA-tooling invocations (text only)
|
|
29
|
+
5. Safe next actions
|
|
30
|
+
6. Open questions
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA CUDA Kernel Performance Review"
|
|
3
|
+
description: "Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-cuda-kernel-performance-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer the user's actual sources or configuration as evidence; fall back to NVIDIA documentation and inference, and say so.
|
|
18
|
+
- Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems — emit invocations as text only.
|
|
19
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
20
|
+
- Label claims as `user-provided source`, `user-provided sanitized configuration`, `documentation-based`, or `inference`.
|
|
21
|
+
- Keep outputs compact: verdict, evidence level, findings, recommended invocations, safe next actions, open questions.
|
|
22
|
+
|
|
23
|
+
## Response Shape
|
|
24
|
+
|
|
25
|
+
1. Verdict
|
|
26
|
+
2. Evidence level
|
|
27
|
+
3. Findings (critical / high / medium / low)
|
|
28
|
+
4. Recommended NVIDIA-tooling invocations (text only)
|
|
29
|
+
5. Safe next actions
|
|
30
|
+
6. Open questions
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA CUDA Kernel Performance Review"
|
|
3
|
+
description: "Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-cuda-kernel-performance-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer the user's actual sources or configuration as evidence; fall back to NVIDIA documentation and inference, and say so.
|
|
18
|
+
- Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems — emit invocations as text only.
|
|
19
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
20
|
+
- Label claims as `user-provided source`, `user-provided sanitized configuration`, `documentation-based`, or `inference`.
|
|
21
|
+
- Keep outputs compact: verdict, evidence level, findings, recommended invocations, safe next actions, open questions.
|
|
22
|
+
|
|
23
|
+
## Response Shape
|
|
24
|
+
|
|
25
|
+
1. Verdict
|
|
26
|
+
2. Evidence level
|
|
27
|
+
3. Findings (critical / high / medium / low)
|
|
28
|
+
4. Recommended NVIDIA-tooling invocations (text only)
|
|
29
|
+
5. Safe next actions
|
|
30
|
+
6. Open questions
|
package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "NVIDIA CUDA Kernel Performance Review",
|
|
3
|
+
"description": "Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides.",
|
|
4
|
+
"skill": "skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md",
|
|
5
|
+
"operating_rules": [
|
|
6
|
+
"Prefer the user's actual sources or configuration as evidence; fall back to NVIDIA documentation and inference.",
|
|
7
|
+
"Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems. Emit invocations as text only.",
|
|
8
|
+
"Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.",
|
|
9
|
+
"Label claims as user-provided source, user-provided sanitized configuration, documentation-based, or inference.",
|
|
10
|
+
"Keep outputs compact: verdict, evidence level, findings, recommended invocations, safe next actions, open questions."
|
|
11
|
+
],
|
|
12
|
+
"response_shape": [
|
|
13
|
+
"Verdict",
|
|
14
|
+
"Evidence level",
|
|
15
|
+
"Findings (critical / high / medium / low)",
|
|
16
|
+
"Recommended NVIDIA-tooling invocations (text only)",
|
|
17
|
+
"Safe next actions",
|
|
18
|
+
"Open questions"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA CUDA Kernel Performance Review"
|
|
3
|
+
description: "Static review of CUDA C/C++ kernels for memory coalescing, shared-memory bank conflicts, occupancy, register pressure, and stream concurrency against NVIDIA's official CUDA Programming and Best Practices Guides."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA CUDA Kernel Performance Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-cuda-kernel-performance-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer the user's actual sources or configuration as evidence; fall back to NVIDIA documentation and inference, and say so.
|
|
18
|
+
- Never execute nvcc, trtexec, polygraphy, tritonserver, perf_analyzer, nsight-compute, or nsight-systems — emit invocations as text only.
|
|
19
|
+
- Never ask for credentials, NGC API keys, model weight payloads, or production calibration data.
|
|
20
|
+
- Label claims as `user-provided source`, `user-provided sanitized configuration`, `documentation-based`, or `inference`.
|
|
21
|
+
- Keep outputs compact: verdict, evidence level, findings, recommended invocations, safe next actions, open questions.
|
|
22
|
+
|
|
23
|
+
## Response Shape
|
|
24
|
+
|
|
25
|
+
1. Verdict
|
|
26
|
+
2. Evidence level
|
|
27
|
+
3. Findings (critical / high / medium / low)
|
|
28
|
+
4. Recommended NVIDIA-tooling invocations (text only)
|
|
29
|
+
5. Safe next actions
|
|
30
|
+
6. Open questions
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nvidia-cuda-kernel-performance-review-agent",
|
|
3
|
+
"name": "NVIDIA CUDA Kernel Performance Review",
|
|
4
|
+
"type": "agent",
|
|
5
|
+
"provider": "nvidia",
|
|
6
|
+
"harnesses": [
|
|
7
|
+
"codex",
|
|
8
|
+
"copilot",
|
|
9
|
+
"claude-code",
|
|
10
|
+
"cursor",
|
|
11
|
+
"gemini",
|
|
12
|
+
"kiro"
|
|
13
|
+
],
|
|
14
|
+
"summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation — memory coalescing, shared-memory bank conflicts, occupancy, register pressure, stream concurrency, kernel launch parameters.",
|
|
15
|
+
"source_type": "original",
|
|
16
|
+
"official_docs": [
|
|
17
|
+
"https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
|
|
18
|
+
"https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/",
|
|
19
|
+
"https://docs.nvidia.com/nsight-compute/",
|
|
20
|
+
"https://docs.nvidia.com/nsight-systems/",
|
|
21
|
+
"https://docs.nvidia.com/cuda/profiler-users-guide/"
|
|
22
|
+
],
|
|
23
|
+
"security_notes": "Static review only — the skill never executes nvcc, nsight-compute, or nsight-systems. It outputs the recommended invocation as text for the user to run on their own GPU host. Treat CUDA samples that disable bounds checking, copy host pointers across context boundaries, or use `cudaMallocManaged` without prefetch hints as findings rather than as patterns to imitate.",
|
|
24
|
+
"last_verified": "2026-05-10",
|
|
25
|
+
"path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"nvidia-cuda-kernel-performance-review"
|
|
28
|
+
],
|
|
29
|
+
"harness_variants": {
|
|
30
|
+
"codex": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml",
|
|
31
|
+
"copilot": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json"
|
|
37
|
+
},
|
|
38
|
+
"author": "github: Raishin",
|
|
39
|
+
"version": "0.1.0"
|
|
40
|
+
}
|