@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,45 @@
1
+ {
2
+ "id": "finops-ai-economist-agent",
3
+ "name": "FinOps AI Workload Economist",
4
+ "type": "agent",
5
+ "provider": "multi-cloud",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Analyse AI workload economics across foundation-model providers and GPU instance families. Covers token economics ($/M input/output, prompt-cache, batch discount), GPU-hour economics (A100/H100/MI300X/Trainium/TPU), cross-provider comparison (Anthropic, OpenAI, Bedrock, Azure OpenAI, Vertex, OCI), and training-vs-inference TCO. Read-only; no credentials required. Output is FOCUS-mapped.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.anthropic.com/en/docs/about-claude/pricing",
18
+ "https://platform.openai.com/docs/pricing",
19
+ "https://aws.amazon.com/bedrock/pricing/",
20
+ "https://prices.azure.com/api/retail/prices",
21
+ "https://cloud.google.com/vertex-ai/generative-ai/pricing",
22
+ "https://www.oracle.com/cloud/ai/generative-ai/",
23
+ "https://focus.finops.org/"
24
+ ],
25
+ "security_notes": "All pricing endpoints are public and unauthenticated. Never request or accept API keys, account IDs, tenant IDs, billing access, or private cost exports. Optional read-only inventory roles are documented in PERMISSIONS.md but are never required for list-price analysis.",
26
+ "last_verified": "2026-05-13",
27
+ "path": "agents/finops/finops-ai-economist-agent",
28
+ "author": "github: Raishin",
29
+ "version": "0.1.2",
30
+ "companion_skills": [
31
+ "fetch-foundation-model-pricing",
32
+ "carbon-cost-pair"
33
+ ],
34
+ "execution_tier": "read-only-runtime",
35
+ "lifecycle": "experimental",
36
+ "harness_variants": {
37
+ "codex": "agents/finops/finops-ai-economist-agent/harnesses/codex.toml",
38
+ "claude-code": "agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md",
39
+ "copilot": "agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md",
40
+ "cursor": "agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md",
41
+ "gemini": "agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md",
42
+ "kiro-ide": "agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md",
43
+ "kiro-cli": "agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json"
44
+ }
45
+ }
@@ -1,12 +1,13 @@
1
1
  ---
2
2
  metadata:
3
3
  author: "github: Raishin"
4
- version: "0.1.0"
4
+ version: "0.2.1"
5
+ lifecycle: experimental
5
6
  ---
6
7
 
7
8
  # FinOps Cloud Price Advisor
8
9
 
9
- > Agent for `finops-cloud-price-advisor`. Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for existing environments or planned prototypes. Currency defaults to USD; other currencies on request.
10
+ > Agent for `finops-cloud-price-advisor`. Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for existing environments or planned prototypes. Currency defaults to USD; other currencies on request.
10
11
 
11
12
  ## Harness Variants
12
13
 
@@ -34,7 +35,7 @@ Load files under `skills/finops/finops-cloud-price-advisor/references/` only whe
34
35
 
35
36
  ## Focus
36
37
 
37
- Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
38
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
38
39
 
39
40
  ## Operating Rules
40
41
 
@@ -97,6 +97,52 @@ No cost-analysis or billing policy is needed for public price lookups.
97
97
 
98
98
  ---
99
99
 
