@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,50 @@
1
+ # Autonomous DB Lifecycle — Rollback Playbook
2
+
3
+ ## Start a stopped ADB (fastest recovery from accidental stop)
4
+
5
+ ```bash
6
+ oci db autonomous-database start \
7
+ --autonomous-database-id <ADB_OCID>
8
+
9
+ # Wait for AVAILABLE state
10
+ oci db autonomous-database get \
11
+ --autonomous-database-id <ADB_OCID> \
12
+ --query 'data."lifecycle-state"'
13
+ ```
14
+
15
+ ## Scale CPU back to previous count (scale-down is supported)
16
+
17
+ ```bash
18
+ oci db autonomous-database update \
19
+ --autonomous-database-id <ADB_OCID> \
20
+ --cpu-core-count <PREVIOUS_CPU_COUNT>
21
+ ```
22
+
23
+ WARNING: **Storage scale-up cannot be reversed on ADB.** Verify storage size before
24
+ scaling up — there is no reduce path once committed.
25
+
26
+ ## Restore from backup after data-level issue
27
+
28
+ ```bash
29
+ # Point-in-time recovery
30
+ oci db autonomous-database restore \
31
+ --autonomous-database-id <ADB_OCID> \
32
+ --timestamp "2026-04-29T10:00:00.000Z"
33
+ ```
34
+
35
+ ## Clone-to-new for investigation (non-destructive)
36
+
37
+ ```bash
38
+ oci db autonomous-database create-from-clone \
39
+ --compartment-id <COMPARTMENT_OCID> \
40
+ --db-name "<CLONE_NAME>" \
41
+ --source-id <ADB_OCID> \
42
+ --clone-type FULL
43
+ ```
44
+
45
+ ## CANNOT ROLL BACK
46
+
47
+ - **Terminated ADB**: database and all backups are permanently deleted.
48
+ No OCI Support recovery path exists.
49
+ - **Storage scale-up**: ADB storage can only grow, never shrink.
50
+ - **Prevention**: always verify `Operations.Lifecycle = protected` tag is set on prod ADBs.
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Autonomous DB Lifecycle Guard"
3
+ description: "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation."
4
+ ---
5
+
6
+ # OCI Live Autonomous DB Lifecycle Guard
7
+
8
+ Use this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-autonomous-db-lifecycle-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
26
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Autonomous Database identity and current lifecycle state
35
+ 2. Protection tag audit (defined tags and freeform tags for deletion guard)
36
+ 3. Backup inventory and most recent completed backup timestamp
37
+ 4. Connection string and consumer group impact assessment
38
+ 5. Approval status for the requested lifecycle operation
39
+ 6. Proposed or executed lifecycle action
40
+ 7. Post-operation state verification and open risks (non-reversible operations listed)
@@ -0,0 +1,32 @@
1
+ name = "oci-live-autonomous-db-lifecycle-guard_agent"
2
+ description = "Specialized subagent for oci-live-autonomous-db-lifecycle-guard. Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle 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 `oci-live-autonomous-db-lifecycle-guard` skill first. This agent exists only for that guarded live-OCI 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: Guard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.
16
+
17
+ Safety contract:
18
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
19
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
20
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
21
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config 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/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md"
29
+ enabled = true
30
+
31
+ [metadata]
32
+ author = "github: Raishin"
@@ -0,0 +1,53 @@
1
+ ---
2
+ description: "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation."
3
+ name: "OCI Live Autonomous DB Lifecycle 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
+ # OCI Live Autonomous DB Lifecycle Guard
20
+
21
+ Use this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.
22
+
23
+ ## Required Skill
24
+
25
+ Before answering, read and follow:
26
+
27
+ - `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`
28
+
29
+ Load files under `skills/oci/oci-live-autonomous-db-lifecycle-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
30
+
31
+ ## Focus
32
+
33
+ Guard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.
34
+
35
+ ## Operating Rules
36
+
37
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
38
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
39
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
40
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
44
+
45
+ ## Response Shape
46
+
47
+ 1. Autonomous Database identity and current lifecycle state
48
+ 2. Protection tag audit (defined tags and freeform tags for deletion guard)
49
+ 3. Backup inventory and most recent completed backup timestamp
50
+ 4. Connection string and consumer group impact assessment
51
+ 5. Approval status for the requested lifecycle operation
52
+ 6. Proposed or executed lifecycle action
53
+ 7. Post-operation state verification and open risks (non-reversible operations listed)
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Autonomous DB Lifecycle Guard"
3
+ description: "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation."
4
+ ---
5
+
6
+ # OCI Live Autonomous DB Lifecycle Guard
7
+
8
+ Use this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-autonomous-db-lifecycle-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
26
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Autonomous Database identity and current lifecycle state
35
+ 2. Protection tag audit (defined tags and freeform tags for deletion guard)
36
+ 3. Backup inventory and most recent completed backup timestamp
37
+ 4. Connection string and consumer group impact assessment
38
+ 5. Approval status for the requested lifecycle operation
39
+ 6. Proposed or executed lifecycle action
40
+ 7. Post-operation state verification and open risks (non-reversible operations listed)
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Autonomous DB Lifecycle Guard"
3
+ description: "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation."
4
+ ---
5
+
6
+ # OCI Live Autonomous DB Lifecycle Guard
7
+
8
+ Use this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-autonomous-db-lifecycle-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
26
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Autonomous Database identity and current lifecycle state
35
+ 2. Protection tag audit (defined tags and freeform tags for deletion guard)
36
+ 3. Backup inventory and most recent completed backup timestamp
37
+ 4. Connection string and consumer group impact assessment
38
+ 5. Approval status for the requested lifecycle operation
39
+ 6. Proposed or executed lifecycle action
40
+ 7. Post-operation state verification and open risks (non-reversible operations listed)
@@ -0,0 +1 @@
1
+ {"name": "OCI Live Autonomous DB Lifecycle Guard", "description": "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation.", "prompt": "# OCI Live Autonomous DB Lifecycle Guard\n\nUse this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`\n\nLoad files under `skills/oci/oci-live-autonomous-db-lifecycle-guard/references/` only when the task needs that reference. Do not dump reference text into the response.\n\n## Focus\n\nGuard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.\n\n## Operating Rules\n\n- Load and follow the bound OCI skill first; do not drift into generic cloud advice.\n- This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.\n- Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.\n- Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.\n\n## Response Shape\n\n1. Autonomous Database identity and current lifecycle state\n2. Protection tag audit (defined tags and freeform tags for deletion guard)\n3. Backup inventory and most recent completed backup timestamp\n4. Connection string and consumer group impact assessment\n5. Approval status for the requested lifecycle operation\n6. Proposed or executed lifecycle action\n7. Post-operation state verification and open risks (non-reversible operations listed)"}
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Autonomous DB Lifecycle Guard"
3
+ description: "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation."
4
+ ---
5
+
6
+ # OCI Live Autonomous DB Lifecycle Guard
7
+
8
+ Use this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-autonomous-db-lifecycle-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Autonomous Database lifecycle operations (scale, start, stop, clone, terminate) by verifying protection tags, wallet and backup state, and connection-string impact before any mutation.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
26
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Autonomous Database identity and current lifecycle state
35
+ 2. Protection tag audit (defined tags and freeform tags for deletion guard)
36
+ 3. Backup inventory and most recent completed backup timestamp
37
+ 4. Connection string and consumer group impact assessment
38
+ 5. Approval status for the requested lifecycle operation
39
+ 6. Proposed or executed lifecycle action
40
+ 7. Post-operation state verification and open risks (non-reversible operations listed)
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": "oci-live-autonomous-db-lifecycle-guard-agent",
3
+ "name": "OCI Live Autonomous DB Lifecycle Guard",
4
+ "type": "agent",
5
+ "provider": "oci",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Guard Autonomous Database scale, start, stop, clone, and terminate operations with protection-tag check, wallet backup, and connection-string audit before any lifecycle mutation.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbscaling.htm",
18
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbstopstart.htm",
19
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
20
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
21
+ ],
22
+ "security_notes": "ADB termination is permanent \u2014 the database and all backups are deleted. Always verify protection tags before any terminate operation. ADB storage scale-up cannot be reversed. Termination blocked by defined-tag protection requires explicit tag removal approval.",
23
+ "last_verified": "2026-04-30",
24
+ "path": "agents/oci/oci-live-autonomous-db-lifecycle-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
+ # OCI Live Cost Budget Runaway Guard
8
+
9
+ > Agent for `oci-live-cost-budget-runaway-guard`. Gate OCI budget rule mutations, cost-tracking tag changes, and GPU or HPC shape provisioning against compartment spend limits before any cost-impacting mutation.
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
+ # OCI Live Cost Budget Runaway Guard
24
+
25
+ Use this canonical agent only for `oci-live-cost-budget-runaway-guard` work.
26
+
27
+ ## Required Skill
28
+
29
+ Before answering, read and follow:
30
+
31
+ - `skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md`
32
+
33
+ Load files under `skills/oci/oci-live-cost-budget-runaway-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
34
+
35
+ ## Focus
36
+
37
+ Gate OCI budget rule mutations, cost-tracking tag changes, and GPU/HPC shape provisioning (BM.GPU4.8, A100, BM.HPC2.36) against compartment spend limits and approved quotas.
38
+
39
+ ## Operating Rules
40
+
41
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
42
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
43
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
44
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
48
+
49
+ ## Response Shape
50
+
51
+ 1. Tenancy and compartment identity confirmation
52
+ 2. Active budget inventory and current spend vs threshold (oci budgets budget list)
53
+ 3. GPU/HPC shape quota usage and running instance inventory
54
+ 4. Cost-tracking tag namespace audit
55
+ 5. Approval status for budget change or GPU/HPC provisioning
56
+ 6. Proposed or executed cost-governance action
57
+ 7. Post-change budget alert confirmation and monitoring state
@@ -0,0 +1,77 @@
1
+ # Permissions: OCI Live Cost Budget Runaway Guard
2
+
3
+ # OCI IAM policy for cost budget runaway guard
4
+
5
+ ## Identity model preference
6
+
7
+ 1. Named cost-governance group with tenancy-scoped budget management
8
+ 2. Separate cost-auditors (inspect/read only) from cost-admins (manage)
9
+ 3. GPU provisioning gates via compartment quota policies — not IAM `manage`
10
+ 4. Never grant `manage compute-instances in tenancy` to the cost-guard role
11
+
12
+ ## Budget read (audit, no mutation)
13
+
14
+ ```
15
+ Allow group <cost-auditors> to inspect usage-budgets in tenancy
16
+ Allow group <cost-auditors> to read usage-budgets in tenancy
17
+ Allow group <cost-auditors> to inspect costs in tenancy
18
+ Allow group <cost-auditors> to read costs in tenancy
19
+ ```
20
+
21
+ ## Budget write (manage — budgets are tenancy-scoped resources)
22
+
23
+ ```
24
+ Allow group <cost-admins> to manage usage-budgets in tenancy
25
+ ```
26
+
27
+ ## Quota inspection and resource search
28
+
29
+ ```
30
+ Allow group <cost-admins> to inspect quota in tenancy
31
+ Allow group <cost-admins> to read quota in tenancy
32
+ Allow group <cost-admins> to use resource-search in tenancy
33
+ ```
34
+
35
+ ## Cost operators (middle tier — adjust budgets, cannot delete)
36
+
37
+ OCI policy-based IAM supports tier separation by verb. Cost operators can
38
+ re-tune budget thresholds and notification rules without holding `manage`
39
+ delete rights:
40
+
41
+ ```
42
+ Allow group <cost-operators> to use usage-budgets in tenancy
43
+ Allow group <cost-operators> to read costs in tenancy
44
+ Allow group <cost-operators> to use ons-topics in compartment <cost-alerts-compartment>
45
+ ```
46
+
47
+ `use usage-budgets` permits update + alert rule changes; it does NOT permit
48
+ budget creation or deletion — those remain with `<cost-admins>`.
49
+
50
+ ## Cost-tracking tag namespace management
51
+
52
+ ```
53
+ Allow group <cost-admins> to manage tag-namespaces in compartment <cost-tracking-compartment>
54
+ Allow group <cost-admins> to use tag-namespaces in tenancy
55
+ ```
56
+
57
+ ## GPU/HPC shape gate via compartment quota (strongest control)
58
+
59
+ Set a compartment-level quota to prevent GPU provisioning without explicit increase:
60
+
61
+ ```
62
+ set compute-core-count quota gpu-vm-count to 0 in compartment <default-compute>
63
+ ```
64
+
65
+ This physically prevents any GPU shape from being provisioned without a quota
66
+ increase request — a harder gate than IAM deny policies.
67
+
68
+ ## Do not use
69
+
70
+ ```
71
+ # FORBIDDEN
72
+ # Allow group <cost-admins> to manage all-resources in tenancy ← FORBIDDEN
73
+ Allow any-group to manage compute-instances in tenancy
74
+ Allow group <cost-admins> to manage compute-instances in tenancy
75
+ # Cost guard should not have VM create/stop rights — escalate to compute operator
76
+ ```
77
+
@@ -0,0 +1,54 @@
1
+ # Cost Budget Runaway — Preflight Commands
2
+
3
+ ## 1. List all budgets and current utilization
4
+
5
+ ```bash
6
+ oci budgets budget list \
7
+ --compartment-id <TENANCY_OCID> \
8
+ --all \
9
+ --query 'data[].{name:"display-name", amount:amount, spent:"actual-spend", forecast:"forecasted-spend", reset:"reset-period"}' \
10
+ --output table
11
+ ```
12
+
13
+ ## 2. Check compute GPU/HPC service limits
14
+
15
+ ```bash
16
+ oci limits value list \
17
+ --compartment-id <TENANCY_OCID> \
18
+ --service-name compute \
19
+ --all \
20
+ --query 'data[?contains(name, `gpu`) || contains(name, `hpc`)].{name:name, value:value, scope:"scope-type"}' \
21
+ --output table
22
+ ```
23
+
24
+ ## 3. Search for running GPU/HPC instances across tenancy
25
+
26
+ ```bash
27
+ oci resource search search-resources \
28
+ --query-text 'query instance resources where
29
+ (shape = '"'"'BM.GPU4.8'"'"' ||
30
+ shape = '"'"'VM.GPU3.1'"'"' ||
31
+ shape = '"'"'BM.HPC2.36'"'"' ||
32
+ shape = '"'"'BM.GPU.H100.8'"'"') &&
33
+ lifecycleState = '"'"'RUNNING'"'"'' \
34
+ --query 'data.items[].{id:"identifier", name:"display-name", compartment:"compartment-id"}'
35
+ ```
36
+
37
+ ## 4. Audit cost-tracking tag namespaces
38
+
39
+ ```bash
40
+ oci iam tag-namespace list \
41
+ --compartment-id <TENANCY_OCID> \
42
+ --all \
43
+ --query 'data[].{name:name, state:"lifecycle-state", isRetired:"is-retired"}' \
44
+ --output table
45
+ ```
46
+
47
+ ## 5. Check active budget alerts
48
+
49
+ ```bash
50
+ oci budgets alert list \
51
+ --compartment-id <TENANCY_OCID> \
52
+ --all \
53
+ --query 'data[].{budgetId:"budget-id", threshold:threshold, triggered:"time-first-triggered"}'
54
+ ```
@@ -0,0 +1,53 @@
1
+ # Cost Budget Runaway — Rollback Playbook
2
+
3
+ ## Restore a raised budget threshold to previous value
4
+
5
+ ```bash
6
+ oci budgets budget update \
7
+ --budget-id <BUDGET_OCID> \
8
+ --amount <PREVIOUS_AMOUNT>
9
+
10
+ # Verify
11
+ oci budgets budget get \
12
+ --budget-id <BUDGET_OCID> \
13
+ --query 'data.{amount:amount, reset:"reset-period", spent:"actual-spend"}'
14
+ ```
15
+
16
+ ## Emergency: stop a runaway GPU instance (requires Compute operator — escalate if needed)
17
+
18
+ ```bash
19
+ # Soft stop (OCPU billing continues for stopped-but-preserved VMs until termination)
20
+ oci compute instance action \
21
+ --instance-id <INSTANCE_OCID> \
22
+ --action STOP
23
+
24
+ # For bare metal GPU (BM.GPU4.8) — billing stops only on TERMINATE
25
+ # Escalate to Compute operator with appropriate compartment manage rights
26
+ ```
27
+
28
+ ## Lower a compartment GPU quota to prevent further provisioning
29
+
30
+ ```bash
31
+ oci limits quota create \
32
+ --compartment-id <COMPARTMENT_OCID> \
33
+ --name "emergency-gpu-cap-$(date +%Y%m%d)" \
34
+ --statements '["set compute-core-count quota gpu-count to 0 in compartment <COMPARTMENT>"]'
35
+ ```
36
+
37
+ ## Revert a budget alert threshold change
38
+
39
+ ```bash
40
+ oci budgets alert update \
41
+ --budget-id <BUDGET_OCID> \
42
+ --alert-id <ALERT_OCID> \
43
+ --threshold <PREVIOUS_THRESHOLD> \
44
+ --threshold-type ABSOLUTE
45
+ ```
46
+
47
+ ## Verify budget enforcement is restored
48
+
49
+ ```bash
50
+ oci budgets budget get \
51
+ --budget-id <BUDGET_OCID> \
52
+ --query 'data.{amount:amount, alerts:alerts[*].threshold}'
53
+ ```
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Cost Budget Runaway Guard"
3
+ description: "Gate OCI budget rule mutations, cost-tracking tag changes, and GPU or HPC shape provisioning against compartment spend limits before any cost-impacting mutation."
4
+ ---
5
+
6
+ # OCI Live Cost Budget Runaway Guard
7
+
8
+ Use this canonical agent only for `oci-live-cost-budget-runaway-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-cost-budget-runaway-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Gate OCI budget rule mutations, cost-tracking tag changes, and GPU/HPC shape provisioning (BM.GPU4.8, A100, BM.HPC2.36) against compartment spend limits and approved quotas.
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
25
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
26
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
27
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config dumps unless already sanitized and required.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Tenancy and compartment identity confirmation
35
+ 2. Active budget inventory and current spend vs threshold (oci budgets budget list)
36
+ 3. GPU/HPC shape quota usage and running instance inventory
37
+ 4. Cost-tracking tag namespace audit
38
+ 5. Approval status for budget change or GPU/HPC provisioning
39
+ 6. Proposed or executed cost-governance action
40
+ 7. Post-change budget alert confirmation and monitoring state
@@ -0,0 +1,32 @@
1
+ name = "oci-live-cost-budget-runaway-guard_agent"
2
+ description = "Specialized subagent for oci-live-cost-budget-runaway-guard. Gate OCI budget rule mutations, cost-tracking tag changes, and GPU or HPC shape provisioning against compartment spend limits 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 `oci-live-cost-budget-runaway-guard` skill first. This agent exists only for that guarded live-OCI 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 OCI budget rule mutations, cost-tracking tag changes, and GPU/HPC shape provisioning (BM.GPU4.8, A100, BM.HPC2.36) against compartment spend limits and approved quotas.
16
+
17
+ Safety contract:
18
+ - Load and follow the bound OCI skill first; do not drift into generic cloud advice.
19
+ - This role is for repos or sessions that may be connected to live OCI credentials, CLI profiles, or real environments.
20
+ - Before any live OCI mutation, confirm tenancy, compartment, active principal, exact target resource, expected impact, and explicit human approval.
21
+ - Prefer plan, detect-drift, inspect, read, describe, 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, private keys, tenancy OCIDs, or raw config 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/oci/oci-live-cost-budget-runaway-guard/SKILL.md"
29
+ enabled = true
30
+
31
+ [metadata]
32
+ author = "github: Raishin"