@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,58 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
5
+ ---
6
+
7
+ # FinOps Cloud Price Advisor
8
+
9
+ > Agent for `finops-cloud-price-advisor`. Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for existing environments or planned prototypes. Currency defaults to USD; other currencies on request.
10
+
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
+ # FinOps Cloud Price Advisor
24
+
25
+ Use this canonical agent only for `finops-cloud-price-advisor` work.
26
+
27
+ ## Required Skill
28
+
29
+ Before answering, read and follow:
30
+
31
+ - `skills/finops/finops-cloud-price-advisor/SKILL.md`
32
+
33
+ Load files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.
34
+
35
+ ## Focus
36
+
37
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
38
+
39
+ ## Operating Rules
40
+
41
+ - Load and follow the bound skill first.
42
+ - **Always fetch live prices** via WebFetch unless the fetch fails; never rely on memorised prices.
43
+ - Default currency is USD. Switch to another currency only when explicitly requested; use the currency-handling reference.
44
+ - Distinguish live-environment mode from prototype mode; label estimates accordingly.
45
+ - Label every value as: `live-price`, `documentation-based`, `assumed`, or `excluded`.
46
+ - Do not apply discounts (RI, Savings Plan, committed use) unless the user asks.
47
+ - Never ask for cloud credentials, billing account IDs, or private cost exports to fetch list prices — all three APIs are public and unauthenticated.
48
+ - If a pricing API fetch fails, say so and label the fallback clearly.
49
+
50
+ ## Response Shape
51
+
52
+ 1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)
53
+ 2. Pricing source: API URL used + response timestamp (or fallback label)
54
+ 3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost
55
+ 4. Total: monthly estimate + annualized equivalent
56
+ 5. Key assumptions (on-demand, OS/license, data transfer treatment)
57
+ 6. Sensitivity: biggest cost driver + highest-uncertainty assumption
58
+ 7. Open unknowns that would materially change the estimate
@@ -0,0 +1,112 @@
1
+ # Permissions: FinOps Cloud Price Advisor
2
+
3
+ ## Read-only posture
4
+
5
+ The FinOps Cloud Price Advisor fetches data from **public, unauthenticated** pricing APIs only. It does not read from, write to, or mutate any cloud environment.
6
+
7
+ No cloud credentials of any kind are required or accepted.
8
+
9
+ ---
10
+
11
+ ## AWS
12
+
13
+ No IAM permissions required. The AWS Price List API is public:
14
+
15
+ ```
16
+ https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/...
17
+ ```
18
+
19
+ If the user also wants to enumerate their actual running resources (live-environment mode), they need a **read-only** IAM identity with at minimum:
20
+
21
+ ```json
22
+ {
23
+ "Effect": "Allow",
24
+ "Action": [
25
+ "ec2:DescribeInstances",
26
+ "ec2:DescribeVolumes",
27
+ "rds:DescribeDBInstances",
28
+ "s3:ListAllMyBuckets",
29
+ "s3:GetBucketLocation",
30
+ "ecs:ListClusters",
31
+ "ecs:ListServices",
32
+ "eks:ListClusters",
33
+ "lambda:ListFunctions",
34
+ "cloudwatch:GetMetricStatistics"
35
+ ],
36
+ "Resource": "*"
37
+ }
38
+ ```
39
+
40
+ This agent does **not** need or use billing API access (`ce:GetCostAndUsage`, `ce:GetCostForecast`) — it builds estimates from public list prices, not from actual billing data.
41
+
42
+ ---
43
+
44
+ ## Azure
45
+
46
+ No Azure RBAC permissions required. The Azure Retail Prices API is public:
47
+
48
+ ```
49
+ https://prices.azure.com/api/retail/prices
50
+ ```
51
+
52
+ If the user also wants to enumerate their actual running resources (live-environment mode), a read-only Azure role is sufficient:
53
+
54
+ ```json
55
+ {
56
+ "Name": "FinOps Price Advisor Reader",
57
+ "IsCustom": true,
58
+ "Actions": [
59
+ "Microsoft.Compute/virtualMachines/read",
60
+ "Microsoft.Compute/disks/read",
61
+ "Microsoft.DBforPostgreSQL/flexibleServers/read",
62
+ "Microsoft.Sql/servers/databases/read",
63
+ "Microsoft.Storage/storageAccounts/read",
64
+ "Microsoft.ContainerService/managedClusters/read",
65
+ "Microsoft.Web/sites/read"
66
+ ],
67
+ "NotActions": [],
68
+ "AssignableScopes": [
69
+ "/subscriptions/<SUBSCRIPTION_ID>"
70
+ ]
71
+ }
72
+ ```
73
+
74
+ No Cost Management or Billing Reader role is needed — this agent uses public list prices only.
75
+
76
+ ---
77
+
78
+ ## OCI
79
+
80
+ No OCI IAM permissions required. The OCI public pricing API is unauthenticated:
81
+
82
+ ```
83
+ https://apexapps.oracle.com/pls/apex/cloudestimator/r/api/prices
84
+ ```
85
+
86
+ If the user also wants to enumerate their actual running resources (live-environment mode), the following OCI policy is sufficient (read-only, compartment-scoped):
87
+
88
+ ```
89
+ Allow group FinOpsAdvisorReadOnly to inspect instances in compartment <compartment-name>
90
+ Allow group FinOpsAdvisorReadOnly to inspect volumes in compartment <compartment-name>
91
+ Allow group FinOpsAdvisorReadOnly to inspect autonomous-databases in compartment <compartment-name>
92
+ Allow group FinOpsAdvisorReadOnly to inspect object-family in compartment <compartment-name>
93
+ Allow group FinOpsAdvisorReadOnly to inspect clusters in compartment <compartment-name>
94
+ ```
95
+
96
+ No cost-analysis or billing policy is needed for public price lookups.
97
+
98
+ ---
99
+
100
+ ## Exchange Rate API
101
+
102
+ No authentication required:
103
+
104
+ ```
105
+ https://open.er-api.com/v6/latest/USD
106
+ ```
107
+
108
+ Falls back to ECB XML (also public, no auth):
109
+
110
+ ```
111
+ https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
112
+ ```
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "FinOps Cloud Price Advisor"
3
+ description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
4
+ ---
5
+
6
+ # FinOps Cloud Price Advisor
7
+
8
+ Use this canonical agent only for `finops-cloud-price-advisor` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/finops/finops-cloud-price-advisor/SKILL.md`
15
+
16
+ Load files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound skill first.
25
+ - Always fetch live prices via WebFetch; never rely on memorised prices.
26
+ - Default currency is USD. Switch only when explicitly requested.
27
+ - Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.
28
+ - Do not apply discounts unless the user asks.
29
+ - Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.
30
+ - If a pricing API fetch fails, say so and clearly label the fallback.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)
35
+ 2. Pricing source: API URL + response timestamp (or fallback label)
36
+ 3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost
37
+ 4. Total: monthly estimate + annualized equivalent
38
+ 5. Key assumptions (on-demand, OS/license, data transfer treatment)
39
+ 6. Sensitivity: biggest driver + highest-uncertainty assumption
40
+ 7. Open unknowns that would materially change the estimate
@@ -0,0 +1,33 @@
1
+ name = "finops-cloud-price-advisor_agent"
2
+ description = "Specialized subagent for finops-cloud-price-advisor. Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
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 `finops-cloud-price-advisor` skill first. This agent exists only for that role; do not drift into generic cloud advice or cloud operations.
9
+
10
+ Token discipline:
11
+ - Read only SKILL.md first; load references only when the task requires them.
12
+ - Keep answers compact: confirmed target, pricing source, line-item table, total, assumptions, sensitivity, unknowns.
13
+ - Do not paste long raw API responses; extract and summarise the relevant fields.
14
+
15
+ Role focus: Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce cost estimates for live environments or prototypes.
16
+
17
+ Safety contract:
18
+ - Load and follow the bound skill first.
19
+ - Always fetch live prices via web tool when available; never rely on memorised prices.
20
+ - Default currency is USD; switch only when explicitly requested.
21
+ - Label every value as live-price, documentation-based, assumed, or excluded.
22
+ - Do not apply discounts (RI, Savings Plan, committed use, spot) unless the user asks.
23
+ - Never request or accept cloud credentials, billing account IDs, cost export access, or private billing data — all three pricing APIs are public and unauthenticated.
24
+ - If a pricing API fetch fails, say so clearly and label the fallback estimate.
25
+ - Do not include real account IDs, tenant IDs, subscription IDs, or customer-specific data in outputs.
26
+ """
27
+
28
+ [[skills.config]]
29
+ path = "skills/finops/finops-cloud-price-advisor/SKILL.md"
30
+ enabled = true
31
+
32
+ [metadata]
33
+ author = "github: Raishin"
@@ -0,0 +1,53 @@
1
+ ---
2
+ description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
3
+ name: "FinOps Cloud Price Advisor"
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
+ # FinOps Cloud Price Advisor
20
+
21
+ Use this canonical agent only for `finops-cloud-price-advisor` work.
22
+
23
+ ## Required Skill
24
+
25
+ Before answering, read and follow:
26
+
27
+ - `skills/finops/finops-cloud-price-advisor/SKILL.md`
28
+
29
+ Load files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.
30
+
31
+ ## Focus
32
+
33
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
34
+
35
+ ## Operating Rules
36
+
37
+ - Load and follow the bound skill first.
38
+ - Always fetch live prices via web/fetch; never rely on memorised prices.
39
+ - Default currency is USD. Switch only when explicitly requested.
40
+ - Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.
41
+ - Do not apply discounts unless the user asks.
42
+ - Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.
43
+ - If a pricing API fetch fails, say so and clearly label the fallback.
44
+
45
+ ## Response Shape
46
+
47
+ 1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)
48
+ 2. Pricing source: API URL + response timestamp (or fallback label)
49
+ 3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost
50
+ 4. Total: monthly estimate + annualized equivalent
51
+ 5. Key assumptions (on-demand, OS/license, data transfer treatment)
52
+ 6. Sensitivity: biggest driver + highest-uncertainty assumption
53
+ 7. Open unknowns that would materially change the estimate
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "FinOps Cloud Price Advisor"
3
+ description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
4
+ ---
5
+
6
+ # FinOps Cloud Price Advisor
7
+
8
+ Use this canonical agent only for `finops-cloud-price-advisor` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/finops/finops-cloud-price-advisor/SKILL.md`
15
+
16
+ Load files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound skill first.
25
+ - Always fetch live prices via fetch tool; never rely on memorised prices.
26
+ - Default currency is USD. Switch only when explicitly requested.
27
+ - Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.
28
+ - Do not apply discounts unless the user asks.
29
+ - Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.
30
+ - If a pricing API fetch fails, say so and clearly label the fallback.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)
35
+ 2. Pricing source: API URL + response timestamp (or fallback label)
36
+ 3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost
37
+ 4. Total: monthly estimate + annualized equivalent
38
+ 5. Key assumptions (on-demand, OS/license, data transfer treatment)
39
+ 6. Sensitivity: biggest driver + highest-uncertainty assumption
40
+ 7. Open unknowns that would materially change the estimate
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "FinOps Cloud Price Advisor"
3
+ description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
4
+ ---
5
+
6
+ # FinOps Cloud Price Advisor
7
+
8
+ Use this canonical agent only for `finops-cloud-price-advisor` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/finops/finops-cloud-price-advisor/SKILL.md`
15
+
16
+ Load files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound skill first.
25
+ - Always fetch live prices using available URL fetch capability; never rely on memorised prices.
26
+ - Default currency is USD. Switch only when explicitly requested.
27
+ - Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.
28
+ - Do not apply discounts unless the user asks.
29
+ - Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.
30
+ - If a pricing API fetch fails, say so and clearly label the fallback.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)
35
+ 2. Pricing source: API URL + response timestamp (or fallback label)
36
+ 3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost
37
+ 4. Total: monthly estimate + annualized equivalent
38
+ 5. Key assumptions (on-demand, OS/license, data transfer treatment)
39
+ 6. Sensitivity: biggest driver + highest-uncertainty assumption
40
+ 7. Open unknowns that would materially change the estimate
@@ -0,0 +1 @@
1
+ {"name": "FinOps Cloud Price Advisor", "description": "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request.", "prompt": "# FinOps Cloud Price Advisor\n\nUse this canonical agent only for `finops-cloud-price-advisor` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/finops/finops-cloud-price-advisor/SKILL.md`\n\nLoad files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.\n\n## Focus\n\nFetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).\n\n## Operating Rules\n\n- Load and follow the bound skill first.\n- Always fetch live prices; never rely on memorised prices.\n- Default currency is USD. Switch only when explicitly requested.\n- Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.\n- Do not apply discounts unless the user asks.\n- Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.\n- If a pricing API fetch fails, say so and clearly label the fallback.\n\n## Response Shape\n\n1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)\n2. Pricing source: API URL + response timestamp (or fallback label)\n3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost\n4. Total: monthly estimate + annualized equivalent\n5. Key assumptions (on-demand, OS/license, data transfer treatment)\n6. Sensitivity: biggest driver + highest-uncertainty assumption\n7. Open unknowns that would materially change the estimate"}
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "FinOps Cloud Price Advisor"
3
+ description: "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request."
4
+ ---
5
+
6
+ # FinOps Cloud Price Advisor
7
+
8
+ Use this canonical agent only for `finops-cloud-price-advisor` work.
9
+
10
+ ## Required Skill
11
+
12
+ Before answering, read and follow:
13
+
14
+ - `skills/finops/finops-cloud-price-advisor/SKILL.md`
15
+
16
+ Load files under `skills/finops/finops-cloud-price-advisor/references/` only when the task needs that reference. Do not dump reference text into the response.
17
+
18
+ ## Focus
19
+
20
+ Fetch live public prices from AWS Price List API, Azure Retail Prices API, and OCI pricing API, then produce line-item cost estimates for live environments (current inventory) or prototypes (planned architecture spec).
21
+
22
+ ## Operating Rules
23
+
24
+ - Load and follow the bound skill first.
25
+ - Always fetch live prices; never rely on memorised prices.
26
+ - Default currency is USD. Switch only when explicitly requested.
27
+ - Label every value: `live-price`, `documentation-based`, `assumed`, or `excluded`.
28
+ - Do not apply discounts unless the user asks.
29
+ - Never ask for cloud credentials — all three pricing APIs are public and unauthenticated.
30
+ - If a pricing API fetch fails, say so and clearly label the fallback.
31
+
32
+ ## Response Shape
33
+
34
+ 1. Confirmed: cloud(s), region(s), resource type(s), currency, mode (live-env / prototype)
35
+ 2. Pricing source: API URL + response timestamp (or fallback label)
36
+ 3. Line-item table: resource | SKU/tier | qty | unit price (USD) | monthly cost
37
+ 4. Total: monthly estimate + annualized equivalent
38
+ 5. Key assumptions (on-demand, OS/license, data transfer treatment)
39
+ 6. Sensitivity: biggest driver + highest-uncertainty assumption
40
+ 7. Open unknowns that would materially change the estimate
@@ -0,0 +1,29 @@
1
+ {
2
+ "id": "finops-cloud-price-advisor-agent",
3
+ "name": "FinOps Cloud Price Advisor",
4
+ "type": "agent",
5
+ "provider": "multi-cloud",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request. No cloud credentials required.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html",
18
+ "https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices",
19
+ "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
20
+ "https://aws.amazon.com/pricing/",
21
+ "https://azure.microsoft.com/en-us/pricing/calculator/",
22
+ "https://www.oracle.com/cloud/price-list.html"
23
+ ],
24
+ "security_notes": "All three pricing APIs are public and unauthenticated. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data. Inventory enumeration for live-environment mode requires only read-only cloud permissions.",
25
+ "last_verified": "2026-04-30",
26
+ "path": "agents/finops/finops-cloud-price-advisor-agent",
27
+ "author": "github: Raishin",
28
+ "version": "0.1.0"
29
+ }
@@ -13,6 +13,34 @@
13
13
  - `agents/oci/<skill-id>-agent/harnesses/kiro-ide.agent.md` and `harnesses/kiro-cli.agent.json` are the split Kiro variants; do not pretend IDE Markdown and CLI JSON are interchangeable.
