@raishin/vanguard-frontier-agentic 1.1.0 → 1.2.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 (293) hide show
  1. package/README.md +245 -316
  2. package/agents/aws/aws-maestro-agent/AGENT.md +55 -0
  3. package/agents/aws/aws-maestro-agent/harnesses/claude-code.agent.md +38 -0
  4. package/agents/aws/aws-maestro-agent/harnesses/codex.toml +34 -0
  5. package/agents/aws/aws-maestro-agent/harnesses/copilot.agent.md +51 -0
  6. package/agents/aws/aws-maestro-agent/harnesses/cursor.agent.md +40 -0
  7. package/agents/aws/aws-maestro-agent/harnesses/gemini.agent.md +39 -0
  8. package/agents/aws/aws-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  9. package/agents/aws/aws-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
  10. package/agents/aws/aws-maestro-agent/metadata.json +37 -0
  11. package/agents/azure/AGENTS.md +26 -0
  12. package/agents/azure/azure-live-aks-rollout-guard-agent/AGENT.md +57 -0
  13. package/agents/azure/azure-live-aks-rollout-guard-agent/PERMISSIONS.md +56 -0
  14. package/agents/azure/azure-live-aks-rollout-guard-agent/PREFLIGHT.md +48 -0
  15. package/agents/azure/azure-live-aks-rollout-guard-agent/ROLLBACK.md +36 -0
  16. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/claude-code.agent.md +40 -0
  17. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/codex.toml +32 -0
  18. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/copilot.agent.md +53 -0
  19. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/cursor.agent.md +40 -0
  20. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/gemini.agent.md +40 -0
  21. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  22. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  23. package/agents/azure/azure-live-aks-rollout-guard-agent/metadata.json +27 -0
  24. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/AGENT.md +57 -0
  25. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PERMISSIONS.md +43 -0
  26. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PREFLIGHT.md +50 -0
  27. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/ROLLBACK.md +46 -0
  28. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/claude-code.agent.md +40 -0
  29. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/codex.toml +32 -0
  30. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/copilot.agent.md +53 -0
  31. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/cursor.agent.md +40 -0
  32. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/gemini.agent.md +40 -0
  33. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  34. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  35. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/metadata.json +26 -0
  36. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/AGENT.md +57 -0
  37. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PERMISSIONS.md +88 -0
  38. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PREFLIGHT.md +48 -0
  39. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/ROLLBACK.md +48 -0
  40. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/claude-code.agent.md +40 -0
  41. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/codex.toml +32 -0
  42. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/copilot.agent.md +53 -0
  43. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/cursor.agent.md +40 -0
  44. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/gemini.agent.md +40 -0
  45. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  46. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  47. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/metadata.json +27 -0
  48. package/agents/azure/azure-live-cost-budget-action-guard-agent/AGENT.md +57 -0
  49. package/agents/azure/azure-live-cost-budget-action-guard-agent/PERMISSIONS.md +93 -0
  50. package/agents/azure/azure-live-cost-budget-action-guard-agent/PREFLIGHT.md +44 -0
  51. package/agents/azure/azure-live-cost-budget-action-guard-agent/ROLLBACK.md +49 -0
  52. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/claude-code.agent.md +40 -0
  53. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/codex.toml +32 -0
  54. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/copilot.agent.md +53 -0
  55. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/cursor.agent.md +40 -0
  56. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/gemini.agent.md +40 -0
  57. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  58. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  59. package/agents/azure/azure-live-cost-budget-action-guard-agent/metadata.json +27 -0
  60. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/AGENT.md +57 -0
  61. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PERMISSIONS.md +68 -0
  62. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PREFLIGHT.md +46 -0
  63. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/ROLLBACK.md +44 -0
  64. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/claude-code.agent.md +40 -0
  65. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/codex.toml +32 -0
  66. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/copilot.agent.md +53 -0
  67. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/cursor.agent.md +40 -0
  68. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/gemini.agent.md +40 -0
  69. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  70. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  71. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/metadata.json +27 -0
  72. package/agents/azure/azure-live-pim-jit-activation-guard-agent/AGENT.md +57 -0
  73. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PERMISSIONS.md +59 -0
  74. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PREFLIGHT.md +41 -0
  75. package/agents/azure/azure-live-pim-jit-activation-guard-agent/ROLLBACK.md +48 -0
  76. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/claude-code.agent.md +40 -0
  77. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/codex.toml +32 -0
  78. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/copilot.agent.md +53 -0
  79. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/cursor.agent.md +40 -0
  80. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/gemini.agent.md +40 -0
  81. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  82. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  83. package/agents/azure/azure-live-pim-jit-activation-guard-agent/metadata.json +27 -0
  84. package/agents/azure/azure-maestro-agent/AGENT.md +56 -0
  85. package/agents/azure/azure-maestro-agent/harnesses/claude-code.agent.md +39 -0
  86. package/agents/azure/azure-maestro-agent/harnesses/codex.toml +14 -0
  87. package/agents/azure/azure-maestro-agent/harnesses/copilot.agent.md +52 -0
  88. package/agents/azure/azure-maestro-agent/harnesses/cursor.agent.md +41 -0
  89. package/agents/azure/azure-maestro-agent/harnesses/gemini.agent.md +40 -0
  90. package/agents/azure/azure-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  91. package/agents/azure/azure-maestro-agent/harnesses/kiro-ide.agent.md +39 -0
  92. package/agents/azure/azure-maestro-agent/metadata.json +38 -0
  93. package/agents/finops/AGENTS.md +36 -0
  94. package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +58 -0
  95. package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +112 -0
  96. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +40 -0
  97. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +33 -0
  98. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +53 -0
  99. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +40 -0
  100. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +40 -0
  101. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  102. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +40 -0
  103. package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +29 -0
  104. package/agents/oci/AGENTS.md +28 -0
  105. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/AGENT.md +57 -0
  106. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/PERMISSIONS.md +56 -0
  107. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/PREFLIGHT.md +48 -0
  108. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/ROLLBACK.md +50 -0
  109. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/claude-code.agent.md +40 -0
  110. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/codex.toml +32 -0
  111. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/copilot.agent.md +53 -0
  112. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/cursor.agent.md +40 -0
  113. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/gemini.agent.md +40 -0
  114. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  115. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  116. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/metadata.json +27 -0
  117. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/AGENT.md +57 -0
  118. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/PERMISSIONS.md +77 -0
  119. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/PREFLIGHT.md +54 -0
  120. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/ROLLBACK.md +53 -0
  121. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/claude-code.agent.md +40 -0
  122. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/codex.toml +32 -0
  123. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/copilot.agent.md +53 -0
  124. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/cursor.agent.md +40 -0
  125. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/gemini.agent.md +40 -0
  126. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  127. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  128. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/metadata.json +27 -0
  129. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/AGENT.md +57 -0
  130. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/PERMISSIONS.md +87 -0
  131. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/PREFLIGHT.md +49 -0
  132. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/ROLLBACK.md +44 -0
  133. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/claude-code.agent.md +40 -0
  134. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/codex.toml +32 -0
  135. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/copilot.agent.md +53 -0
  136. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/cursor.agent.md +40 -0
  137. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/gemini.agent.md +40 -0
  138. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  139. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  140. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/metadata.json +27 -0
  141. package/agents/oci/oci-live-oke-rollout-guard-agent/AGENT.md +57 -0
  142. package/agents/oci/oci-live-oke-rollout-guard-agent/PERMISSIONS.md +92 -0
  143. package/agents/oci/oci-live-oke-rollout-guard-agent/PREFLIGHT.md +49 -0
  144. package/agents/oci/oci-live-oke-rollout-guard-agent/ROLLBACK.md +47 -0
  145. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/claude-code.agent.md +40 -0
  146. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/codex.toml +32 -0
  147. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/copilot.agent.md +53 -0
  148. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/cursor.agent.md +40 -0
  149. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/gemini.agent.md +40 -0
  150. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  151. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  152. package/agents/oci/oci-live-oke-rollout-guard-agent/metadata.json +27 -0
  153. package/agents/oci/oci-live-resource-manager-stack-guard-agent/AGENT.md +57 -0
  154. package/agents/oci/oci-live-resource-manager-stack-guard-agent/PERMISSIONS.md +80 -0
  155. package/agents/oci/oci-live-resource-manager-stack-guard-agent/PREFLIGHT.md +51 -0
  156. package/agents/oci/oci-live-resource-manager-stack-guard-agent/ROLLBACK.md +45 -0
  157. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/claude-code.agent.md +40 -0
  158. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/codex.toml +32 -0
  159. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/copilot.agent.md +53 -0
  160. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/cursor.agent.md +40 -0
  161. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/gemini.agent.md +40 -0
  162. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  163. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  164. package/agents/oci/oci-live-resource-manager-stack-guard-agent/metadata.json +27 -0
  165. package/agents/oci/oci-live-vault-key-destruction-guard-agent/AGENT.md +57 -0
  166. package/agents/oci/oci-live-vault-key-destruction-guard-agent/PERMISSIONS.md +57 -0
  167. package/agents/oci/oci-live-vault-key-destruction-guard-agent/PREFLIGHT.md +53 -0
  168. package/agents/oci/oci-live-vault-key-destruction-guard-agent/ROLLBACK.md +49 -0
  169. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/claude-code.agent.md +40 -0
  170. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/codex.toml +32 -0
  171. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/copilot.agent.md +53 -0
  172. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/cursor.agent.md +40 -0
  173. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/gemini.agent.md +40 -0
  174. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  175. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  176. package/agents/oci/oci-live-vault-key-destruction-guard-agent/metadata.json +27 -0
  177. package/agents/oci/oci-maestro-agent/AGENT.md +58 -0
  178. package/agents/oci/oci-maestro-agent/harnesses/claude-code.agent.md +41 -0
  179. package/agents/oci/oci-maestro-agent/harnesses/codex.toml +14 -0
  180. package/agents/oci/oci-maestro-agent/harnesses/copilot.agent.md +54 -0
  181. package/agents/oci/oci-maestro-agent/harnesses/cursor.agent.md +43 -0
  182. package/agents/oci/oci-maestro-agent/harnesses/gemini.agent.md +42 -0
  183. package/agents/oci/oci-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  184. package/agents/oci/oci-maestro-agent/harnesses/kiro-ide.agent.md +41 -0
  185. package/agents/oci/oci-maestro-agent/metadata.json +37 -0
  186. package/agents/terraform/terraform-maestro-agent/AGENT.md +58 -0
  187. package/agents/terraform/terraform-maestro-agent/harnesses/claude-code.agent.md +41 -0
  188. package/agents/terraform/terraform-maestro-agent/harnesses/codex.toml +14 -0
  189. package/agents/terraform/terraform-maestro-agent/harnesses/copilot.agent.md +54 -0
  190. package/agents/terraform/terraform-maestro-agent/harnesses/cursor.agent.md +43 -0
  191. package/agents/terraform/terraform-maestro-agent/harnesses/gemini.agent.md +42 -0
  192. package/agents/terraform/terraform-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  193. package/agents/terraform/terraform-maestro-agent/harnesses/kiro-ide.agent.md +41 -0
  194. package/agents/terraform/terraform-maestro-agent/metadata.json +38 -0
  195. package/catalog/agents.json +502 -0
  196. package/catalog/skill-manifest.json +542 -0
  197. package/catalog/skills.json +436 -0
  198. package/package.json +1 -1
  199. package/scripts/export-marketplace-agents.mjs +29 -1
  200. package/scripts/gen_azure_live_guards.py +1424 -0
  201. package/scripts/gen_oci_live_guards.py +1510 -0
  202. package/skills/aws/aws-maestro/SKILL.md +47 -0
  203. package/skills/aws/aws-maestro/metadata.json +28 -0
  204. package/skills/aws/aws-maestro/references/official-sources.md +24 -0
  205. package/skills/aws/aws-maestro/references/safety-checklist.md +42 -0
  206. package/skills/aws/aws-maestro/references/workflow-and-output.md +127 -0
  207. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +49 -0
  208. package/skills/azure/azure-live-aks-rollout-guard/metadata.json +27 -0
  209. package/skills/azure/azure-live-aks-rollout-guard/references/official-sources.md +19 -0
  210. package/skills/azure/azure-live-aks-rollout-guard/references/permission-model.md +54 -0
  211. package/skills/azure/azure-live-aks-rollout-guard/references/preflight-commands.md +55 -0
  212. package/skills/azure/azure-live-aks-rollout-guard/references/rollback-playbook.md +38 -0
  213. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +49 -0
  214. package/skills/azure/azure-live-app-service-slot-swap-guard/metadata.json +26 -0
  215. package/skills/azure/azure-live-app-service-slot-swap-guard/references/official-sources.md +12 -0
  216. package/skills/azure/azure-live-app-service-slot-swap-guard/references/permission-model.md +40 -0
  217. package/skills/azure/azure-live-app-service-slot-swap-guard/references/preflight-commands.md +46 -0
  218. package/skills/azure/azure-live-app-service-slot-swap-guard/references/rollback-playbook.md +46 -0
  219. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +49 -0
  220. package/skills/azure/azure-live-arm-deployment-stack-guard/metadata.json +27 -0
  221. package/skills/azure/azure-live-arm-deployment-stack-guard/references/official-sources.md +17 -0
  222. package/skills/azure/azure-live-arm-deployment-stack-guard/references/permission-model.md +68 -0
  223. package/skills/azure/azure-live-arm-deployment-stack-guard/references/preflight-commands.md +55 -0
  224. package/skills/azure/azure-live-arm-deployment-stack-guard/references/rollback-playbook.md +53 -0
  225. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +49 -0
  226. package/skills/azure/azure-live-cost-budget-action-guard/metadata.json +27 -0
  227. package/skills/azure/azure-live-cost-budget-action-guard/references/official-sources.md +17 -0
  228. package/skills/azure/azure-live-cost-budget-action-guard/references/permission-model.md +66 -0
  229. package/skills/azure/azure-live-cost-budget-action-guard/references/preflight-commands.md +48 -0
  230. package/skills/azure/azure-live-cost-budget-action-guard/references/rollback-playbook.md +40 -0
  231. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +49 -0
  232. package/skills/azure/azure-live-keyvault-rotation-purge-guard/metadata.json +27 -0
  233. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/official-sources.md +13 -0
  234. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/permission-model.md +64 -0
  235. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/preflight-commands.md +48 -0
  236. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/rollback-playbook.md +44 -0
  237. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +49 -0
  238. package/skills/azure/azure-live-pim-jit-activation-guard/metadata.json +27 -0
  239. package/skills/azure/azure-live-pim-jit-activation-guard/references/official-sources.md +13 -0
  240. package/skills/azure/azure-live-pim-jit-activation-guard/references/permission-model.md +56 -0
  241. package/skills/azure/azure-live-pim-jit-activation-guard/references/preflight-commands.md +46 -0
  242. package/skills/azure/azure-live-pim-jit-activation-guard/references/rollback-playbook.md +45 -0
  243. package/skills/azure/azure-maestro/SKILL.md +140 -0
  244. package/skills/azure/azure-maestro/metadata.json +28 -0
  245. package/skills/finops/finops-cloud-price-advisor/SKILL.md +60 -0
  246. package/skills/finops/finops-cloud-price-advisor/metadata.json +26 -0
  247. package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +100 -0
  248. package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +145 -0
  249. package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +64 -0
  250. package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +271 -0
  251. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +49 -0
  252. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/metadata.json +27 -0
  253. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/official-sources.md +13 -0
  254. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/permission-model.md +49 -0
  255. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/preflight-commands.md +58 -0
  256. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/rollback-playbook.md +44 -0
  257. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +49 -0
  258. package/skills/oci/oci-live-cost-budget-runaway-guard/metadata.json +27 -0
  259. package/skills/oci/oci-live-cost-budget-runaway-guard/references/official-sources.md +17 -0
  260. package/skills/oci/oci-live-cost-budget-runaway-guard/references/permission-model.md +59 -0
  261. package/skills/oci/oci-live-cost-budget-runaway-guard/references/preflight-commands.md +42 -0
  262. package/skills/oci/oci-live-cost-budget-runaway-guard/references/rollback-playbook.md +44 -0
  263. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +49 -0
  264. package/skills/oci/oci-live-iam-policy-compartment-guard/metadata.json +27 -0
  265. package/skills/oci/oci-live-iam-policy-compartment-guard/references/official-sources.md +13 -0
  266. package/skills/oci/oci-live-iam-policy-compartment-guard/references/permission-model.md +71 -0
  267. package/skills/oci/oci-live-iam-policy-compartment-guard/references/preflight-commands.md +49 -0
  268. package/skills/oci/oci-live-iam-policy-compartment-guard/references/rollback-playbook.md +62 -0
  269. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +49 -0
  270. package/skills/oci/oci-live-oke-rollout-guard/metadata.json +27 -0
  271. package/skills/oci/oci-live-oke-rollout-guard/references/official-sources.md +18 -0
  272. package/skills/oci/oci-live-oke-rollout-guard/references/permission-model.md +80 -0
  273. package/skills/oci/oci-live-oke-rollout-guard/references/preflight-commands.md +55 -0
  274. package/skills/oci/oci-live-oke-rollout-guard/references/rollback-playbook.md +45 -0
  275. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +49 -0
  276. package/skills/oci/oci-live-resource-manager-stack-guard/metadata.json +27 -0
  277. package/skills/oci/oci-live-resource-manager-stack-guard/references/official-sources.md +12 -0
  278. package/skills/oci/oci-live-resource-manager-stack-guard/references/permission-model.md +70 -0
  279. package/skills/oci/oci-live-resource-manager-stack-guard/references/preflight-commands.md +57 -0
  280. package/skills/oci/oci-live-resource-manager-stack-guard/references/rollback-playbook.md +51 -0
  281. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +49 -0
  282. package/skills/oci/oci-live-vault-key-destruction-guard/metadata.json +27 -0
  283. package/skills/oci/oci-live-vault-key-destruction-guard/references/official-sources.md +13 -0
  284. package/skills/oci/oci-live-vault-key-destruction-guard/references/permission-model.md +55 -0
  285. package/skills/oci/oci-live-vault-key-destruction-guard/references/preflight-commands.md +62 -0
  286. package/skills/oci/oci-live-vault-key-destruction-guard/references/rollback-playbook.md +55 -0
  287. package/skills/oci/oci-maestro/SKILL.md +163 -0
  288. package/skills/oci/oci-maestro/metadata.json +27 -0
  289. package/skills/terraform/terraform-maestro/SKILL.md +123 -0
  290. package/skills/terraform/terraform-maestro/metadata.json +30 -0
  291. package/skills/terraform/terraform-maestro/references/official-sources.md +59 -0
  292. package/skills/terraform/terraform-maestro/references/safety-checklist.md +53 -0
  293. package/skills/terraform/terraform-maestro/references/workflow-and-output.md +108 -0