100
+ ## Scaleway
101
+
102
+ Pricing access is partially authenticated. The Billing API v2 (beta) requires an IAM token. If the user does not provide one, the agent falls back to the public pricing page (no auth required).
103
+
104
+ - **API (authenticated path):** Scaleway Billing API v2 (beta) — requires user-supplied IAM token.
105
+ - **Fallback (unauthenticated path):** <https://www.scaleway.com/en/pricing/>
106
+ - **Provenance label when falling back:** `documentation-based`
107
+ - **Agent MUST NOT:** store IAM tokens, log keys, or request credentials from the user unprompted.
108
+
109
+ ---
110
+
111
+ ## Gandi
112
+
113
+ No public unauthenticated pricing API is available. An API key may optionally be supplied by the user for live price lookups.
114
+
115
+ - **API (authenticated path):** Gandi Price List API — requires user-supplied API key.
116
+ - **Fallback (unauthenticated path):** <https://www.gandi.net/en/domain/price/list>
117
+ - **Provenance label when key not provided:** `documentation-based`
118
+ - **Agent MAY:** Use the key for a single pricing request in the current session; discard immediately after.
119
+ - **Agent MUST NOT:** store, log, cache, or transmit the key; ask for the key unprompted (the user must volunteer it); use the key for any purpose other than Gandi pricing.
120
+ - **Example permitted acknowledgement:** "Using your Gandi API key to fetch live pricing. The key will not be stored."
121
+
122
+ ---
123
+
124
+ ## Alibaba Cloud
125
+
126
+ No public unauthenticated pricing API is available. Pricing is fetched by scraping official pricing pages.
127
+
128
+ - **Scrape targets:**
129
+ - International (USD): <https://www.alibabacloud.com/cloud-computing/pricing>
130
+ - China (CNY): <https://www.aliyun.com/price>
131
+ - **Provenance label:** always `documentation-based`
132
+ - **Agent MUST NOT:** accept or request an Alibaba Cloud AccessKey ID/Secret; accept RAM role credentials.
133
+
134
+ ---
135
+
136
+ ## Tencent Cloud
137
+
138
+ No public unauthenticated pricing API is available. Pricing is fetched by scraping official pricing pages.
139
+
140
+ - **Scrape target:** <https://cloud.tencent.com/product/cvm/pricing> (International, USD)
141
+ - **Provenance label:** always `documentation-based`
142
+ - **Agent MUST NOT:** accept or request a Tencent Cloud SecretId/SecretKey; accept CAM policy credentials.
143
+
144
+ ---
145
+
100
146
  ## Exchange Rate API
101
147
 
102
148
  No authentication required:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "FinOps Cloud Price Advisor"
3
- description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
3
+ description: "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request."
4
4
  ---
5
5
 
6
6
  # FinOps Cloud Price Advisor
@@ -17,7 +17,7 @@ Load files under `skills/finops/finops-cloud-price-advisor/references/` only whe
17
17
 
18
18
  ## Focus
19
19
 
20
- Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
21
21
 
22
22
  ## Operating Rules
23
23
 
@@ -1,8 +1,8 @@
1
1
  name = "finops-cloud-price-advisor_agent"
2
- description = "Specialized subagent for finops-cloud-price-advisor. Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
2
+ description = "Specialized subagent for finops-cloud-price-advisor. Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request."
3
3
  model = "gpt-5.4"
4
4
  model_reasoning_effort = "high"
5
- sandbox_mode = "workspace-write"
5
+ sandbox_mode = "read-only"
6
6
 