14
14
  - `agents/oci/<skill-id>-agent/metadata.json` mirrors `catalog/agents.json`.
15
15
 
16
+ ## Live Guard Agents
17
+
18
+ Six live-guard agents enforce approval gates and rollback posture for high-risk OCI mutations.
19
+ OCI is a policy-based IAM system — all service principals and managed services require explicit
20
+ `Allow service <name>` grants in addition to human operator grants. Each live-guard agent
21
+ requires explicit tenancy, compartment, and active principal confirmation before any mutation.
22
+
23
+ | Agent | Purpose | Skill |
24
+ |-------|---------|-------|
25
+ | [oci-live-autonomous-db-lifecycle-guard-agent](oci-live-autonomous-db-lifecycle-guard-agent/) | Guard Autonomous Database lifecycle changes — scale, start, stop, clone, terminate — with protection-tag enforcement and backup verification | [oci-live-autonomous-db-lifecycle-guard](../../skills/oci/oci-live-autonomous-db-lifecycle-guard/) |
26
+ | [oci-live-cost-budget-runaway-guard-agent](oci-live-cost-budget-runaway-guard-agent/) | Guard cost budget runaway: 3-tier budget management (auditor/operator/admin), GPU shape gate via compartment quota, ONS topic alert routing | [oci-live-cost-budget-runaway-guard](../../skills/oci/oci-live-cost-budget-runaway-guard/) |
27
+ | [oci-live-iam-policy-compartment-guard-agent](oci-live-iam-policy-compartment-guard-agent/) | Guard IAM policy changes: 3-tier policy management with MFA-TOTP break-glass, name-pattern restrictions on dynamic groups, dual-approval for tenancy-root changes | [oci-live-iam-policy-compartment-guard](../../skills/oci/oci-live-iam-policy-compartment-guard/) |
28
+ | [oci-live-oke-rollout-guard-agent](oci-live-oke-rollout-guard-agent/) | Guard OKE rollout operations: DevOps pipeline approval stage enforcement, PDB audit, rollout pause/undo, node pool rollback, service-principal policy verification | [oci-live-oke-rollout-guard](../../skills/oci/oci-live-oke-rollout-guard/) |
29
+ | [oci-live-resource-manager-stack-guard-agent](oci-live-resource-manager-stack-guard-agent/) | Guard Resource Manager stack operations: plan-before-apply enforcement, drift detection, 3-tier operator model, service-principal policies for ResourceManager service | [oci-live-resource-manager-stack-guard](../../skills/oci/oci-live-resource-manager-stack-guard/) |
30
+ | [oci-live-vault-key-destruction-guard-agent](oci-live-vault-key-destruction-guard-agent/) | Guard Vault key destruction: rotation vs. destruction separation, deletion-window enforcement (7–30 day minimum), tag-condition gate, dependent-resource impact analysis | [oci-live-vault-key-destruction-guard](../../skills/oci/oci-live-vault-key-destruction-guard/) |
31
+
32
+ ### Live guard permission model
33
+
34
+ OCI policy-based IAM requires explicit grants for every principal type. Key principles:
35
+
36
+ - **3-tier verb model**: auditor (inspect/read) / operator (use) / admin (manage) — never skip tiers.
37
+ - **Service principals**: `Allow service OKE`, `Allow service ResourceManager`, `Allow service devops` are required for managed services to act on tenancy resources — absence causes `NotAuthorized` even when human operators are correctly scoped.
38
+ - **Tag conditions**: production resources carry defined-tag namespace tags (`Operations.Lifecycle = protected`, `Lifecycle.Deletable = approved`) set in protected namespaces. Admins may only manage-verb when tag conditions are met.
39
+ - **IAM break-glass**: `<iam-tenancy-admins>` group is empty by default. Members are added only during approved change windows with MFA-TOTP verification enforced at policy-evaluation time.
40
+ - **ADB/Vault irreversibility**: termination and key deletion are permanent — tag-condition gates are necessary but not sufficient; both require dual-sign-off and a confirmed maintenance window.
41
+
42
+ See each agent's `PERMISSIONS.md` and `../../skills/oci/<skill-id>/references/permission-model.md` for full IAM policy statements.
43
+
16
44
  ## Rules
