@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.
Files changed (279) hide show
  1. package/.agents/plugins/README.md +87 -0
  2. package/.agents/plugins/marketplace.json +32 -0
  3. package/.claude-plugin/README.md +60 -0
  4. package/.claude-plugin/marketplace.json +29 -0
  5. package/.claude-plugin/plugin.json +365 -0
  6. package/.cursor-plugin/README.md +51 -0
  7. package/.cursor-plugin/plugin.json +364 -0
  8. package/.github/plugin/README.md +64 -0
  9. package/.github/plugin/marketplace.json +17 -0
  10. package/README.md +301 -3
  11. package/agents/alibaba/README.md +17 -0
  12. package/agents/contabo/contabo-capacity-planner-agent/metadata.json +15 -4
  13. package/agents/contabo/contabo-cost-optimization-analyst-agent/metadata.json +15 -4
  14. package/agents/contabo/contabo-live-instance-lifecycle-guard-agent/metadata.json +15 -4
  15. package/agents/contabo/contabo-live-storage-operations-guard-agent/metadata.json +15 -4
  16. package/agents/contabo/contabo-maestro-agent/metadata.json +15 -4
  17. package/agents/contabo/contabo-security-hardening-agent/metadata.json +15 -4
  18. package/agents/finops/AGENTS.md +19 -9
  19. package/agents/finops/README.md +75 -5
  20. package/agents/finops/finops-ai-economist-agent/AGENT.md +71 -0
  21. package/agents/finops/finops-ai-economist-agent/PERMISSIONS.md +138 -0
  22. package/agents/finops/finops-ai-economist-agent/README.md +27 -0
  23. package/agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md +50 -0
  24. package/agents/finops/finops-ai-economist-agent/harnesses/codex.toml +40 -0
  25. package/agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md +58 -0
  26. package/agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md +50 -0
  27. package/agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md +50 -0
  28. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json +1 -0
  29. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md +50 -0
  30. package/agents/finops/finops-ai-economist-agent/metadata.json +45 -0
  31. package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +4 -3
  32. package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +46 -0
  33. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +2 -2
  34. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +3 -3
  35. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +2 -2
  36. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +2 -2
  37. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +2 -2
  38. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -1
  39. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +2 -2
  40. package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +14 -5
  41. package/agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md +102 -0
  42. package/agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md +143 -0
  43. package/agents/finops/finops-kubernetes-rightsizer-agent/README.md +37 -0
  44. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md +46 -0
  45. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml +47 -0
  46. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md +54 -0
  47. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md +46 -0
  48. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md +46 -0
  49. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json +1 -0
  50. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md +46 -0
  51. package/agents/finops/finops-kubernetes-rightsizer-agent/metadata.json +46 -0
  52. package/agents/finops/finops-maestro-agent/AGENT.md +61 -0
  53. package/agents/finops/finops-maestro-agent/PERMISSIONS.md +64 -0
  54. package/agents/finops/finops-maestro-agent/README.md +52 -0
  55. package/agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md +42 -0
  56. package/agents/finops/finops-maestro-agent/harnesses/codex.toml +34 -0
  57. package/agents/finops/finops-maestro-agent/harnesses/copilot.agent.md +49 -0
  58. package/agents/finops/finops-maestro-agent/harnesses/cursor.agent.md +42 -0
  59. package/agents/finops/finops-maestro-agent/harnesses/gemini.agent.md +42 -0
  60. package/agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  61. package/agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md +42 -0
  62. package/agents/finops/finops-maestro-agent/metadata.json +38 -0
  63. package/agents/hetzner/hetzner-capacity-planner-agent/metadata.json +15 -4
  64. package/agents/hetzner/hetzner-cost-optimization-analyst-agent/metadata.json +15 -4
  65. package/agents/hetzner/hetzner-infrastructure-reviewer-agent/metadata.json +15 -4
  66. package/agents/hetzner/hetzner-live-firewall-rule-guard-agent/metadata.json +15 -4
  67. package/agents/hetzner/hetzner-live-server-lifecycle-guard-agent/metadata.json +15 -4
  68. package/agents/hetzner/hetzner-maestro-agent/metadata.json +15 -4
  69. package/agents/huawei/README.md +17 -0
  70. package/agents/nvidia/README.md +53 -0
  71. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/AGENT.md +51 -0
  72. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
  73. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/codex.toml +26 -0
  74. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
  75. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
  76. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
  77. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
  78. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
  79. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/metadata.json +42 -0
  80. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/AGENT.md +51 -0
  81. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/claude-code.agent.md +28 -0
  82. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/codex.toml +26 -0
  83. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/copilot.agent.md +28 -0
  84. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/cursor.agent.md +28 -0
  85. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/gemini.agent.md +28 -0
  86. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-cli.agent.json +18 -0
  87. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-ide.agent.md +28 -0
  88. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/metadata.json +42 -0
  89. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/AGENT.md +51 -0
  90. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/claude-code.agent.md +28 -0
  91. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/codex.toml +26 -0
  92. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/copilot.agent.md +28 -0
  93. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/cursor.agent.md +28 -0
  94. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/gemini.agent.md +28 -0
  95. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-cli.agent.json +18 -0
  96. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-ide.agent.md +28 -0
  97. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/metadata.json +42 -0
  98. package/agents/nvidia/nvidia-ai-operations-day2-agent/AGENT.md +51 -0
  99. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/claude-code.agent.md +28 -0
  100. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/codex.toml +26 -0
  101. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/copilot.agent.md +28 -0
  102. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/cursor.agent.md +28 -0
  103. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/gemini.agent.md +28 -0
  104. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-cli.agent.json +18 -0
  105. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-ide.agent.md +28 -0
  106. package/agents/nvidia/nvidia-ai-operations-day2-agent/metadata.json +42 -0
  107. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/AGENT.md +53 -0
  108. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md +30 -0
  109. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml +27 -0
  110. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md +30 -0
  111. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md +30 -0
  112. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md +30 -0
  113. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json +20 -0
  114. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md +30 -0
  115. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/metadata.json +40 -0
  116. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/AGENT.md +51 -0
  117. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
  118. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/codex.toml +26 -0
  119. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
  120. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
  121. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
  122. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
  123. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
  124. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/metadata.json +42 -0
  125. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/AGENT.md +51 -0
  126. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/claude-code.agent.md +28 -0
  127. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/codex.toml +26 -0
  128. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/copilot.agent.md +28 -0
  129. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/cursor.agent.md +28 -0
  130. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/gemini.agent.md +28 -0
  131. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-cli.agent.json +18 -0
  132. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-ide.agent.md +28 -0
  133. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/metadata.json +42 -0
  134. package/agents/nvidia/nvidia-maestro-agent/AGENT.md +55 -0
  135. package/agents/nvidia/nvidia-maestro-agent/harnesses/claude-code.agent.md +38 -0
  136. package/agents/nvidia/nvidia-maestro-agent/harnesses/codex.toml +34 -0
  137. package/agents/nvidia/nvidia-maestro-agent/harnesses/copilot.agent.md +52 -0
  138. package/agents/nvidia/nvidia-maestro-agent/harnesses/cursor.agent.md +40 -0
  139. package/agents/nvidia/nvidia-maestro-agent/harnesses/gemini.agent.md +39 -0
  140. package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  141. package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
  142. package/agents/nvidia/nvidia-maestro-agent/metadata.json +40 -0
  143. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/AGENT.md +78 -0
  144. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/claude-code.agent.md +37 -0
  145. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/cursor.agent.md +37 -0
  146. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/metadata.json +35 -0
  147. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/AGENT.md +51 -0
  148. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/claude-code.agent.md +28 -0
  149. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/codex.toml +26 -0
  150. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/copilot.agent.md +28 -0
  151. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/cursor.agent.md +28 -0
  152. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/gemini.agent.md +28 -0
  153. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-cli.agent.json +18 -0
  154. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-ide.agent.md +28 -0
  155. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/metadata.json +42 -0
  156. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/AGENT.md +53 -0
  157. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/claude-code.agent.md +30 -0
  158. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/codex.toml +27 -0
  159. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/copilot.agent.md +30 -0
  160. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/cursor.agent.md +30 -0
  161. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/gemini.agent.md +30 -0
  162. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-cli.agent.json +20 -0
  163. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-ide.agent.md +30 -0
  164. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/metadata.json +40 -0
  165. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/AGENT.md +53 -0
  166. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/claude-code.agent.md +30 -0
  167. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/codex.toml +27 -0
  168. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/copilot.agent.md +30 -0
  169. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/cursor.agent.md +30 -0
  170. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/gemini.agent.md +30 -0
  171. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-cli.agent.json +20 -0
  172. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-ide.agent.md +30 -0
  173. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/metadata.json +40 -0
  174. package/catalog/agents.json +707 -29
  175. package/catalog/asset-integrity.json +20301 -0
  176. package/catalog/install-roles.json +215 -39
  177. package/catalog/skill-manifest.json +456 -13
  178. package/catalog/skills.json +554 -6
  179. package/mcp/official/aws-mcp-servers.metadata.json +16 -2
  180. package/mcp/official/azure-mcp-server.metadata.json +16 -2
  181. package/mcp/official/oracle-mcp-servers.metadata.json +16 -2
  182. package/package.json +27 -4
  183. package/plugins/cross-platform-agent-template/.codex-plugin/plugin.json +0 -1
  184. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +46 -0
  185. package/powers/README.md +104 -0
  186. package/powers/vanguard-alibaba/POWER.md +47 -0
  187. package/powers/vanguard-aws/POWER.md +46 -0
  188. package/powers/vanguard-azure/POWER.md +48 -0
  189. package/powers/vanguard-contabo/POWER.md +42 -0
  190. package/powers/vanguard-gcp/POWER.md +47 -0
  191. package/powers/vanguard-hetzner/POWER.md +42 -0
  192. package/powers/vanguard-huawei/POWER.md +47 -0
  193. package/powers/vanguard-ionos/POWER.md +41 -0
  194. package/powers/vanguard-kubernetes/POWER.md +48 -0
  195. package/powers/vanguard-nvidia/POWER.md +42 -0
  196. package/powers/vanguard-oci/POWER.md +48 -0
  197. package/powers/vanguard-ovhcloud/POWER.md +41 -0
  198. package/powers/vanguard-scaleway/POWER.md +41 -0
  199. package/powers/vanguard-terraform/POWER.md +42 -0
  200. package/schemas/agent.schema.json +13 -0
  201. package/schemas/attestation.schema.json +157 -0
  202. package/schemas/mcp-reference.schema.json +36 -0
  203. package/schemas/skill.frontmatter.schema.json +42 -1
  204. package/scripts/export-marketplace-agents.mjs +81 -7
  205. package/scripts/generate-cursor-plugin.mjs +130 -0
  206. package/scripts/generate-kiro-powers.mjs +324 -0
  207. package/scripts/generate-plugin-manifest.mjs +151 -0
  208. package/scripts/release-prepare.mjs +88 -0
  209. package/skills/claude/README.md +7 -0
  210. package/skills/claude/add-educational-comments/SKILL.md +138 -0
  211. package/skills/claude/add-educational-comments/metadata.json +26 -0
  212. package/skills/finops/README.md +60 -9
  213. package/skills/finops/carbon-cost-pair/README.md +25 -0
  214. package/skills/finops/carbon-cost-pair/SKILL.md +96 -0
  215. package/skills/finops/carbon-cost-pair/metadata.json +27 -0
  216. package/skills/finops/carbon-cost-pair/references/methodology.md +78 -0
  217. package/skills/finops/carbon-cost-pair/references/sources.md +103 -0
  218. package/skills/finops/fetch-foundation-model-pricing/README.md +25 -0
  219. package/skills/finops/fetch-foundation-model-pricing/SKILL.md +85 -0
  220. package/skills/finops/fetch-foundation-model-pricing/metadata.json +30 -0
  221. package/skills/finops/fetch-foundation-model-pricing/references/providers.md +88 -0
  222. package/skills/finops/fetch-foundation-model-pricing/references/token-economics.md +94 -0
  223. package/skills/finops/finops-cloud-price-advisor/SKILL.md +25 -16
  224. package/skills/finops/finops-cloud-price-advisor/metadata.json +11 -5
  225. package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +73 -0
  226. package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +106 -7
  227. package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +71 -0
  228. package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +299 -10
  229. package/skills/finops/finops-cloud-price-advisor/references/provider-fallbacks.md +400 -0
  230. package/skills/finops/finops-maestro/README.md +27 -0
  231. package/skills/finops/finops-maestro/SKILL.md +49 -0
  232. package/skills/finops/finops-maestro/metadata.json +26 -0
  233. package/skills/finops/finops-maestro/references/safety-checklist.md +67 -0
  234. package/skills/finops/finops-maestro/references/workflow-and-output.md +107 -0
  235. package/skills/finops/focus-spec-normalizer/README.md +25 -0
  236. package/skills/finops/focus-spec-normalizer/SKILL.md +113 -0
  237. package/skills/finops/focus-spec-normalizer/metadata.json +26 -0
  238. package/skills/finops/focus-spec-normalizer/references/focus-columns.md +69 -0
  239. package/skills/finops/focus-spec-normalizer/references/vendor-mapping.md +229 -0
  240. package/skills/finops/kubernetes-allocation-report/README.md +23 -0
  241. package/skills/finops/kubernetes-allocation-report/SKILL.md +95 -0
  242. package/skills/finops/kubernetes-allocation-report/metadata.json +26 -0
  243. package/skills/finops/kubernetes-allocation-report/references/attribution-workflow.md +90 -0
  244. package/skills/finops/kubernetes-allocation-report/references/opencost-mapping.md +70 -0
  245. package/skills/finops/rightsize-recommendation/README.md +23 -0
  246. package/skills/finops/rightsize-recommendation/SKILL.md +139 -0
  247. package/skills/finops/rightsize-recommendation/metadata.json +27 -0
  248. package/skills/finops/rightsize-recommendation/references/karpenter-consolidation.md +79 -0
  249. package/skills/finops/rightsize-recommendation/references/metric-sources.md +124 -0
  250. package/skills/nvidia/README.md +79 -0
  251. package/skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md +38 -0
  252. package/skills/nvidia/nvidia-agentic-ai-platform-review/metadata.json +34 -0
  253. package/skills/nvidia/nvidia-ai-infrastructure-operations/SKILL.md +43 -0
  254. package/skills/nvidia/nvidia-ai-infrastructure-operations/metadata.json +22 -0
  255. package/skills/nvidia/nvidia-ai-networking-fabric-review/SKILL.md +37 -0
  256. package/skills/nvidia/nvidia-ai-networking-fabric-review/metadata.json +34 -0
  257. package/skills/nvidia/nvidia-ai-operations-day2/SKILL.md +37 -0
  258. package/skills/nvidia/nvidia-ai-operations-day2/metadata.json +25 -0
  259. package/skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md +36 -0
  260. package/skills/nvidia/nvidia-cuda-kernel-performance-review/metadata.json +30 -0
  261. package/skills/nvidia/nvidia-generative-ai-platform-review/SKILL.md +38 -0
  262. package/skills/nvidia/nvidia-generative-ai-platform-review/metadata.json +36 -0
  263. package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/SKILL.md +38 -0
  264. package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/metadata.json +32 -0
  265. package/skills/nvidia/nvidia-maestro/SKILL.md +50 -0
  266. package/skills/nvidia/nvidia-maestro/metadata.json +28 -0
  267. package/skills/nvidia/nvidia-maestro/references/official-sources.md +54 -0
  268. package/skills/nvidia/nvidia-maestro/references/safety-checklist.md +41 -0
  269. package/skills/nvidia/nvidia-maestro/references/workflow-and-output.md +121 -0
  270. package/skills/nvidia/nvidia-model-promotion-gatekeeper/SKILL.md +90 -0
  271. package/skills/nvidia/nvidia-model-promotion-gatekeeper/metadata.json +30 -0
  272. package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/allowlist-commands.md +44 -0
  273. package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/attestation-format.md +84 -0
  274. package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/SKILL.md +41 -0
  275. package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/metadata.json +32 -0
  276. package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/SKILL.md +35 -0
  277. package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/metadata.json +30 -0
  278. package/skills/nvidia/nvidia-triton-inference-serving-review/SKILL.md +36 -0
  279. 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
@@ -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
@@ -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
+ }