@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,57 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
5
+ ---
6
+
7
+ # OCI Live Resource Manager Stack Guard
8
+
9
+ > Agent for `oci-live-resource-manager-stack-guard`. Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any 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 Resource Manager Stack Guard
24
+
25
+ Use this canonical agent only for `oci-live-resource-manager-stack-guard` work.
26
+
27
+ ## Required Skill
28
+
29
+ Before answering, read and follow:
30
+
31
+ - `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`
32
+
33
+ Load files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
34
+
35
+ ## Focus
36
+
37
+ Guard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)
52
+ 2. Drift detection output (oci resource-manager stack detect-drift result)
53
+ 3. Plan job output review (create-plan-job logs before approve)
54
+ 4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)
55
+ 5. Approval status for apply or destroy
56
+ 6. Proposed or executed Resource Manager job action
57
+ 7. Post-job state verification and open risks (state-version rollback path if apply fails)
@@ -0,0 +1,80 @@
1
+ # Permissions: OCI Live Resource Manager Stack Guard
2
+
3
+ # OCI IAM policy guidance for Resource Manager stack guard
4
+
5
+ ## Identity model preference
6
+
7
+ 1. Named group in target compartment — never `any-user` or `any-group`
8
+ 2. Dynamic group matching the CI/CD runner instance by compartment and tag
9
+ 3. Short-lived session token via Instance Principal for automation
10
+ 4. Never grant `manage all-resources in tenancy`
11
+
12
+ ## OCI IAM verb hierarchy reminder
13
+
14
+ `inspect` ⊂ `read` ⊂ `use` ⊂ `manage`
15
+
16
+ - `inspect` — list-only (no content details)
17
+ - `read` — get + list (read details, no mutation)
18
+ - `use` — limited mutation (no create/terminate)
19
+ - `manage` — full CRUD (create, update, delete)
20
+
21
+ ## Baseline read policy (auditors — no mutation rights)
22
+
23
+ ```
24
+ Allow group <rms-auditors> to inspect orm-stacks in compartment <prod-compartment>
25
+ Allow group <rms-auditors> to read orm-stacks in compartment <prod-compartment>
26
+ Allow group <rms-auditors> to inspect orm-jobs in compartment <prod-compartment>
27
+ Allow group <rms-auditors> to read orm-jobs in compartment <prod-compartment>
28
+ ```
29
+
30
+ ## Plan-only policy (can create plan jobs, cannot apply or destroy)
31
+
32
+ ```
33
+ Allow group <rms-planners> to use orm-stacks in compartment <prod-compartment>
34
+ Allow group <rms-planners> to use orm-jobs in compartment <prod-compartment>
35
+ ```
36
+
37
+ ## Full operator policy (apply + destroy — gate with approval workflow)
38
+
39
+ ```
40
+ Allow group <rms-operators> to manage orm-stacks in compartment <prod-compartment>
41
+ Allow group <rms-operators> to manage orm-jobs in compartment <prod-compartment>
42
+ ```
43
+
44
+ ## Dynamic group for CI/CD instance principal
45
+
46
+ ```
47
+ Any {instance.compartment.id = '<compartment_ocid>', tag.Operations.Role.value = 'rms-runner'}
48
+
49
+ Allow dynamic-group <rms-runners> to manage orm-stacks in compartment <prod-compartment>
50
+ Allow dynamic-group <rms-runners> to manage orm-jobs in compartment <prod-compartment>
51
+ ```
52
+
53
+ ## Service-principal policies (Resource Manager service itself)
54
+
55
+ OCI is policy-based IAM: managed services must hold explicit `Allow service ...`
56
+ grants to act on your tenancy. Without these, stack jobs fail with `NotAuthorized`
57
+ even when the human operator is correctly scoped.
58
+
59
+ ```
60
+ Allow service ResourceManager to manage orm-stacks in compartment <prod-compartment>
61
+ Allow service ResourceManager to read secret-family in compartment <prod-compartment>
62
+ Allow service ResourceManager to use tag-namespaces in tenancy
63
+ ```
64
+
65
+ Add resource-type rights for whatever the stack provisions, e.g.
66
+ `Allow service ResourceManager to manage instance-family in compartment <X>`
67
+ for stacks that create compute. Do not grant `manage all-resources` even to the
68
+ service principal — scope by resource family.
69
+
70
+ ## Do not use
71
+
72
+ ```
73
+ # FORBIDDEN
74
+ # Allow any-user to manage all-resources in tenancy ← FORBIDDEN
75
+ Allow group <rms-operators> to manage all-resources in compartment prod
76
+ ```
77
+
78
+ Stack auto-lock: Resource Manager allows **only one running job at a time per stack**.
79
+ This is platform-enforced — no additional concurrency control needed.
80
+
@@ -0,0 +1,51 @@
1
+ # Resource Manager Stack — Preflight Commands
2
+
3
+ ## 1. Confirm identity and region
4
+
5
+ ```bash
6
+ oci iam region list --output table
7
+ oci iam user get --user-id <OPERATOR_OCID> --query 'data.name'
8
+ ```
9
+
10
+ ## 2. Inspect current stack state
11
+
12
+ ```bash
13
+ oci resource-manager stack get \
14
+ --stack-id <STACK_OCID> \
15
+ --query 'data.{state:"lifecycle-state", updated:"time-updated", terraform:"terraform-version", compartment:"compartment-id"}'
16
+ ```
17
+
18
+ ## 3. Detect drift (always before apply or destroy)
19
+
20
+ ```bash
21
+ oci resource-manager stack detect-drift \
22
+ --stack-id <STACK_OCID>
23
+
24
+ # List drift details once job completes
25
+ oci resource-manager stack list-resource-drift-details \
26
+ --stack-id <STACK_OCID>
27
+ ```
28
+
29
+ ## 4. Create a plan job and review output before any apply
30
+
31
+ ```bash
32
+ oci resource-manager job create-plan-job \
33
+ --stack-id <STACK_OCID> \
34
+ --display-name "preflight-plan-$(date +%Y%m%dT%H%M%S)"
35
+
36
+ # Retrieve plan logs
37
+ oci resource-manager job get-job-logs \
38
+ --job-id <PLAN_JOB_OCID> --all
39
+ ```
40
+
41
+ Stop and escalate if plan output shows unexpected resource deletions or replacements.
42
+
43
+ ## 5. Verify no other job is currently running
44
+
45
+ ```bash
46
+ oci resource-manager job list \
47
+ --compartment-id <COMPARTMENT_OCID> \
48
+ --stack-id <STACK_OCID> \
49
+ --lifecycle-state IN_PROGRESS \
50
+ --query 'data[].{id:id, op:"operation", started:"time-created"}'
51
+ ```
@@ -0,0 +1,45 @@
1
+ # Resource Manager Stack — Rollback Playbook
2
+
3
+ Resource Manager auto-locks the stack during jobs — concurrent apply/destroy is
4
+ physically prevented. Rollback options depend on how far the failed apply progressed.
5
+
6
+ ## Option 1: Apply previous configuration (re-upload prior config zip)
7
+
8
+ ```bash
9
+ oci resource-manager stack update \
10
+ --stack-id <STACK_OCID> \
11
+ --config-source-zip-file previous-config.zip
12
+
13
+ oci resource-manager job create-apply-job \
14
+ --stack-id <STACK_OCID> \
15
+ --execution-plan-strategy FROM_PLAN_JOB_ID \
16
+ --execution-plan-job-id <PRIOR_PLAN_JOB_OCID> \
17
+ --display-name "rollback-apply-$(date +%Y%m%dT%H%M%S)"
18
+ ```
19
+
20
+ ## Option 2: Import a known-good Terraform state file
21
+
22
+ ```bash
23
+ oci resource-manager job create-import-tf-state-job \
24
+ --stack-id <STACK_OCID> \
25
+ --tf-state-base64 "$(base64 -i previous.tfstate)"
26
+ ```
27
+
28
+ ## Option 3: Targeted destroy of newly-created resources only
29
+
30
+ ```bash
31
+ oci resource-manager job create-destroy-job \
32
+ --stack-id <STACK_OCID> \
33
+ --execution-plan-strategy AUTO_APPROVED \
34
+ --display-name "targeted-destroy-$(date +%Y%m%dT%H%M%S)"
35
+ ```
36
+
37
+ Only use AUTO_APPROVED if human has already reviewed the destroy plan separately.
38
+
39
+ ## Monitor rollback job
40
+
41
+ ```bash
42
+ oci resource-manager job get \
43
+ --job-id <JOB_OCID> \
44
+ --query 'data."lifecycle-state"'
45
+ ```
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Resource Manager Stack Guard"
3
+ description: "Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation."
4
+ ---
5
+
6
+ # OCI Live Resource Manager Stack Guard
7
+
8
+ Use this canonical agent only for `oci-live-resource-manager-stack-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)
35
+ 2. Drift detection output (oci resource-manager stack detect-drift result)
36
+ 3. Plan job output review (create-plan-job logs before approve)
37
+ 4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)
38
+ 5. Approval status for apply or destroy
39
+ 6. Proposed or executed Resource Manager job action
40
+ 7. Post-job state verification and open risks (state-version rollback path if apply fails)
@@ -0,0 +1,32 @@
1
+ name = "oci-live-resource-manager-stack-guard_agent"
2
+ description = "Specialized subagent for oci-live-resource-manager-stack-guard. Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any 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-resource-manager-stack-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 Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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-resource-manager-stack-guard/SKILL.md"
29
+ enabled = true
30
+
31
+ [metadata]
32
+ author = "github: Raishin"
@@ -0,0 +1,53 @@
1
+ ---
2
+ description: "Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation."
3
+ name: "OCI Live Resource Manager Stack 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 Resource Manager Stack Guard
20
+
21
+ Use this canonical agent only for `oci-live-resource-manager-stack-guard` work.
22
+
23
+ ## Required Skill
24
+
25
+ Before answering, read and follow:
26
+
27
+ - `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`
28
+
29
+ Load files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
30
+
31
+ ## Focus
32
+
33
+ Guard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)
48
+ 2. Drift detection output (oci resource-manager stack detect-drift result)
49
+ 3. Plan job output review (create-plan-job logs before approve)
50
+ 4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)
51
+ 5. Approval status for apply or destroy
52
+ 6. Proposed or executed Resource Manager job action
53
+ 7. Post-job state verification and open risks (state-version rollback path if apply fails)
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Resource Manager Stack Guard"
3
+ description: "Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation."
4
+ ---
5
+
6
+ # OCI Live Resource Manager Stack Guard
7
+
8
+ Use this canonical agent only for `oci-live-resource-manager-stack-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)
35
+ 2. Drift detection output (oci resource-manager stack detect-drift result)
36
+ 3. Plan job output review (create-plan-job logs before approve)
37
+ 4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)
38
+ 5. Approval status for apply or destroy
39
+ 6. Proposed or executed Resource Manager job action
40
+ 7. Post-job state verification and open risks (state-version rollback path if apply fails)
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Resource Manager Stack Guard"
3
+ description: "Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation."
4
+ ---
5
+
6
+ # OCI Live Resource Manager Stack Guard
7
+
8
+ Use this canonical agent only for `oci-live-resource-manager-stack-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)
35
+ 2. Drift detection output (oci resource-manager stack detect-drift result)
36
+ 3. Plan job output review (create-plan-job logs before approve)
37
+ 4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)
38
+ 5. Approval status for apply or destroy
39
+ 6. Proposed or executed Resource Manager job action
40
+ 7. Post-job state verification and open risks (state-version rollback path if apply fails)
@@ -0,0 +1 @@
1
+ {"name": "OCI Live Resource Manager Stack Guard", "description": "Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation.", "prompt": "# OCI Live Resource Manager Stack Guard\n\nUse this canonical agent only for `oci-live-resource-manager-stack-guard` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`\n\nLoad files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.\n\n## Focus\n\nGuard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.\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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)\n2. Drift detection output (oci resource-manager stack detect-drift result)\n3. Plan job output review (create-plan-job logs before approve)\n4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)\n5. Approval status for apply or destroy\n6. Proposed or executed Resource Manager job action\n7. Post-job state verification and open risks (state-version rollback path if apply fails)"}
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "OCI Live Resource Manager Stack Guard"
3
+ description: "Guard OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation."
4
+ ---
5
+
6
+ # OCI Live Resource Manager Stack Guard
7
+
8
+ Use this canonical agent only for `oci-live-resource-manager-stack-guard` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/oci/oci-live-resource-manager-stack-guard/SKILL.md`
15
+
16
+ Load files under `skills/oci/oci-live-resource-manager-stack-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Guard OCI Resource Manager stack plan/apply/destroy jobs by enforcing drift detection evidence, plan-job output review, state-version audit, and explicit approval before any apply or destroy.
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. OCI tenancy and compartment confirmation (oci iam region list + stack OCID evidence)
35
+ 2. Drift detection output (oci resource-manager stack detect-drift result)
36
+ 3. Plan job output review (create-plan-job logs before approve)
37
+ 4. Stack auto-lock status (only one job at a time — Resource Manager enforces this)
38
+ 5. Approval status for apply or destroy
39
+ 6. Proposed or executed Resource Manager job action
40
+ 7. Post-job state verification and open risks (state-version rollback path if apply fails)
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": "oci-live-resource-manager-stack-guard-agent",
3
+ "name": "OCI Live Resource Manager Stack 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 OCI Resource Manager plan, apply, and destroy jobs with drift detection evidence, state-version audit, and stack-lock awareness before any mutation.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm",
18
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/detect-drift.htm",
19
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/create-job-lock-file.htm",
20
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/home.htm"
21
+ ],
22
+ "security_notes": "OCI Resource Manager auto-locks a stack state during job execution. Never approve an apply or destroy job without a plan-job output review and drift detection evidence. Repo write access does not authorize live OCI infrastructure mutations.",
23
+ "last_verified": "2026-04-30",
24
+ "path": "agents/oci/oci-live-resource-manager-stack-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 Vault Key Destruction Guard
8
+
9
+ > Agent for `oci-live-vault-key-destruction-guard`. Guard OCI Vault master encryption key scheduled-deletion and HSM key rotation, refusing deletion without reviewing data associations and confirming the destruction window.
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 Vault Key Destruction Guard
24
+
25
+ Use this canonical agent only for `oci-live-vault-key-destruction-guard` work.
26
+
27
+ ## Required Skill
28
+
29
+ Before answering, read and follow:
30
+
31
+ - `skills/oci/oci-live-vault-key-destruction-guard/SKILL.md`
32
+
33
+ Load files under `skills/oci/oci-live-vault-key-destruction-guard/references/` only when the task needs that reference. Do not dump reference text into the response.
34
+
35
+ ## Focus
36
+
37
+ Guard OCI Vault master encryption key scheduled-deletion and HSM rotation by auditing all data associations, key-usage references, and confirming the deletion window before any destruction scheduling.
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. Vault and key identity confirmation (protection mode: HSM vs SOFTWARE)
52
+ 2. Key version inventory and current active version
53
+ 3. Data association audit (resources encrypted by this key version)
54
+ 4. Deletion window confirmation (minimum 7 days, default 30 days)
55
+ 5. Approval status for key rotation or deletion scheduling
56
+ 6. Proposed or executed vault key action
57
+ 7. Post-action state and irreversibility warning (point-of-no-return explicitly stated)
@@ -0,0 +1,57 @@
1
+ # Permissions: OCI Live Vault Key Destruction Guard
2
+
3
+ # OCI IAM policy for Vault key destruction guard
4
+
5
+ ## Identity model preference
6
+
7
+ 1. Separate groups for key auditors, key rotation operators, and key destruction admins
8
+ 2. `use` verb for rotation operators — creates new key versions, cannot schedule deletion
9
+ 3. `manage` for key destruction admins, restricted by tag condition (deletable tag required)
10
+ 4. Dual-control: key deletion requires a second approver group confirmation
11
+
12
+ ## Key audit policy (read only, no mutation)
13
+
14
+ ```
15
+ Allow group <vault-auditors> to inspect vaults in compartment <prod-vault-compartment>
16
+ Allow group <vault-auditors> to read vaults in compartment <prod-vault-compartment>
17
+ Allow group <vault-auditors> to read keys in compartment <prod-vault-compartment>
18
+ Allow group <vault-auditors> to inspect key-versions in compartment <prod-vault-compartment>
19
+ ```
20
+
21
+ ## Key rotation (use verb — new versions only, no deletion scheduling)
22
+
23
+ ```
24
+ Allow group <vault-key-operators> to use keys in compartment <prod-vault-compartment>
25
+ Allow group <vault-key-operators> to use key-delegate in compartment <prod-vault-compartment>
26
+ ```
27
+
28
+ With `use` the operator can: create new key versions, enable/disable key versions.
29
+ The operator CANNOT: schedule key deletion, delete the key, import key material.
30
+
31
+ ## Key destruction (manage + tag condition — only for approved-deletable keys)
32
+
33
+ ```
34
+ Allow group <vault-key-admins> to manage keys in compartment <prod-vault-compartment>
35
+ where target.resource.tag.Lifecycle.Deletable.value = 'approved'
36
+ ```
37
+
38
+ The `Lifecycle.Deletable = approved` tag must be set in a protected tag namespace.
39
+ Production keys should never have this tag set unless they are actively being retired.
40
+
41
+ ## CRITICAL timing note
42
+
43
+ ```
44
+ Minimum deletion window: 7 days
45
+ Recommended deletion window: 30 days
46
+ Cancel deadline: any time BEFORE time-of-deletion passes
47
+ After deletion: PERMANENT. No recovery. No OCI Support escalation path.
48
+ ```
49
+
50
+ ## Do not use
51
+
52
+ ```
53
+ # FORBIDDEN
54
+ Allow group <vault-operators> to manage all-resources in compartment prod-vault
55
+ Allow any-user to manage keys in tenancy
56
+ ```
57
+