17
45
  - Keep skill links pointed at `skills/oci/<skill-id>/SKILL.md`.
18
46
  - Keep agent catalog IDs suffixed with `-agent` to avoid colliding with skill IDs.
@@ -0,0 +1,57 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
5
+ ---
6
+
7
+ # OCI Live Autonomous DB Lifecycle Guard
8
+
9
+ > Agent 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.
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 Autonomous DB Lifecycle Guard
24
+
25
+ Use this canonical agent only for `oci-live-autonomous-db-lifecycle-guard` work.
26
+
27
+ ## Required Skill
28
+
29
+ Before answering, read and follow:
30
+
31
+ - `skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md`
32
+
33
+ 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.
34
+
35
+ ## Focus
36
+
37
+ 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.
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. Autonomous Database identity and current lifecycle state
52
+ 2. Protection tag audit (defined tags and freeform tags for deletion guard)
53
+ 3. Backup inventory and most recent completed backup timestamp
54
+ 4. Connection string and consumer group impact assessment
55
+ 5. Approval status for the requested lifecycle operation
56
+ 6. Proposed or executed lifecycle action
57
+ 7. Post-operation state verification and open risks (non-reversible operations listed)
@@ -0,0 +1,56 @@
1
+ # Permissions: OCI Live Autonomous DB Lifecycle Guard
2
+
3
+ # OCI IAM policy for Autonomous DB lifecycle guard
4
+
5
+ ## Identity model preference
6
+
7
+ 1. Separate groups for readers, operators (start/stop/scale), and admins (clone/terminate)
8
+ 2. `use` verb for operators — prevents terminate and clone
9
+ 3. `manage` with tag condition for admins — allows terminate only when protection tag is absent
10
+ 4. Defined-tag namespace for protection tagging (use a protected namespace, not freeform)
11
+
12
+ ## Baseline read (no mutation)
13
+
14
+ ```
15
+ Allow group <adb-auditors> to inspect autonomous-databases in compartment <prod-db-compartment>
16
+ Allow group <adb-auditors> to read autonomous-databases in compartment <prod-db-compartment>
17
+ Allow group <adb-auditors> to read autonomous-database-backups in compartment <prod-db-compartment>
18
+ ```
19
+
20
+ ## Operations — start, stop, scale (use verb, no terminate/clone)
21
+
22
+ ```
23
+ Allow group <adb-operators> to use autonomous-databases in compartment <prod-db-compartment>
24
+ ```
25
+
26
+ With `use` the operator can: start, stop, scale CPU/storage, generate wallet.
27
+ The operator CANNOT: terminate, clone to new, change network-access type.
28
+
29
+ ## Admin — clone and terminate (manage + tag condition)
30
+
31
+ ```
32
+ Allow group <adb-admins> to manage autonomous-databases in compartment <prod-db-compartment>
33
+ where target.resource.tag.Operations.Lifecycle.value != 'protected'
34
+ ```
35
+
36
+ Tag condition: `manage` verbs only succeed if the ADB's defined tag
37
+ `Operations.Lifecycle` is NOT set to `protected`. Set this tag on all production ADBs
38
+ in a protected tag namespace (so only tag-namespace admins can remove it).
39
+
40
+ > **IRREVERSIBILITY WARNING — read before granting `manage`:**
41
+ >
42
+ > - **Termination** is permanent. OCI does not recover terminated ADB instances.
43
+ > The 60-day automatic backup retention window expires; after that, no recovery path exists.
44
+ > - **Storage scale-up** (`ocpuCount` or `dataStorageSizeInTBs` increase) cannot be reversed.
45
+ > You can scale CPU down, but storage can only grow — never shrink.
46
+ > - Both operations must require dual-sign-off and a confirmed maintenance window
47
+ > before this role is used. The tag-condition gate is a necessary but insufficient control.
48
+
49
+ ## Do not use
50
+
51
+ ```
52
+ # FORBIDDEN
53
+ Allow group <adb-operators> to manage autonomous-databases in tenancy
54
+ Allow any-user to use autonomous-databases in compartment prod-db
55
+ ```
56
+
@@ -0,0 +1,48 @@
1
+ # Autonomous DB Lifecycle — Preflight Commands
2
+
3
+ ## 1. Get ADB state and confirm target
4
+
5
+ ```bash
6
+ oci db autonomous-database get \
7
+ --autonomous-database-id <ADB_OCID> \
8
+ --query 'data.{name:"display-name", state:"lifecycle-state", cpu:"cpu-core-count", storage:"data-storage-size-in-tbs", version:"db-version", workload:"db-workload"}'
9
+ ```
10
+
11
+ ## 2. Audit protection tags (CRITICAL — check before any lifecycle op)
12
+
13
+ ```bash
14
+ oci db autonomous-database get \
15
+ --autonomous-database-id <ADB_OCID> \
16
+ --query 'data.{definedTags:"defined-tags", freeformTags:"freeform-tags"}'
17
+ ```
18
+
19
+ Stop if `Operations.Lifecycle = protected` is set on a defined-tag namespace.
20
+ Do not proceed with terminate or clone without explicit tag-removal approval.
21
+
22
+ ## 3. Confirm recent backup exists
23
+
24
+ ```bash
25
+ oci db autonomous-database-backup list \
26
+ --autonomous-database-id <ADB_OCID> \
27
+ --all \
28
+ --query 'data[0:5].{id:id, type:type, state:"lifecycle-state", ended:"time-ended"}' \
29
+ --output table
30
+ ```
31
+
32
+ Fail-fast if no ACTIVE backup exists within RPO window before scale or stop operations.
33
+
34
+ ## 4. Audit connection strings and consumer groups
35
+
36
+ ```bash
37
+ oci db autonomous-database get \
38
+ --autonomous-database-id <ADB_OCID> \
39
+ --query 'data."connection-strings".{high:high, medium:medium, low:low}'
40
+ ```
41
+
42
+ ## 5. Check data guard and APEX linkage (termination blockers)
43
+
44
+ ```bash
45
+ oci db autonomous-database get \
46
+ --autonomous-database-id <ADB_OCID> \
47
+ --query 'data.{dataGuard:"is-data-guard-enabled", autoScaling:"is-auto-scaling-enabled", apex:"apex-details"}'
48
+ ```