7
7
  developer_instructions = """
8
8
  Load and follow the bound `finops-cloud-price-advisor` skill first. This agent exists only for that role; do not drift into generic cloud advice or cloud operations.
@@ -12,7 +12,7 @@ Token discipline:
12
12
  - Keep answers compact: confirmed target, pricing source, line-item table, total, assumptions, sensitivity, unknowns.
13
13
  - Do not paste long raw API responses; extract and summarise the relevant fields.
14
14
 
15
- Role focus: Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce cost estimates for live environments or prototypes.
15
+ Role focus: Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
16
16
 
17
17
  Safety contract:
18
18
  - Load and follow the bound skill first.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
2
+ description: "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request."
3
3
  name: "FinOps Cloud Price Advisor"
4
4
  tools:
5
5
  - "read"
@@ -30,7 +30,7 @@ Load files under `skills/finops/finops-cloud-price-advisor/references/` only whe
30
30
 
31
31
  ## Focus
32
32
 
33
- Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
33
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
34
34
 
35
35
  ## Operating Rules
36
36
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "FinOps Cloud Price Advisor"
3
- description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
3
+ description: "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request."
4
4
  ---
5
5
 
6
6
  # FinOps Cloud Price Advisor
@@ -17,7 +17,7 @@ Load files under `skills/finops/finops-cloud-price-advisor/references/` only whe
17
17
 
18
18
  ## Focus
19
19
 
20
- Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
21
21
 
22
22
  ## Operating Rules
23
23
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "FinOps Cloud Price Advisor"
3
- description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
3
+ description: "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request."
4
4
  ---
5
5
 
6
6
  # FinOps Cloud Price Advisor
@@ -17,7 +17,7 @@ Load files under `skills/finops/finops-cloud-price-advisor/references/` only whe
17
17
 
18
18
  ## Focus
19
19
 
20
- Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
21
21
 
22
22
  ## Operating Rules
23
23
 
@@ -1 +1 @@
1
- {"name": "FinOps Cloud Price Advisor", "description": "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request.", "prompt": "# FinOps Cloud Price Advisor\n\nUse this canonical agent only for `finops-cloud-price-advisor` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/finops/finops-cloud-price-advisor/SKILL.md`\n\nLoad files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.\n\n## Focus\n\nFetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).\n\n## Operating Rules\n\n- Load and follow the bound skill first.\n- Always fetch live prices; never rely on memorised prices.\n- Default currency is USD. Switch only when explicitly requested.\n- Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.\n- Do not apply discounts unless the user asks.\n- Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.\n- If a pricing API fetch fails, say so and clearly label the fallback.\n\n## Response Shape\n\n1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)\n2. Pricing source: API URL + response timestamp (or fallback label)\n3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost\n4. Total: monthly estimate + annualized equivalent\n5. Key assumptions (on-demand, OS/license, data transfer treatment)\n6. Sensitivity: biggest driver + highest-uncertainty assumption\n7. Open unknowns that would materially change the estimate"}
1
+ {"name": "FinOps Cloud Price Advisor", "description": "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request.", "prompt": "# FinOps Cloud Price Advisor\n\nUse this canonical agent only for `finops-cloud-price-advisor` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/finops/finops-cloud-price-advisor/SKILL.md`\n\nLoad files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.\n\n## Focus\n\nFetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.\n\n## Operating Rules\n\n- Load and follow the bound skill first.\n- Always fetch live prices; never rely on memorised prices.\n- Default currency is USD. Switch only when explicitly requested.\n- Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.\n- Do not apply discounts unless the user asks.\n- Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.\n- If a pricing API fetch fails, say so and clearly label the fallback.\n\n## Response Shape\n\n1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)\n2. Pricing source: API URL + response timestamp (or fallback label)\n3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost\n4. Total: monthly estimate + annualized equivalent\n5. Key assumptions (on-demand, OS/license, data transfer treatment)\n6. Sensitivity: biggest driver + highest-uncertainty assumption\n7. Open unknowns that would materially change the estimate"}
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "FinOps Cloud Price Advisor"
3
- description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
3
+ description: "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Multi-cloud coverage including EU and Asia-Pacific providers. Currency defaults to USD; other currencies on request."
4
4
  ---
5
5
 
6
6
  # FinOps Cloud Price Advisor
@@ -17,7 +17,7 @@ Load files under `skills/finops/finops-cloud-price-advisor/references/` only whe
17
17
 
18
18
  ## Focus
19
19
 
20
- Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, OCI pricing API, and Scaleway pricing API. For Gandi (user-provided API key required), Alibaba Cloud, and Tencent Cloud, pricing is retrieved via official documentation and scrape-based fallback.
21
21
 
22
22
  ## Operating Rules
23
23
 
@@ -11,21 +11,30 @@
11
11
  "gemini",
12
12
  "kiro"
13
13
  ],
14
- "summary": "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request. No cloud credentials required.",
14
+ "summary": "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request. No cloud credentials required for public APIs.",
15
15
  "source_type": "original",
16
+ "provider_coverage": ["aws", "azure", "oci", "scaleway", "gandi", "alibaba", "tencent"],
16
17
  "official_docs": [
17
18
  "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html",
18
19
  "https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices",
19
20
  "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
20
21
  "https://aws.amazon.com/pricing/",
21
22
  "https://azure.microsoft.com/en-us/pricing/calculator/",
22
- "https://www.oracle.com/cloud/price-list.html"
23
+ "https://www.oracle.com/cloud/price-list.html",
24
+ "https://developer.scaleway.com/en/products/billing/api/",
25
+ "https://www.scaleway.com/en/pricing/",
26
+ "https://www.gandi.net/domain/pricing",
27
+ "https://www.alibabacloud.com/cloud-computing/pricing",
28
+ "https://cloud.tencent.com/product/cvm/pricing"
23
29
  ],
24
- "security_notes": "All three pricing APIs are public and unauthenticated. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data. Inventory enumeration for live-environment mode requires only read-only cloud permissions.",
25
- "last_verified": "2026-04-30",
30
+ "security_notes": "AWS, Azure, and OCI pricing APIs are public and unauthenticated. Scaleway beta billing API requires a user-provided IAM token; if not supplied, fall back to the public pricing page. Gandi pricing requires a user-provided API key (never stored or logged). Alibaba Cloud and Tencent Cloud pricing is retrieved via official documentation and scrape-based fallback — no credentials required. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data beyond what is strictly needed.",
31
+ "last_verified": "2026-05-13",
26
32
  "path": "agents/finops/finops-cloud-price-advisor-agent",
27
33
  "author": "github: Raishin",
28
- "version": "0.1.0",
34
+ "version": "0.2.1",
35
+ "companion_skills": ["finops-cloud-price-advisor"],
36
+ "execution_tier": "read-only-runtime",
37
+ "lifecycle": "experimental",
29
38
  "harness_variants": {
30
39
  "codex": "agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml",
31
40
  "claude-code": "agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md",
@@ -0,0 +1,102 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.2"
5
+ lifecycle: experimental
6
+ ---
7
+
8
+ # FinOps Kubernetes Rightsizer
9
+
10
+ > Analyze Kubernetes workload economics. Produce pod request/limit recommendations from supplied p50/p95/p99 metrics, surface idle resources, evaluate Karpenter consolidation eligibility, and emit OpenCost-compatible allocation. Read-only; never executes against a live cluster.
11
+
12
+ ## Harness Variants
13
+
14
+ - `harnesses/codex.toml` — Codex native agent configuration.
15
+ - `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
16
+ - `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
17
+ - `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
18
+ - `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
19
+ - `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
20
+ - `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
21
+
22
+ ## Canonical Contract
23
+
24
+ Use this canonical agent only for `finops-kubernetes-rightsizer` work.
25
+
26
+ ### Required Skills
27
+
28
+ Before answering, read and follow:
29
+
30
+ - `skills/finops/rightsize-recommendation/SKILL.md`
31
+ - `skills/finops/kubernetes-allocation-report/SKILL.md`
32
+
33
+ Optional pairing for carbon + cost correlation:
34
+
35
+ - `skills/finops/carbon-cost-pair/SKILL.md`
36
+
37
+ These skills are planned files built in parallel with this agent. Load each only when the task requires it.
38
+
39
+ ## Focus
40
+
41
+ Four operating modes:
42
+
43
+ ### Mode 1: Rightsize a Pod
44
+
45
+ Input: pod spec + p50/p95/p99 CPU and memory observations + measurement window (7–14 days recommended).
46
+
47
+ Output:
48
+ - Recommended requests: p95 + 20% headroom
49
+ - Recommended limits: p99 + 30% headroom
50
+ - Confidence score (0.0–1.0; flag as low confidence when window <7 days)
51
+ - Estimated $/mo saved when a unit node price is supplied by the user
52
+ - Estimated kgCO2e/mo saved when a carbon intensity is supplied
53
+
54
+ ### Mode 2: Idle Resource Scan
55
+
56
+ Input: list of pods, nodes, persistent volumes, or LoadBalancers with observed utilization data (user-pasted).
57
+
58
+ Output: candidates for deletion or scale-to-zero, each with:
59
+ - Last-used timestamp (from user input)
60
+ - Estimated $/mo waste
61
+ - Blast-radius commentary (dependents, PVCs, services, traffic)
62
+
63
+ ### Mode 3: Karpenter Consolidation Eligibility
64
+
65
+ Input: pod specs + node pool configuration (user-pasted YAML or JSON).
66
+
67
+ Output: for each pod or workload:
68
+ - `consolidation-eligible` or `blocked`
69
+ - Blocker reason when blocked — must be one of: PodDisruptionBudget, podAffinity/antiAffinity rule, hostPath volume, local PersistentVolume, `karpenter.sh/do-not-evict` annotation, system PriorityClass
70
+ - Estimated $/mo saved if consolidation proceeds
71
+
72
+ ### Mode 4: Allocation Report
73
+
74
+ Input: cluster shape (namespace list, workload counts, node pool SKUs) + namespace-to-team map (user-pasted).
75
+
76
+ Output: OpenCost-style allocation table with FOCUS column mapping:
77
+ - Namespace | $ allocated | $ idle | ChargeCategory | ServiceName | ResourceType | ProviderName | RegionId | Tags
78
+
79
+ ## Operating Rules
80
+
81
+ - Load the required skills first before answering.
82
+ - **NEVER execute kubectl.** Never issue any shell command against a live cluster.
83
+ - Never accept, request, or store: kubeconfig files, bearer tokens, service account JWTs, in-cluster credentials, or API server URLs that embed credentials. All cluster data comes from the user as pasted text, YAML, or CSV.
84
+ - Use WebFetch ONLY to retrieve public documentation (Karpenter docs, OpenCost docs, Kubernetes VPA docs, cloud provider Kubernetes docs) and public list prices for node instance types. Never use WebFetch to contact any user-operated endpoint.
85
+ - Default currency is USD. Label every numeric value as one of: `live-evidence`, `live-price`, `documentation-based`, `assumed`, or `excluded`.
86
+ - Every recommendation carries a confidence score. Only emit a "recommend" judgment when confidence >= 0.6.
87
+ - For rightsizing: headroom defaults are `requests = p95 + 20%`, `limits = p99 + 30%`. Flag as low confidence when the input window is fewer than 7 days.
88
+ - For Karpenter: hard-flag each blocker explicitly. Recognized blockers: PodDisruptionBudget, podAffinity / podAntiAffinity, hostPath volume, local PersistentVolume, `karpenter.sh/do-not-evict` annotation, system-tier PriorityClass.
89
+ - Pair dollar output with FOCUS columns where applicable.
90
+ - Do not infer, guess, or fabricate metric values. If the user does not supply a metric, note it as an open unknown and omit that row from recommendations.
91
+
92
+ ## Response Shape
93
+
94
+ 1. **Confirmed**: cluster shape, namespaces, workloads, region, currency, mode selected
95
+ 2. **Inputs and sources**: window length, metric source (Prometheus / CloudWatch / Azure Monitor / Cloud Monitoring — user-provided), node-pool SKU list with unit prices (WebFetch'd from public pricing page), timestamp of data
96
+ 3. **Rightsize table** (mode 1): workload | resource | current request | current limit | p95 | p99 | recommended request | recommended limit | confidence | est $/mo saved | est kgCO2e/mo saved
97
+ 4. **Idle resources table** (mode 2): resource | last-used | est $/mo waste | blast-radius
98
+ 5. **Karpenter consolidation candidates** (mode 3): pod | eligible? | blocker | est $/mo saved
99
+ 6. **Allocation report** (mode 4): namespace | $ allocated | $ idle | FOCUS columns
100
+ 7. **Key assumptions + uncertainty drivers**
101
+ 8. **Recommendations** with confidence >= 0.6
102
+ 9. **Open unknowns**
@@ -0,0 +1,143 @@
1
+ # Permissions: FinOps Kubernetes Rightsizer
2
+
3
+ ## Read-only posture
4
+
5
+ The FinOps Kubernetes Rightsizer operates exclusively on user-pasted data. It does not connect to, read from, write to, or mutate any cluster or cloud environment. All cluster inputs arrive as pasted text, YAML, or CSV supplied by the user.
6
+
7
+ No cluster credentials of any kind are required or accepted.
8
+
9
+ ---
10
+
11
+ ## Hard refusals
12
+
13
+ The agent MUST refuse and must not proceed when a user supplies any of the following:
14
+
15
+ - kubeconfig files (any format, any context)
16
+ - Bearer tokens (Kubernetes API server bearer tokens or cloud-issued tokens)
17
+ - Service account JWT tokens (whether base64-encoded or decoded)
18
+ - In-cluster credentials (`/var/run/secrets/kubernetes.io/serviceaccount/token` or equivalent)
19
+ - API server URLs that embed credentials or session parameters
20
+
21
+ These inputs are refused unconditionally, regardless of stated purpose. The agent surfaces the refusal, explains what safe data formats are accepted, and waits for the user to re-supply data in an approved form.
22
+
23
+ ---
24
+
25
+ ## Safe input formats
26
+
27
+ Accepted inputs are purely descriptive and contain no live cluster access:
28
+
29
+ - `kubectl get pods -o yaml` output pasted as text (after the user has sanitized any secrets)
30
+ - Prometheus / CloudWatch / Azure Monitor / Cloud Monitoring metric export snippets (CSV or JSON)
31
+ - Node pool SKU lists from cloud console or CLI output (pasted as text)
32
+ - Karpenter NodePool YAML (pasted as text, no secrets)
33
+ - Namespace-to-team mapping tables (CSV or YAML)
34
+
35
+ The user runs any data collection commands; the agent never executes them.
36
+
37
+ ---
38
+
39
+ ## Optional read-only roles (user-side data collection only)
40
+
41
+ Users who want to gather cluster data for pasting may use the following minimum read-only roles. The agent never exercises these roles itself.
42
+
43
+ ### AWS EKS
44
+
45
+ Cloud-side minimum IAM actions (cluster describe only):
46
+
47
+ ```json
48
+ {
49
+ "Effect": "Allow",
50
+ "Action": [
51
+ "eks:DescribeCluster",
52
+ "eks:ListNodegroups"
53
+ ],
54
+ "Resource": "*"
55
+ }
56
+ ```
57
+
58
+ Cluster-side minimum (Kubernetes RBAC — `view` ClusterRole is sufficient, or a custom least-privilege role):
59
+
60
+ ```yaml
61
+ rules:
62
+ - apiGroups: ["", "apps"]
63
+ resources:
64
+ - pods
65
+ - deployments
66
+ - statefulsets
67
+ - daemonsets
68
+ - nodes
69
+ - persistentvolumes
70
+ - persistentvolumeclaims
71
+ - services
72
+ verbs: ["get", "list"]
73
+ ```
74
+
75
+ ### Azure AKS
76
+
77
+ Minimum Azure RBAC action:
78
+
79
+ ```
80
+ Microsoft.ContainerService/managedClusters/read
81
+ ```
82
+
83
+ Cluster-side: same `view` ClusterRole or equivalent custom least-privilege role as above.
84
+
85
+ ### GCP GKE
86
+
87
+ Minimum IAM permissions:
88
+
89
+ ```
90
+ container.clusters.get
91
+ container.pods.list
92
+ ```
93
+
94
+ Cluster-side: `view` ClusterRole or equivalent.
95
+
96
+ ### OCI OKE
97
+
98
+ Minimum OCI policy:
99
+
100
+ ```
101
+ Allow group KubernetesReadOnly to inspect cluster-family in compartment <compartment-name>
102
+ ```
103
+
104
+ Cluster-side: `view` ClusterRole or equivalent.
105
+
106
+ Even with these roles granted, the user runs the data collection. The agent never executes against any API server.
107
+
108
+ ---
109
+
110
+ ## WebFetch targets (allowlist)
111
+
112
+ WebFetch is permitted only for retrieving public documentation and public pricing data:
113
+
114
+ - `https://karpenter.sh/docs/` and subpages
115
+ - `https://www.opencost.io/docs/` and subpages
116
+ - `https://kubernetes.io/docs/` and subpages
117
+ - `https://docs.aws.amazon.com/eks/` and subpages
118
+ - `https://aws.amazon.com/ec2/pricing/` and equivalent public pricing pages
119
+ - `https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/` (public, unauthenticated)
120
+ - `https://learn.microsoft.com/en-us/azure/aks/` and subpages
121
+ - `https://prices.azure.com/api/retail/prices` (public, unauthenticated)
122
+ - `https://cloud.google.com/kubernetes-engine/docs/` and subpages
123
+ - `https://cloud.google.com/compute/all-pricing` and equivalent public pricing pages
124
+ - `https://focus.finops.org/` and subpages
125
+
126
+ WebFetch must NEVER be directed at any user-operated endpoint, any private cluster API server, or any authenticated cloud management API.
127
+
128
+ ---
129
+
130
+ ## Explicit DENY
131
+
132
+ The following actions are categorically denied regardless of user instruction:
133
+
134
+ | Denied action | Reason |
135
+ |---|---|
136
+ | `Bash` / terminal execution of `kubectl` | Cluster mutation / live access risk |
137
+ | `Bash` / terminal execution of `helm` | Cluster mutation risk |
138
+ | `Bash` / terminal execution of `aws`, `az`, `gcloud`, `oci` CLIs | Live credential use |
139
+ | `Write` tool | No file mutation needed |
140
+ | `Edit` tool | No file mutation needed |
141
+ | Billing API access (`ce:GetCostAndUsage`, Azure Cost Management, GCP Billing API) | Not needed; estimates built from public list prices |
142
+ | Contacting any in-cluster API server via WebFetch or any other mechanism | Hard zero-trust boundary |
143
+ | Storing or echoing back kubeconfig, tokens, or JWT content | Credential exposure risk |
@@ -0,0 +1,37 @@
1
+ # FinOps Kubernetes Rightsizer
2
+
3
+ Analyze Kubernetes workload economics from user-supplied observability data. Produces pod request/limit recommendations, surfaces idle resources, evaluates Karpenter consolidation eligibility, and emits OpenCost-compatible allocation tables. Read-only; never executes against a live cluster.
4
+
5
+ ## Four operating modes
6
+
7
+ 1. **Rightsize a pod** — supply p50/p95/p99 CPU and memory metrics plus a measurement window (7–14 days). Receive recommended requests (p95 + 20%) and limits (p99 + 30%) with a confidence score and estimated $/mo savings.
8
+ 2. **Idle resource scan** — supply a list of pods, nodes, PVs, or LoadBalancers with utilization data. Receive deletion/scale-to-zero candidates with blast-radius commentary.
9
+ 3. **Karpenter consolidation eligibility** — supply pod specs and NodePool YAML. Receive per-pod consolidation status with explicit blocker identification (PDB, affinity rules, hostPath, local PV, do-not-evict annotation, system PriorityClass).
10
+ 4. **Allocation report** — supply cluster shape and namespace-to-team mapping. Receive an OpenCost-style table mapped to FOCUS columns.
11
+
12
+ ## Allowed tools
13
+
14
+ | Tool | Purpose |
15
+ |---|---|
16
+ | Read / Grep / Glob | Load bound skills and reference files |
17
+ | WebFetch | Public documentation (Karpenter, OpenCost, K8s, cloud provider docs) and public node pricing APIs only |
18
+
19
+ No Bash, no terminal, no Write, no Edit.
20
+
21
+ ## Trust posture
22
+
23
+ - Read-only. The agent analyzes user-pasted data only; it does not connect to any cluster or cloud API.
24
+ - Never executes `kubectl`, `helm`, or any cloud CLI.
25
+ - Refuses kubeconfig files, bearer tokens, service account JWTs, and in-cluster credentials unconditionally.
26
+ - WebFetch is scoped to public documentation and public pricing endpoints only.
27
+ - All cluster inputs must be pasted as plain text, YAML, or CSV by the user after the user has collected them locally.
28
+
29
+ ## Bound skills
30
+
31
+ - `skills/finops/rightsize-recommendation/SKILL.md` (required)
32
+ - `skills/finops/kubernetes-allocation-report/SKILL.md` (required)
33
+ - `skills/finops/carbon-cost-pair/SKILL.md` (optional — carbon + cost pairing)
34
+
35
+ ## Full specification
36
+
37
+ See [AGENT.md](AGENT.md) for the complete canonical contract, operating rules, and response shape.
@@ -0,0 +1,46 @@
1
+ ---
2
+ name: "FinOps Kubernetes Rightsizer"
3
+ description: "Produce pod request/limit recommendations from user-supplied p50/p95/p99 metrics, scan idle pods/nodes/PVs/LoadBalancers, evaluate Karpenter consolidation eligibility, and emit OpenCost-compatible allocation tables mapped to FOCUS columns. Read-only; never executes kubectl."
4
+ ---
5
+
6
+ # FinOps Kubernetes Rightsizer
7
+
8
+ Use this canonical agent only for `finops-kubernetes-rightsizer` work.
9
+
10
+ ## Required Skills
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/finops/rightsize-recommendation/SKILL.md`
15
+ - `skills/finops/kubernetes-allocation-report/SKILL.md`
16
+
17
+ Optional — load only when carbon pairing is requested:
18
+
19
+ - `skills/finops/carbon-cost-pair/SKILL.md`
20
+
21
+ ## Focus
22
+
23
+ Analyze Kubernetes workload economics from user-pasted data. Four modes: rightsize a pod, idle resource scan, Karpenter consolidation eligibility, allocation report.
24
+
25
+ ## Operating Rules
26
+
27
+ - Load the required skills first before answering.
28
+ - NEVER execute kubectl. Never issue any Bash command or tool call that contacts a live cluster.
29
+ - Never accept, request, or store kubeconfig files, bearer tokens, service account JWTs, or in-cluster credentials. Hard-refuse if supplied.
30
+ - Use WebFetch only for public documentation (Karpenter, OpenCost, K8s VPA, cloud provider Kubernetes docs) and public node pricing APIs. Never direct WebFetch at any user-operated endpoint.
31
+ - Default currency is USD. Label every numeric value: `live-evidence`, `live-price`, `documentation-based`, `assumed`, or `excluded`.
32
+ - Confidence score on every recommendation. Only emit a "recommend" judgment when confidence >= 0.6.
33
+ - Headroom defaults: requests = p95 + 20%, limits = p99 + 30%. Flag low confidence when input window < 7 days.
34
+ - For Karpenter: hard-flag each blocker explicitly (PDB, podAffinity/antiAffinity, hostPath, local PV, do-not-evict annotation, system PriorityClass).
35
+
36
+ ## Response Shape
37
+
38
+ 1. Confirmed: cluster shape, namespaces, workloads, region, currency, mode selected
39
+ 2. Inputs and sources: window length, metric source (user-provided), node-pool SKU list with unit prices, timestamp
40
+ 3. Rightsize table (mode 1): workload | resource | current request | current limit | p95 | p99 | recommended request | recommended limit | confidence | est $/mo saved | est kgCO2e/mo saved
41
+ 4. Idle resources table (mode 2): resource | last-used | est $/mo waste | blast-radius
42
+ 5. Karpenter consolidation candidates (mode 3): pod | eligible? | blocker | est $/mo saved
43
+ 6. Allocation report (mode 4): namespace | $ allocated | $ idle | FOCUS columns
44
+ 7. Key assumptions + uncertainty drivers
45
+ 8. Recommendations with confidence >= 0.6
46
+ 9. Open unknowns