@@ -0,0 +1,93 @@
1
+ # Permissions: Azure Live Cost Budget Action Guard
2
+
3
+ # Least-privilege RBAC guidance for cost budget and GPU guard
4
+
5
+ ## Custom role (budget read/write + quota read, NO VM creation)
6
+
7
+ ```json
8
+ {
9
+ "Name": "Cost Budget Action Guard",
10
+ "IsCustom": true,
11
+ "Description": "Read and modify subscription budgets and read compute quotas. Cannot create VMs. Cannot delete budgets.",
12
+ "Actions": [
13
+ "Microsoft.Consumption/budgets/read",
14
+ "Microsoft.Consumption/budgets/write",
15
+ "Microsoft.CostManagement/budgets/read",
16
+ "Microsoft.CostManagement/budgets/write",
17
+ "Microsoft.CostManagement/query/action",
18
+ "Microsoft.Compute/locations/usages/read",
19
+ "Microsoft.Compute/locations/vmSizes/read",
20
+ "Microsoft.Quota/quotas/read",
21
+ "Microsoft.Quota/usages/read"
22
+ ],
23
+ "NotActions": [
24
+ "Microsoft.Compute/virtualMachines/write",
25
+ "Microsoft.Compute/virtualMachineScaleSets/write",
26
+ "Microsoft.Quota/quotas/write",
27
+ "Microsoft.Consumption/budgets/delete",
28
+ "Microsoft.CostManagement/budgets/delete"
29
+ ],
30
+ "AssignableScopes": [
31
+ "/subscriptions/<SUBSCRIPTION_ID>"
32
+ ]
33
+ }
34
+ ```
35
+
36
+ VM creation is explicitly excluded. `Microsoft.Quota/quotas/write` is also excluded:
37
+ quota increase requests carry spending risk and must go through a separate approval
38
+ workflow (e.g., Azure Support or an IT-ops request process), not through this role.
39
+ GPU SKU approval flows through budget-action alerts only — not through quota write.
40
+
41
+ **Budget deletion is excluded** (`Microsoft.Consumption/budgets/delete`,
42
+ `Microsoft.CostManagement/budgets/delete`). Deleting budgets silently removes the
43
+ only cross-region financial guardrail and disables every threshold alert on the
44
+ subscription. Cleanup of test or stale budgets must go through a separate
45
+ PIM-eligible "Cost Budget Cleanup" role, never the standing operational role.
46
+
47
+ ## Separate PIM role: Cost Budget Cleanup (eligible-only)
48
+
49
+ ```json
50
+ {
51
+ "Name": "Cost Budget Cleanup (PIM-eligible)",
52
+ "IsCustom": true,
53
+ "Description": "PIM-only role for deleting stale or test budgets. Eligible-only. Maximum 2-hour activation. MFA + justification required.",
54
+ "Actions": [
55
+ "Microsoft.Consumption/budgets/read",
56
+ "Microsoft.Consumption/budgets/delete",
57
+ "Microsoft.CostManagement/budgets/read",
58
+ "Microsoft.CostManagement/budgets/delete"
59
+ ],
60
+ "AssignableScopes": [
61
+ "/subscriptions/<SUBSCRIPTION_ID>"
62
+ ]
63
+ }
64
+ ```
65
+
66
+ Configure as PIM-eligible only (never standing active), MFA-gated, time-bounded.
67
+
68
+ ## Azure Policy guardrail (deploy alongside the custom role)
69
+
70
+ Deny GPU VM SKU provisioning without an approved budget tag:
71
+
72
+ ```json
73
+ {
74
+ "if": {
75
+ "allOf": [
76
+ {"field": "type", "equals": "Microsoft.Compute/virtualMachines"},
77
+ {"field": "Microsoft.Compute/virtualMachines/sku.name", "in": [
78
+ "Standard_ND96asr_v4", "Standard_NC24rs_v3", "Standard_ND40rs_v2",
79
+ "Standard_HB120rs_v3", "Standard_HB176rs_v4"
80
+ ]},
81
+ {"field": "tags.BudgetApproval", "exists": "false"}
82
+ ]
83
+ },
84
+ "then": {"effect": "Deny"}
85
+ }
86
+ ```
87
+
88
+ ## Do not assign
89
+
90
+ - `Cost Management Contributor` at management-group scope (modifies all child subscriptions)
91
+ - `Billing Account Contributor`
92
+ - `Microsoft.Compute/virtualMachines/write` to this role
93
+
@@ -0,0 +1,44 @@
1
+ # Cost Budget Action — Preflight Commands
2
+
3
+ ## 1. List all budgets and current spend
4
+
5
+ ```bash
6
+ az consumption budget list \
7
+ --query "[].{name:name, amount:amount, currentSpend:currentSpend.amount, forecastSpend:forecastSpend.amount, timeGrain:timeGrain}" \
8
+ --output table
9
+ ```
10
+
11
+ ## 2. Check GPU/HPC quota usage in target region
12
+
13
+ ```bash
14
+ az vm list-usage \
15
+ --location <REGION> \
16
+ --query "[?contains(name.value, 'GPU') || contains(name.value, 'NC') || contains(name.value, 'ND') || contains(name.value, 'NV')].{name:name.localizedValue, used:currentValue, limit:limit}" \
17
+ --output table
18
+ ```
19
+
20
+ ## 3. Inventory running GPU/HPC VMs across subscription
21
+
22
+ ```bash
23
+ az vm list \
24
+ --query "[?contains(storageProfile.imageReference.sku, 'gpu') || starts_with(hardwareProfile.vmSize, 'Standard_NC') || starts_with(hardwareProfile.vmSize, 'Standard_ND')].{name:name, size:hardwareProfile.vmSize, rg:resourceGroup, state:powerState}" \
25
+ --show-details \
26
+ --output table
27
+ ```
28
+
29
+ ## 4. Show active budget alert thresholds
30
+
31
+ ```bash
32
+ az consumption budget show \
33
+ --budget-name <BUDGET_NAME> \
34
+ --query "{notifications:notifications, amount:amount, filter:filter, startDate:timePeriod.startDate}"
35
+ ```
36
+
37
+ ## 5. Check quota request history
38
+
39
+ ```bash
40
+ az quota request status list \
41
+ --scope "/subscriptions/<SUBSCRIPTION_ID>/providers/Microsoft.Compute/locations/<REGION>" \
42
+ --query "[].{name:name, status:properties.provisioningState, value:properties.value.limit}" \
43
+ --output table
44
+ ```
@@ -0,0 +1,49 @@
1
+ # Cost Budget Action — Rollback Playbook
2
+
3
+ ## Restore a lowered budget to its previous threshold
4
+
5
+ ```bash
6
+ az consumption budget create \
7
+ --budget-name <BUDGET_NAME> \
8
+ --amount <PREVIOUS_AMOUNT> \
9
+ --time-grain Monthly \
10
+ --start-date <START_DATE> \
11
+ --end-date <END_DATE>
12
+ ```
13
+
14
+ ## Emergency: deallocate a runaway GPU VM (requires VM operator rights — escalate if needed)
15
+
16
+ ```bash
17
+ az vm deallocate \
18
+ --resource-group <RG> \
19
+ --name <VM_NAME> \
20
+ --no-wait
21
+ # Verify deallocation
22
+ az vm show --resource-group <RG> --name <VM_NAME> --query "powerState" -d
23
+ ```
24
+
25
+ ## Scale VMSS to zero during a runaway cost event
26
+
27
+ ```bash
28
+ az vmss scale \
29
+ --resource-group <RG> \
30
+ --name <VMSS_NAME> \
31
+ --new-capacity 0
32
+ ```
33
+
34
+ ## Revert a quota increase (reduce back to previous limit)
35
+
36
+ ```bash
37
+ az quota update \
38
+ --resource-name "cores" \
39
+ --scope "/subscriptions/<SUBSCRIPTION_ID>/providers/Microsoft.Compute/locations/<REGION>" \
40
+ --limit-object value=<PREVIOUS_LIMIT> value-type=Individual
41
+ ```
42
+
43
+ ## Verify budget alert is re-active
44
+
45
+ ```bash
46
+ az consumption budget show \
47
+ --budget-name <BUDGET_NAME> \
48
+ --query "{amount:amount, currentSpend:currentSpend.amount, notifications:notifications}"
49
+ ```
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "Azure Live Cost Budget Action Guard"
3
+ description: "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation."
4
+ ---
5
+
6
+ # Azure Live Cost Budget Action Guard
7
+
8
+ Use this canonical agent only for `azure-live-cost-budget-action-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/azure/azure-live-cost-budget-action-guard/SKILL.md`
15
+
16
+ Load files under `skills/azure/azure-live-cost-budget-action-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Gate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
26
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
28
+ - If the target, approval state, or rollback posture is ambiguous, stop and say so.
29
+ - Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.
30
+ - Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Active subscription and budget inventory (az consumption budget list)
35
+ 2. Current spend vs threshold and forecast (actual vs budget amount)
36
+ 3. GPU/HPC quota usage in target region
37
+ 4. Approval status for budget change or SKU scale-up
38
+ 5. Proposed or executed cost-governance action
39
+ 6. Rollback posture (restore previous threshold, quota reduction)
40
+ 7. Post-change budget alert and monitoring confirmation
@@ -0,0 +1,32 @@
1
+ name = "azure-live-cost-budget-action-guard_agent"
2
+ description = "Specialized subagent for azure-live-cost-budget-action-guard. Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation."
3
+ model = "gpt-5.4"
4
+ model_reasoning_effort = "high"
5
+ sandbox_mode = "workspace-write"
6
+
7
+ developer_instructions = """
8
+ Load and follow the bound `azure-live-cost-budget-action-guard` skill first. This agent exists only for that guarded live-Azure role; do not drift into generic cloud advice.
9
+
10
+ Token discipline:
11
+ - Read only SKILL.md first; load references only when the task requires them.
12
+ - Keep answers compact: target, approval status, evidence, action, rollback, verification, open risks.
13
+ - Do not paste long docs, raw tool inventories, raw credential output, or full environment dumps.
14
+
15
+ Role focus: Gate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.
16
+
17
+ Safety contract:
18
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
19
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
20
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target, expected impact, and explicit human approval.
21
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
22
+ - If approval, identity, target, or rollback posture is ambiguous, stop and explain the blocker.
23
+ - Never ask for secrets, credentials, access tokens, account numbers, private keys, or raw environment dumps unless already sanitized and required.
24
+ - Label facts as live evidence, user-provided sanitized evidence, documentation-based, or inference.
25
+ """
26
+
27
+ [[skills.config]]
28
+ path = "skills/azure/azure-live-cost-budget-action-guard/SKILL.md"
29
+ enabled = true
30
+
31
+ [metadata]
32
+ author = "github: Raishin"
@@ -0,0 +1,53 @@
1
+ ---
2
+ description: "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation."
3
+ name: "Azure Live Cost Budget Action Guard"
4
+ tools:
5
+ - "read"
6
+ - "search"
7
+ - "search/codebase"
8
+ - "web/githubRepo"
9
+ - "web/fetch"
10
+ - "read/problems"
11
+ - "execute/runInTerminal"
12
+ - "execute/getTerminalOutput"
13
+ - "read/terminalLastCommand"
14
+ - "read/terminalSelection"
15
+ disable-model-invocation: false
16
+ user-invocable: true
17
+ ---
18
+
19
+ # Azure Live Cost Budget Action Guard
20
+
21
+ Use this canonical agent only for `azure-live-cost-budget-action-guard` work.
22
+
23
+ ## Required Skill
24
+
25
+ Before answering, read and follow:
26
+
27
+ - `skills/azure/azure-live-cost-budget-action-guard/SKILL.md`
28
+
29
+ Load files under `skills/azure/azure-live-cost-budget-action-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
30
+
31
+ ## Focus
32
+
33
+ Gate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.
34
+
35
+ ## Operating Rules
36
+
37
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
38
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
39
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.
40
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
41
+ - If the target, approval state, or rollback posture is ambiguous, stop and say so.
42
+ - Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.
43
+ - Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.
44
+
45
+ ## Response Shape
46
+
47
+ 1. Active subscription and budget inventory (az consumption budget list)
48
+ 2. Current spend vs threshold and forecast (actual vs budget amount)
49
+ 3. GPU/HPC quota usage in target region
50
+ 4. Approval status for budget change or SKU scale-up
51
+ 5. Proposed or executed cost-governance action
52
+ 6. Rollback posture (restore previous threshold, quota reduction)
53
+ 7. Post-change budget alert and monitoring confirmation
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "Azure Live Cost Budget Action Guard"
3
+ description: "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation."
4
+ ---
5
+
6
+ # Azure Live Cost Budget Action Guard
7
+
8
+ Use this canonical agent only for `azure-live-cost-budget-action-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/azure/azure-live-cost-budget-action-guard/SKILL.md`
15
+
16
+ Load files under `skills/azure/azure-live-cost-budget-action-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Gate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
26
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
28
+ - If the target, approval state, or rollback posture is ambiguous, stop and say so.
29
+ - Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.
30
+ - Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Active subscription and budget inventory (az consumption budget list)
35
+ 2. Current spend vs threshold and forecast (actual vs budget amount)
36
+ 3. GPU/HPC quota usage in target region
37
+ 4. Approval status for budget change or SKU scale-up
38
+ 5. Proposed or executed cost-governance action
39
+ 6. Rollback posture (restore previous threshold, quota reduction)
40
+ 7. Post-change budget alert and monitoring confirmation
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "Azure Live Cost Budget Action Guard"
3
+ description: "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation."
4
+ ---
5
+
6
+ # Azure Live Cost Budget Action Guard
7
+
8
+ Use this canonical agent only for `azure-live-cost-budget-action-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/azure/azure-live-cost-budget-action-guard/SKILL.md`
15
+
16
+ Load files under `skills/azure/azure-live-cost-budget-action-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Gate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
26
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
28
+ - If the target, approval state, or rollback posture is ambiguous, stop and say so.
29
+ - Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.
30
+ - Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Active subscription and budget inventory (az consumption budget list)
35
+ 2. Current spend vs threshold and forecast (actual vs budget amount)
36
+ 3. GPU/HPC quota usage in target region
37
+ 4. Approval status for budget change or SKU scale-up
38
+ 5. Proposed or executed cost-governance action
39
+ 6. Rollback posture (restore previous threshold, quota reduction)
40
+ 7. Post-change budget alert and monitoring confirmation
@@ -0,0 +1 @@
1
+ {"name": "Azure Live Cost Budget Action Guard", "description": "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation.", "prompt": "# Azure Live Cost Budget Action Guard\n\nUse this canonical agent only for `azure-live-cost-budget-action-guard` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/azure/azure-live-cost-budget-action-guard/SKILL.md`\n\nLoad files under `skills/azure/azure-live-cost-budget-action-guard/references/` only when the task needs that reference. Do not dump reference text into the response.\n\n## Focus\n\nGate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.\n\n## Operating Rules\n\n- Load and follow the bound Azure skill first; do not drift into generic cloud advice.\n- This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.\n- Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.\n- Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.\n- If the target, approval state, or rollback posture is ambiguous, stop and say so.\n- Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.\n- Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.\n\n## Response Shape\n\n1. Active subscription and budget inventory (az consumption budget list)\n2. Current spend vs threshold and forecast (actual vs budget amount)\n3. GPU/HPC quota usage in target region\n4. Approval status for budget change or SKU scale-up\n5. Proposed or executed cost-governance action\n6. Rollback posture (restore previous threshold, quota reduction)\n7. Post-change budget alert and monitoring confirmation"}
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "Azure Live Cost Budget Action Guard"
3
+ description: "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation."
4
+ ---
5
+
6
+ # Azure Live Cost Budget Action Guard
7
+
8
+ Use this canonical agent only for `azure-live-cost-budget-action-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/azure/azure-live-cost-budget-action-guard/SKILL.md`
15
+
16
+ Load files under `skills/azure/azure-live-cost-budget-action-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Gate Azure subscription and management-group budget action changes and GPU/HPC SKU scale-up (NDv5, NCv3, H-series) against approved spend thresholds before any cost-impacting mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
26
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
28
+ - If the target, approval state, or rollback posture is ambiguous, stop and say so.
29
+ - Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.
30
+ - Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Active subscription and budget inventory (az consumption budget list)
35
+ 2. Current spend vs threshold and forecast (actual vs budget amount)
36
+ 3. GPU/HPC quota usage in target region
37
+ 4. Approval status for budget change or SKU scale-up
38
+ 5. Proposed or executed cost-governance action
39
+ 6. Rollback posture (restore previous threshold, quota reduction)
40
+ 7. Post-change budget alert and monitoring confirmation
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": "azure-live-cost-budget-action-guard-agent",
3
+ "name": "Azure Live Cost Budget Action Guard",
4
+ "type": "agent",
5
+ "provider": "azure",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Gate subscription and management-group budget action changes and GPU or HPC SKU scale-up against approved spend thresholds before any cost-impacting mutation.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets",
18
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits",
19
+ "https://learn.microsoft.com/en-us/azure/quotas/quickstart-increase-quota-portal",
20
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/finops/overview-finops"
21
+ ],
22
+ "security_notes": "GPU/HPC SKUs (NDv5, H100, A100) can generate $50K+ daily costs. Never approve quota increases or budget threshold raises without explicit spend-approval sign-off from a financial authority.",
23
+ "last_verified": "2026-04-30",
24
+ "path": "agents/azure/azure-live-cost-budget-action-guard-agent",
25
+ "author": "github: Raishin",
26
+ "version": "0.1.0"
27
+ }
@@ -0,0 +1,57 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
5
+ ---
6
+
7
+ # Azure Live Key Vault Rotation Purge Guard
8
+
9
+ > Agent for `azure-live-keyvault-rotation-purge-guard`. Guard Key Vault key and secret rotation, soft-delete enforcement, and purge-protection changes, with explicit irreversibility warning before any purge-protection enable.
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
+ # Azure Live Key Vault Rotation Purge Guard
24
+
25
+ Use this canonical agent only for `azure-live-keyvault-rotation-purge-guard` work.
26
+
27
+ ## Required Skill
28
+
29
+ Before answering, read and follow:
30
+
31
+ - `skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md`
32
+
33
+ Load files under `skills/azure/azure-live-keyvault-rotation-purge-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
34
+
35
+ ## Focus
36
+
37
+ Guard Azure Key Vault key and secret rotation operations and purge-protection enablement, surfacing the irreversible nature of purge-protection and requiring explicit acknowledgment before any change.
38
+
39
+ ## Operating Rules
40
+
41
+ - Load and follow the bound Azure skill first; do not drift into generic cloud advice.
42
+ - This role is for repos or sessions that may be connected to live Azure credentials, CLI profiles, or real environments.
43
+ - Before any live Azure mutation, confirm subscription, resource group, active principal, exact target resource, expected impact, and explicit human approval.
44
+ - Prefer what-if, dry-run, preview, describe, status, plan, and rollback evidence before mutation.
45
+ - If the target, approval state, or rollback posture is ambiguous, stop and say so.
46
+ - Keep outputs short: target, approval status, evidence, action, rollback, verification, open risks.
47
+ - Never ask for secrets, credentials, access tokens, private keys, or raw environment dumps unless already sanitized and required.
48
+
49
+ ## Response Shape
50
+
51
+ 1. Vault identity and current soft-delete/purge-protection state
52
+ 2. Key or secret version inventory and active version confirmation
53
+ 3. Current rotation policy audit
54
+ 4. Irreversibility warning for purge-protection (if enabling)
55
+ 5. Approval status for rotation or protection change
56
+ 6. Proposed or executed Key Vault action
57
+ 7. Post-action key version verification and open risks (unrecoverable scenarios listed explicitly)
@@ -0,0 +1,68 @@
1
+ # Permissions: Azure Live Key Vault Rotation Purge Guard
2
+
3
+ # Least-privilege RBAC guidance for Key Vault rotation and purge
4
+
5
+ ## Rotation operator role (no delete, no purge)
6
+
7
+ ```json
8
+ {
9
+ "Name": "Key Vault Rotation Guard",
10
+ "IsCustom": true,
11
+ "Description": "Rotate keys and update rotation policies. Cannot delete or purge keys/secrets/certificates. Cannot purge the vault itself. Cannot disable soft-delete.",
12
+ "Actions": [
13
+ "Microsoft.KeyVault/vaults/read",
14
+ "Microsoft.KeyVault/vaults/keys/read",
15
+ "Microsoft.KeyVault/vaults/secrets/read"
16
+ ],
17
+ "NotActions": [
18
+ "Microsoft.KeyVault/vaults/purge/action",
19
+ "Microsoft.KeyVault/vaults/delete",
20
+ "Microsoft.KeyVault/vaults/write",
21
+ "Microsoft.KeyVault/vaults/accessPolicies/write"
22
+ ],
23
+ "DataActions": [
24
+ "Microsoft.KeyVault/vaults/keys/read",
25
+ "Microsoft.KeyVault/vaults/keys/rotate/action",
26
+ "Microsoft.KeyVault/vaults/keys/rotationpolicy/read",
27
+ "Microsoft.KeyVault/vaults/keys/rotationpolicy/write",
28
+ "Microsoft.KeyVault/vaults/secrets/getSecret/action"
29
+ ],
30
+ "NotDataActions": [
31
+ "Microsoft.KeyVault/vaults/keys/delete",
32
+ "Microsoft.KeyVault/vaults/keys/purge/action",
33
+ "Microsoft.KeyVault/vaults/secrets/delete",
34
+ "Microsoft.KeyVault/vaults/secrets/purge/action",
35
+ "Microsoft.KeyVault/vaults/certificates/delete",
36
+ "Microsoft.KeyVault/vaults/certificates/purge/action"
37
+ ],
38
+ "AssignableScopes": [
39
+ "/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<TARGET_RG>/providers/Microsoft.KeyVault/vaults/<VAULT_NAME>"
40
+ ]
41
+ }
42
+ ```
43
+
44
+ Nearest built-in roles: `Key Vault Crypto Officer` (for keys), `Key Vault Secrets Officer` (for secrets).
45
+ Both include delete — prefer the custom role above for rotation-only scenarios.
46
+
47
+ **Action vs DataAction distinction (security-critical)**:
48
+ `Microsoft.KeyVault/vaults/purge/action` is a **control-plane Action** that purges the
49
+ soft-deleted **vault** itself (irreversible). It is **not** a DataAction and is not blocked
50
+ by `NotDataActions`. It must be in `NotActions`. Similarly, certificate purge/delete operations
51
+ exist as both control-plane and data-plane operations depending on the API path; this role
52
+ blocks both. Do not assume `NotDataActions` covers all destructive Key Vault paths — it does not.
53
+
54
+ ## Purge-protection enablement (separate, highly privileged operation)
55
+
56
+ Requires: `Microsoft.KeyVault/vaults/write` on the vault resource.
57
+ Assign via PIM with justification and at most 1-hour activation window.
58
+
59
+ **IRREVERSIBILITY WARNING**: Once `enablePurgeProtection: true` is set on a vault,
60
+ it cannot be unset. All soft-deleted objects in that vault are protected from permanent deletion
61
+ until the soft-delete retention period (7–90 days) expires. This is a one-way door.
62
+
63
+ ## Do not assign
64
+
65
+ - `Key Vault Administrator` standing (includes purge rights)
66
+ - `Microsoft.KeyVault/vaults/purge/action` to rotation operators
67
+ - `Microsoft.KeyVault/vaults/accessPolicies/write` to non-admins (legacy access policy model)
68
+
@@ -0,0 +1,46 @@
1
+ # Key Vault Rotation & Purge — Preflight Commands
2
+
3
+ ## 1. Check vault recovery state
4
+
5
+ ```bash
6
+ az keyvault show \
7
+ --name <VAULT_NAME> \
8
+ --query "{softDeleteEnabled:properties.enableSoftDelete, purgeProtectionEnabled:properties.enablePurgeProtection, retentionDays:properties.softDeleteRetentionInDays, sku:sku.name}"
9
+ ```
10
+
11
+ **STOP** if `purgeProtectionEnabled` is `null` or `false` and you are about to enable it.
12
+ Enabling purge-protection is **irreversible**. Get explicit written approval.
13
+
14
+ ## 2. List key versions and active version
15
+
16
+ ```bash
17
+ az keyvault key list-versions \
18
+ --vault-name <VAULT_NAME> \
19
+ --name <KEY_NAME> \
20
+ --query "[].{version:kid, enabled:attributes.enabled, expires:attributes.expires, created:attributes.created}" \
21
+ --output table
22
+ ```
23
+
24
+ ## 3. Show current rotation policy
25
+
26
+ ```bash
27
+ az keyvault key rotation-policy show \
28
+ --vault-name <VAULT_NAME> \
29
+ --name <KEY_NAME>
30
+ ```
31
+
32
+ ## 4. List secrets with expiry audit
33
+
34
+ ```bash
35
+ az keyvault secret list \
36
+ --vault-name <VAULT_NAME> \
37
+ --query "[].{name:name, expires:attributes.expires, enabled:attributes.enabled}" \
38
+ --output table
39
+ ```
40
+
41
+ ## 5. Check for soft-deleted objects awaiting recovery or purge decision
42
+
43
+ ```bash
44
+ az keyvault key list-deleted --vault-name <VAULT_NAME> --output table
45
+ az keyvault secret list-deleted --vault-name <VAULT_NAME> --output table
46
+ ```