@raishin/vanguard-frontier-agentic 2.7.1 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2104) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/.claude-plugin/plugin.json +23 -1
  3. package/.cursor-plugin/plugin.json +23 -1
  4. package/.github/plugin/marketplace.json +1 -1
  5. package/README.md +13 -12
  6. package/agents/accounting/AGENTS.md +33 -0
  7. package/agents/accounting/README.md +30 -0
  8. package/agents/accounting/accounting-business-combinations-advisor-agent/AGENT.md +70 -0
  9. package/agents/accounting/accounting-business-combinations-advisor-agent/PERMISSIONS.md +22 -0
  10. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/claude-code.agent.md +32 -0
  11. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/codex.toml +32 -0
  12. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/copilot.agent.md +29 -0
  13. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/cursor.agent.md +32 -0
  14. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/gemini.agent.md +32 -0
  15. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  16. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  17. package/agents/accounting/accounting-business-combinations-advisor-agent/metadata.json +40 -0
  18. package/agents/accounting/accounting-close-cycle-advisor-agent/AGENT.md +70 -0
  19. package/agents/accounting/accounting-close-cycle-advisor-agent/PERMISSIONS.md +21 -0
  20. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/claude-code.agent.md +31 -0
  21. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/codex.toml +32 -0
  22. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/copilot.agent.md +29 -0
  23. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/cursor.agent.md +31 -0
  24. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/gemini.agent.md +31 -0
  25. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  26. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  27. package/agents/accounting/accounting-close-cycle-advisor-agent/metadata.json +44 -0
  28. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/AGENT.md +70 -0
  29. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/PERMISSIONS.md +21 -0
  30. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/claude-code.agent.md +31 -0
  31. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/codex.toml +32 -0
  32. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/copilot.agent.md +29 -0
  33. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/cursor.agent.md +31 -0
  34. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/gemini.agent.md +31 -0
  35. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  36. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  37. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/metadata.json +43 -0
  38. package/agents/accounting/accounting-equity-compensation-advisor-agent/AGENT.md +70 -0
  39. package/agents/accounting/accounting-equity-compensation-advisor-agent/PERMISSIONS.md +22 -0
  40. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/claude-code.agent.md +32 -0
  41. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/codex.toml +32 -0
  42. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/copilot.agent.md +29 -0
  43. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/cursor.agent.md +32 -0
  44. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/gemini.agent.md +32 -0
  45. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  46. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  47. package/agents/accounting/accounting-equity-compensation-advisor-agent/metadata.json +40 -0
  48. package/agents/accounting/accounting-fixed-assets-advisor-agent/AGENT.md +71 -0
  49. package/agents/accounting/accounting-fixed-assets-advisor-agent/PERMISSIONS.md +21 -0
  50. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/claude-code.agent.md +33 -0
  51. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/codex.toml +34 -0
  52. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/copilot.agent.md +29 -0
  53. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/cursor.agent.md +33 -0
  54. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/gemini.agent.md +33 -0
  55. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  56. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/kiro-ide.agent.md +26 -0
  57. package/agents/accounting/accounting-fixed-assets-advisor-agent/metadata.json +41 -0
  58. package/agents/accounting/accounting-fx-translation-advisor-agent/AGENT.md +72 -0
  59. package/agents/accounting/accounting-fx-translation-advisor-agent/PERMISSIONS.md +22 -0
  60. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/claude-code.agent.md +32 -0
  61. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/codex.toml +34 -0
  62. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/copilot.agent.md +29 -0
  63. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/cursor.agent.md +32 -0
  64. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/gemini.agent.md +32 -0
  65. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  66. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  67. package/agents/accounting/accounting-fx-translation-advisor-agent/metadata.json +43 -0
  68. package/agents/accounting/accounting-hedge-accounting-advisor-agent/AGENT.md +70 -0
  69. package/agents/accounting/accounting-hedge-accounting-advisor-agent/PERMISSIONS.md +21 -0
  70. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/claude-code.agent.md +31 -0
  71. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/codex.toml +32 -0
  72. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/copilot.agent.md +29 -0
  73. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/cursor.agent.md +31 -0
  74. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/gemini.agent.md +31 -0
  75. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  76. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  77. package/agents/accounting/accounting-hedge-accounting-advisor-agent/metadata.json +42 -0
  78. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/AGENT.md +70 -0
  79. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/PERMISSIONS.md +20 -0
  80. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/claude-code.agent.md +31 -0
  81. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/codex.toml +32 -0
  82. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/copilot.agent.md +29 -0
  83. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/cursor.agent.md +31 -0
  84. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/gemini.agent.md +31 -0
  85. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  86. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  87. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/metadata.json +43 -0
  88. package/agents/accounting/accounting-lease-accounting-advisor-agent/AGENT.md +70 -0
  89. package/agents/accounting/accounting-lease-accounting-advisor-agent/PERMISSIONS.md +23 -0
  90. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/claude-code.agent.md +31 -0
  91. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/codex.toml +32 -0
  92. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/copilot.agent.md +29 -0
  93. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/cursor.agent.md +31 -0
  94. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/gemini.agent.md +31 -0
  95. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  96. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  97. package/agents/accounting/accounting-lease-accounting-advisor-agent/metadata.json +42 -0
  98. package/agents/accounting/accounting-maestro-agent/AGENT.md +60 -0
  99. package/agents/accounting/accounting-maestro-agent/PERMISSIONS.md +20 -0
  100. package/agents/accounting/accounting-maestro-agent/harnesses/claude-code.agent.md +36 -0
  101. package/agents/accounting/accounting-maestro-agent/harnesses/codex.toml +34 -0
  102. package/agents/accounting/accounting-maestro-agent/harnesses/copilot.agent.md +31 -0
  103. package/agents/accounting/accounting-maestro-agent/harnesses/cursor.agent.md +29 -0
  104. package/agents/accounting/accounting-maestro-agent/harnesses/gemini.agent.md +29 -0
  105. package/agents/accounting/accounting-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  106. package/agents/accounting/accounting-maestro-agent/harnesses/kiro-ide.agent.md +29 -0
  107. package/agents/accounting/accounting-maestro-agent/metadata.json +41 -0
  108. package/agents/accounting/accounting-payroll-advisor-agent/AGENT.md +69 -0
  109. package/agents/accounting/accounting-payroll-advisor-agent/PERMISSIONS.md +23 -0
  110. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/claude-code.agent.md +32 -0
  111. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/codex.toml +33 -0
  112. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/copilot.agent.md +29 -0
  113. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/cursor.agent.md +32 -0
  114. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/gemini.agent.md +32 -0
  115. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  116. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  117. package/agents/accounting/accounting-payroll-advisor-agent/metadata.json +43 -0
  118. package/agents/accounting/accounting-procure-to-pay-advisor-agent/AGENT.md +70 -0
  119. package/agents/accounting/accounting-procure-to-pay-advisor-agent/PERMISSIONS.md +22 -0
  120. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/claude-code.agent.md +32 -0
  121. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/codex.toml +32 -0
  122. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/copilot.agent.md +29 -0
  123. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/cursor.agent.md +32 -0
  124. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/gemini.agent.md +32 -0
  125. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  126. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  127. package/agents/accounting/accounting-procure-to-pay-advisor-agent/metadata.json +40 -0
  128. package/agents/accounting/accounting-revenue-recognition-advisor-agent/AGENT.md +71 -0
  129. package/agents/accounting/accounting-revenue-recognition-advisor-agent/PERMISSIONS.md +21 -0
  130. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/claude-code.agent.md +39 -0
  131. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/codex.toml +35 -0
  132. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/copilot.agent.md +34 -0
  133. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/cursor.agent.md +29 -0
  134. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/gemini.agent.md +29 -0
  135. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  136. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/kiro-ide.agent.md +29 -0
  137. package/agents/accounting/accounting-revenue-recognition-advisor-agent/metadata.json +44 -0
  138. package/agents/accounting/accounting-tax-provision-advisor-agent/AGENT.md +72 -0
  139. package/agents/accounting/accounting-tax-provision-advisor-agent/PERMISSIONS.md +21 -0
  140. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/claude-code.agent.md +32 -0
  141. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/codex.toml +33 -0
  142. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/copilot.agent.md +29 -0
  143. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/cursor.agent.md +32 -0
  144. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/gemini.agent.md +32 -0
  145. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  146. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  147. package/agents/accounting/accounting-tax-provision-advisor-agent/metadata.json +44 -0
  148. package/agents/azure/azure-ai-foundry-ops-governor-agent/AGENT.md +19 -11
  149. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/claude-code.agent.md +8 -10
  150. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/codex.toml +2 -2
  151. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/copilot.agent.md +8 -10
  152. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/cursor.agent.md +8 -10
  153. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/gemini.agent.md +8 -10
  154. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  155. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/kiro-ide.agent.md +8 -10
  156. package/agents/azure/azure-ai-foundry-ops-governor-agent/metadata.json +8 -16
  157. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/ai-foundry-ops-agent-operations.md +69 -0
  158. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/mcp-and-evidence.md +22 -0
  159. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/official-sources.md +21 -0
  160. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/safety-checklist.md +25 -0
  161. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/workflow-and-output.md +23 -0
  162. package/agents/azure/azure-aks-platform-operator-agent/AGENT.md +17 -9
  163. package/agents/azure/azure-aks-platform-operator-agent/harnesses/claude-code.agent.md +6 -8
  164. package/agents/azure/azure-aks-platform-operator-agent/harnesses/codex.toml +1 -1
  165. package/agents/azure/azure-aks-platform-operator-agent/harnesses/copilot.agent.md +6 -8
  166. package/agents/azure/azure-aks-platform-operator-agent/harnesses/cursor.agent.md +6 -8
  167. package/agents/azure/azure-aks-platform-operator-agent/harnesses/gemini.agent.md +6 -8
  168. package/agents/azure/azure-aks-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  169. package/agents/azure/azure-aks-platform-operator-agent/harnesses/kiro-ide.agent.md +6 -8
  170. package/agents/azure/azure-aks-platform-operator-agent/metadata.json +7 -12
  171. package/agents/azure/azure-aks-platform-operator-agent/references/aks-platform-agent-operations.md +69 -0
  172. package/agents/azure/azure-aks-platform-operator-agent/references/mcp-and-evidence.md +22 -0
  173. package/agents/azure/azure-aks-platform-operator-agent/references/official-sources.md +22 -0
  174. package/agents/azure/azure-aks-platform-operator-agent/references/safety-checklist.md +25 -0
  175. package/agents/azure/azure-aks-platform-operator-agent/references/workflow-and-output.md +23 -0
  176. package/agents/azure/azure-app-service-production-readiness-agent/AGENT.md +17 -9
  177. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/claude-code.agent.md +6 -8
  178. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/codex.toml +1 -1
  179. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/copilot.agent.md +6 -8
  180. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/cursor.agent.md +6 -8
  181. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/gemini.agent.md +6 -8
  182. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/kiro-cli.agent.json +1 -1
  183. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/kiro-ide.agent.md +6 -8
  184. package/agents/azure/azure-app-service-production-readiness-agent/metadata.json +8 -21
  185. package/agents/azure/azure-app-service-production-readiness-agent/references/app-service-production-agent-operations.md +69 -0
  186. package/agents/azure/azure-app-service-production-readiness-agent/references/mcp-and-evidence.md +22 -0
  187. package/agents/azure/azure-app-service-production-readiness-agent/references/official-sources.md +23 -0
  188. package/agents/azure/azure-app-service-production-readiness-agent/references/safety-checklist.md +25 -0
  189. package/agents/azure/azure-app-service-production-readiness-agent/references/workflow-and-output.md +23 -0
  190. package/agents/azure/azure-cosmosdb-application-developer-agent/AGENT.md +17 -9
  191. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/claude-code.agent.md +6 -8
  192. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/codex.toml +1 -1
  193. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/copilot.agent.md +6 -8
  194. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/cursor.agent.md +6 -8
  195. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/gemini.agent.md +6 -8
  196. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/kiro-cli.agent.json +1 -1
  197. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/kiro-ide.agent.md +6 -8
  198. package/agents/azure/azure-cosmosdb-application-developer-agent/metadata.json +7 -14
  199. package/agents/azure/azure-cosmosdb-application-developer-agent/references/cosmosdb-application-agent-operations.md +69 -0
  200. package/agents/azure/azure-cosmosdb-application-developer-agent/references/mcp-and-evidence.md +22 -0
  201. package/agents/azure/azure-cosmosdb-application-developer-agent/references/official-sources.md +22 -0
  202. package/agents/azure/azure-cosmosdb-application-developer-agent/references/safety-checklist.md +25 -0
  203. package/agents/azure/azure-cosmosdb-application-developer-agent/references/workflow-and-output.md +23 -0
  204. package/agents/azure/azure-cosmosdb-performance-investigator-agent/AGENT.md +17 -9
  205. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/claude-code.agent.md +6 -8
  206. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/codex.toml +1 -1
  207. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/copilot.agent.md +6 -8
  208. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/cursor.agent.md +6 -8
  209. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/gemini.agent.md +6 -8
  210. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/kiro-cli.agent.json +1 -1
  211. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/kiro-ide.agent.md +6 -8
  212. package/agents/azure/azure-cosmosdb-performance-investigator-agent/metadata.json +8 -13
  213. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/cosmosdb-performance-agent-operations.md +69 -0
  214. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/mcp-and-evidence.md +22 -0
  215. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/official-sources.md +22 -0
  216. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/safety-checklist.md +25 -0
  217. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/workflow-and-output.md +23 -0
  218. package/agents/azure/azure-cosmosdb-platform-operator-agent/AGENT.md +19 -11
  219. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/claude-code.agent.md +7 -9
  220. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/codex.toml +2 -2
  221. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/copilot.agent.md +7 -9
  222. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/cursor.agent.md +7 -9
  223. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/gemini.agent.md +7 -9
  224. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  225. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/kiro-ide.agent.md +7 -9
  226. package/agents/azure/azure-cosmosdb-platform-operator-agent/metadata.json +12 -14
  227. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/cosmosdb-platform-agent-operations.md +65 -0
  228. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/mcp-and-evidence.md +22 -0
  229. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/official-sources.md +31 -0
  230. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/safety-checklist.md +26 -0
  231. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/workflow-and-output.md +40 -0
  232. package/agents/azure/azure-cost-estimation-review-agent/AGENT.md +19 -11
  233. package/agents/azure/azure-cost-estimation-review-agent/harnesses/claude-code.agent.md +7 -9
  234. package/agents/azure/azure-cost-estimation-review-agent/harnesses/codex.toml +2 -2
  235. package/agents/azure/azure-cost-estimation-review-agent/harnesses/copilot.agent.md +7 -9
  236. package/agents/azure/azure-cost-estimation-review-agent/harnesses/cursor.agent.md +7 -9
  237. package/agents/azure/azure-cost-estimation-review-agent/harnesses/gemini.agent.md +7 -9
  238. package/agents/azure/azure-cost-estimation-review-agent/harnesses/kiro-cli.agent.json +1 -1
  239. package/agents/azure/azure-cost-estimation-review-agent/harnesses/kiro-ide.agent.md +7 -9
  240. package/agents/azure/azure-cost-estimation-review-agent/metadata.json +10 -13
  241. package/agents/azure/azure-cost-estimation-review-agent/references/cost-estimation-agent-operations.md +63 -0
  242. package/agents/azure/azure-cost-estimation-review-agent/references/mcp-and-evidence.md +22 -0
  243. package/agents/azure/azure-cost-estimation-review-agent/references/official-sources.md +29 -0
  244. package/agents/azure/azure-cost-estimation-review-agent/references/safety-checklist.md +26 -0
  245. package/agents/azure/azure-cost-estimation-review-agent/references/workflow-and-output.md +40 -0
  246. package/agents/azure/azure-cost-optimization-governor-agent/AGENT.md +19 -11
  247. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/claude-code.agent.md +7 -9
  248. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/codex.toml +2 -2
  249. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/copilot.agent.md +7 -9
  250. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/cursor.agent.md +7 -9
  251. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/gemini.agent.md +7 -9
  252. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  253. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/kiro-ide.agent.md +7 -9
  254. package/agents/azure/azure-cost-optimization-governor-agent/metadata.json +11 -15
  255. package/agents/azure/azure-cost-optimization-governor-agent/references/cost-optimization-agent-operations.md +64 -0
  256. package/agents/azure/azure-cost-optimization-governor-agent/references/mcp-and-evidence.md +22 -0
  257. package/agents/azure/azure-cost-optimization-governor-agent/references/official-sources.md +30 -0
  258. package/agents/azure/azure-cost-optimization-governor-agent/references/safety-checklist.md +26 -0
  259. package/agents/azure/azure-cost-optimization-governor-agent/references/workflow-and-output.md +40 -0
  260. package/agents/azure/azure-entra-id-specialist-agent/AGENT.md +19 -13
  261. package/agents/azure/azure-entra-id-specialist-agent/harnesses/claude-code.agent.md +7 -11
  262. package/agents/azure/azure-entra-id-specialist-agent/harnesses/codex.toml +2 -2
  263. package/agents/azure/azure-entra-id-specialist-agent/harnesses/copilot.agent.md +7 -11
  264. package/agents/azure/azure-entra-id-specialist-agent/harnesses/cursor.agent.md +7 -11
  265. package/agents/azure/azure-entra-id-specialist-agent/harnesses/gemini.agent.md +7 -11
  266. package/agents/azure/azure-entra-id-specialist-agent/harnesses/kiro-cli.agent.json +1 -1
  267. package/agents/azure/azure-entra-id-specialist-agent/harnesses/kiro-ide.agent.md +7 -11
  268. package/agents/azure/azure-entra-id-specialist-agent/metadata.json +12 -14
  269. package/agents/azure/azure-entra-id-specialist-agent/references/entra-id-specialist-agent-operations.md +65 -0
  270. package/agents/azure/azure-entra-id-specialist-agent/references/mcp-and-evidence.md +22 -0
  271. package/agents/azure/azure-entra-id-specialist-agent/references/official-sources.md +31 -0
  272. package/agents/azure/azure-entra-id-specialist-agent/references/safety-checklist.md +26 -0
  273. package/agents/azure/azure-entra-id-specialist-agent/references/workflow-and-output.md +40 -0
  274. package/agents/azure/azure-governance-policy-guardrails-agent/AGENT.md +19 -11
  275. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/claude-code.agent.md +7 -9
  276. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/codex.toml +2 -2
  277. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/copilot.agent.md +7 -9
  278. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/cursor.agent.md +7 -9
  279. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/gemini.agent.md +7 -9
  280. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/kiro-cli.agent.json +1 -1
  281. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/kiro-ide.agent.md +7 -9
  282. package/agents/azure/azure-governance-policy-guardrails-agent/metadata.json +11 -16
  283. package/agents/azure/azure-governance-policy-guardrails-agent/references/mcp-and-evidence.md +22 -0
  284. package/agents/azure/azure-governance-policy-guardrails-agent/references/official-sources.md +30 -0
  285. package/agents/azure/azure-governance-policy-guardrails-agent/references/policy-guardrails-agent-operations.md +66 -0
  286. package/agents/azure/azure-governance-policy-guardrails-agent/references/safety-checklist.md +26 -0
  287. package/agents/azure/azure-governance-policy-guardrails-agent/references/workflow-and-output.md +40 -0
  288. package/agents/azure/azure-identity-governance-review-agent/AGENT.md +19 -11
  289. package/agents/azure/azure-identity-governance-review-agent/harnesses/claude-code.agent.md +35 -11
  290. package/agents/azure/azure-identity-governance-review-agent/harnesses/codex.toml +2 -2
  291. package/agents/azure/azure-identity-governance-review-agent/harnesses/copilot.agent.md +35 -24
  292. package/agents/azure/azure-identity-governance-review-agent/harnesses/cursor.agent.md +35 -13
  293. package/agents/azure/azure-identity-governance-review-agent/harnesses/gemini.agent.md +35 -12
  294. package/agents/azure/azure-identity-governance-review-agent/harnesses/kiro-cli.agent.json +2 -2
  295. package/agents/azure/azure-identity-governance-review-agent/harnesses/kiro-ide.agent.md +35 -11
  296. package/agents/azure/azure-identity-governance-review-agent/metadata.json +10 -17
  297. package/agents/azure/azure-identity-governance-review-agent/references/identity-governance-agent-operations.md +68 -0
  298. package/agents/azure/azure-identity-governance-review-agent/references/mcp-and-evidence.md +22 -0
  299. package/agents/azure/azure-identity-governance-review-agent/references/official-sources.md +21 -0
  300. package/agents/azure/azure-identity-governance-review-agent/references/safety-checklist.md +25 -0
  301. package/agents/azure/azure-identity-governance-review-agent/references/workflow-and-output.md +23 -0
  302. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/AGENT.md +18 -10
  303. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/claude-code.agent.md +34 -10
  304. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/codex.toml +1 -1
  305. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/copilot.agent.md +35 -24
  306. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/cursor.agent.md +34 -12
  307. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/gemini.agent.md +34 -11
  308. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/kiro-cli.agent.json +1 -1
  309. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/kiro-ide.agent.md +34 -10
  310. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/metadata.json +11 -14
  311. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/key-vault-secret-lifecycle-agent-operations.md +68 -0
  312. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/mcp-and-evidence.md +22 -0
  313. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/official-sources.md +23 -0
  314. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/safety-checklist.md +25 -0
  315. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/workflow-and-output.md +23 -0
  316. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/AGENT.md +23 -12
  317. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/claude-code.agent.md +39 -12
  318. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/codex.toml +3 -16
  319. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/copilot.agent.md +39 -12
  320. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/cursor.agent.md +39 -12
  321. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/gemini.agent.md +39 -12
  322. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/kiro-cli.agent.json +2 -2
  323. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/kiro-ide.agent.md +39 -12
  324. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/metadata.json +12 -9
  325. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/keyvault-certificate-issuer-agent-operations.md +68 -0
  326. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/mcp-and-evidence.md +22 -0
  327. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/official-sources.md +22 -0
  328. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/safety-checklist.md +25 -0
  329. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/workflow-and-output.md +23 -0
  330. package/agents/azure/azure-landing-zone-architect-agent/AGENT.md +19 -11
  331. package/agents/azure/azure-landing-zone-architect-agent/harnesses/claude-code.agent.md +35 -11
  332. package/agents/azure/azure-landing-zone-architect-agent/harnesses/codex.toml +2 -2
  333. package/agents/azure/azure-landing-zone-architect-agent/harnesses/copilot.agent.md +35 -24
  334. package/agents/azure/azure-landing-zone-architect-agent/harnesses/cursor.agent.md +35 -13
  335. package/agents/azure/azure-landing-zone-architect-agent/harnesses/gemini.agent.md +35 -12
  336. package/agents/azure/azure-landing-zone-architect-agent/harnesses/kiro-cli.agent.json +2 -2
  337. package/agents/azure/azure-landing-zone-architect-agent/harnesses/kiro-ide.agent.md +35 -11
  338. package/agents/azure/azure-landing-zone-architect-agent/metadata.json +8 -10
  339. package/agents/azure/azure-landing-zone-architect-agent/references/landing-zone-agent-operations.md +68 -0
  340. package/agents/azure/azure-landing-zone-architect-agent/references/mcp-and-evidence.md +22 -0
  341. package/agents/azure/azure-landing-zone-architect-agent/references/official-sources.md +23 -0
  342. package/agents/azure/azure-landing-zone-architect-agent/references/safety-checklist.md +25 -0
  343. package/agents/azure/azure-landing-zone-architect-agent/references/workflow-and-output.md +23 -0
  344. package/agents/azure/azure-live-aks-rollout-guard-agent/AGENT.md +24 -17
  345. package/agents/azure/azure-live-aks-rollout-guard-agent/PERMISSIONS.md +15 -50
  346. package/agents/azure/azure-live-aks-rollout-guard-agent/PREFLIGHT.md +16 -43
  347. package/agents/azure/azure-live-aks-rollout-guard-agent/ROLLBACK.md +13 -31
  348. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/claude-code.agent.md +39 -16
  349. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/codex.toml +4 -22
  350. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/copilot.agent.md +39 -29
  351. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/cursor.agent.md +39 -16
  352. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/gemini.agent.md +39 -16
  353. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  354. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  355. package/agents/azure/azure-live-aks-rollout-guard-agent/metadata.json +9 -6
  356. package/agents/azure/azure-live-aks-rollout-guard-agent/references/live-aks-rollout-agent-operations.md +68 -0
  357. package/agents/azure/azure-live-aks-rollout-guard-agent/references/mcp-and-evidence.md +22 -0
  358. package/agents/azure/azure-live-aks-rollout-guard-agent/references/official-sources.md +22 -0
  359. package/agents/azure/azure-live-aks-rollout-guard-agent/references/safety-checklist.md +25 -0
  360. package/agents/azure/azure-live-aks-rollout-guard-agent/references/workflow-and-output.md +23 -0
  361. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/AGENT.md +24 -17
  362. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PERMISSIONS.md +7 -41
  363. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PREFLIGHT.md +7 -48
  364. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/ROLLBACK.md +6 -44
  365. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/claude-code.agent.md +39 -16
  366. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/codex.toml +4 -22
  367. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/copilot.agent.md +39 -16
  368. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/cursor.agent.md +39 -16
  369. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/gemini.agent.md +39 -16
  370. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  371. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  372. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/metadata.json +8 -7
  373. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/app-service-slot-swap-agent-operations.md +68 -0
  374. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/mcp-and-evidence.md +22 -0
  375. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/official-sources.md +19 -0
  376. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/safety-checklist.md +25 -0
  377. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/workflow-and-output.md +23 -0
  378. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/AGENT.md +24 -17
  379. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PERMISSIONS.md +7 -86
  380. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PREFLIGHT.md +7 -46
  381. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/ROLLBACK.md +6 -46
  382. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/claude-code.agent.md +39 -16
  383. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/codex.toml +4 -22
  384. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/copilot.agent.md +39 -16
  385. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/cursor.agent.md +39 -16
  386. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/gemini.agent.md +39 -16
  387. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  388. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  389. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/metadata.json +8 -8
  390. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/arm-deployment-stack-agent-operations.md +68 -0
  391. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/mcp-and-evidence.md +22 -0
  392. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/official-sources.md +19 -0
  393. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/safety-checklist.md +25 -0
  394. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/workflow-and-output.md +23 -0
  395. package/agents/azure/azure-live-cost-budget-action-guard-agent/AGENT.md +24 -17
  396. package/agents/azure/azure-live-cost-budget-action-guard-agent/PERMISSIONS.md +7 -91
  397. package/agents/azure/azure-live-cost-budget-action-guard-agent/PREFLIGHT.md +7 -42
  398. package/agents/azure/azure-live-cost-budget-action-guard-agent/ROLLBACK.md +6 -47
  399. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/claude-code.agent.md +39 -16
  400. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/codex.toml +4 -22
  401. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/copilot.agent.md +39 -16
  402. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/cursor.agent.md +39 -16
  403. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/gemini.agent.md +39 -16
  404. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  405. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  406. package/agents/azure/azure-live-cost-budget-action-guard-agent/metadata.json +9 -8
  407. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/cost-budget-action-agent-operations.md +69 -0
  408. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/mcp-and-evidence.md +22 -0
  409. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/official-sources.md +20 -0
  410. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/safety-checklist.md +25 -0
  411. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/workflow-and-output.md +23 -0
  412. package/agents/azure/azure-live-entra-role-assignment-guard-agent/AGENT.md +24 -19
  413. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/claude-code.agent.md +40 -19
  414. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/codex.toml +4 -24
  415. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/copilot.agent.md +40 -19
  416. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/cursor.agent.md +40 -21
  417. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/gemini.agent.md +40 -20
  418. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/kiro-cli.agent.json +2 -2
  419. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/kiro-ide.agent.md +40 -19
  420. package/agents/azure/azure-live-entra-role-assignment-guard-agent/metadata.json +9 -9
  421. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/entra-role-assignment-agent-operations.md +68 -0
  422. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/mcp-and-evidence.md +22 -0
  423. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/official-sources.md +20 -0
  424. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/safety-checklist.md +25 -0
  425. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/workflow-and-output.md +23 -0
  426. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/AGENT.md +24 -17
  427. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PERMISSIONS.md +7 -66
  428. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PREFLIGHT.md +7 -44
  429. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/ROLLBACK.md +6 -42
  430. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/claude-code.agent.md +39 -16
  431. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/codex.toml +4 -22
  432. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/copilot.agent.md +39 -16
  433. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/cursor.agent.md +39 -16
  434. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/gemini.agent.md +39 -16
  435. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  436. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  437. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/metadata.json +9 -8
  438. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/keyvault-rotation-purge-agent-operations.md +68 -0
  439. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/mcp-and-evidence.md +22 -0
  440. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/official-sources.md +20 -0
  441. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/safety-checklist.md +25 -0
  442. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/workflow-and-output.md +23 -0
  443. package/agents/azure/azure-live-pim-jit-activation-guard-agent/AGENT.md +25 -17
  444. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PERMISSIONS.md +2 -58
  445. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PREFLIGHT.md +6 -40
  446. package/agents/azure/azure-live-pim-jit-activation-guard-agent/ROLLBACK.md +2 -47
  447. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/claude-code.agent.md +42 -17
  448. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/codex.toml +4 -22
  449. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/copilot.agent.md +42 -30
  450. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/cursor.agent.md +42 -17
  451. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/gemini.agent.md +42 -17
  452. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  453. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-ide.agent.md +42 -17
  454. package/agents/azure/azure-live-pim-jit-activation-guard-agent/metadata.json +7 -7
  455. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/mcp-and-evidence.md +22 -0
  456. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/official-sources.md +18 -0
  457. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/pim-jit-activation-agent-operations.md +48 -0
  458. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/safety-checklist.md +25 -0
  459. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/workflow-and-output.md +20 -0
  460. package/agents/azure/azure-maestro-agent/AGENT.md +27 -18
  461. package/agents/azure/azure-maestro-agent/harnesses/claude-code.agent.md +45 -19
  462. package/agents/azure/azure-maestro-agent/harnesses/codex.toml +2 -2
  463. package/agents/azure/azure-maestro-agent/harnesses/copilot.agent.md +45 -32
  464. package/agents/azure/azure-maestro-agent/harnesses/cursor.agent.md +45 -21
  465. package/agents/azure/azure-maestro-agent/harnesses/gemini.agent.md +45 -20
  466. package/agents/azure/azure-maestro-agent/harnesses/kiro-cli.agent.json +2 -2
  467. package/agents/azure/azure-maestro-agent/harnesses/kiro-ide.agent.md +45 -19
  468. package/agents/azure/azure-maestro-agent/metadata.json +5 -7
  469. package/agents/azure/azure-maestro-agent/references/azure-maestro-routing-operations.md +47 -0
  470. package/agents/azure/azure-maestro-agent/references/mcp-and-evidence.md +22 -0
  471. package/agents/azure/azure-maestro-agent/references/official-sources.md +18 -0
  472. package/agents/azure/azure-maestro-agent/references/safety-checklist.md +25 -0
  473. package/agents/azure/azure-maestro-agent/references/workflow-and-output.md +20 -0
  474. package/agents/azure/azure-migrate-landing-zone-cutover-agent/AGENT.md +20 -11
  475. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/claude-code.agent.md +38 -12
  476. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/codex.toml +2 -2
  477. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/copilot.agent.md +38 -25
  478. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/cursor.agent.md +38 -14
  479. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/gemini.agent.md +38 -13
  480. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/kiro-cli.agent.json +2 -2
  481. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/kiro-ide.agent.md +38 -12
  482. package/agents/azure/azure-migrate-landing-zone-cutover-agent/metadata.json +8 -13
  483. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/mcp-and-evidence.md +22 -0
  484. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/migrate-landing-zone-cutover-agent-operations.md +48 -0
  485. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/official-sources.md +18 -0
  486. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/safety-checklist.md +25 -0
  487. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/workflow-and-output.md +20 -0
  488. package/agents/azure/azure-network-topology-review-agent/AGENT.md +20 -11
  489. package/agents/azure/azure-network-topology-review-agent/harnesses/claude-code.agent.md +38 -12
  490. package/agents/azure/azure-network-topology-review-agent/harnesses/codex.toml +2 -2
  491. package/agents/azure/azure-network-topology-review-agent/harnesses/copilot.agent.md +38 -25
  492. package/agents/azure/azure-network-topology-review-agent/harnesses/cursor.agent.md +38 -14
  493. package/agents/azure/azure-network-topology-review-agent/harnesses/gemini.agent.md +38 -13
  494. package/agents/azure/azure-network-topology-review-agent/harnesses/kiro-cli.agent.json +2 -2
  495. package/agents/azure/azure-network-topology-review-agent/harnesses/kiro-ide.agent.md +38 -12
  496. package/agents/azure/azure-network-topology-review-agent/metadata.json +6 -8
  497. package/agents/azure/azure-network-topology-review-agent/references/mcp-and-evidence.md +22 -0
  498. package/agents/azure/azure-network-topology-review-agent/references/network-topology-agent-operations.md +49 -0
  499. package/agents/azure/azure-network-topology-review-agent/references/official-sources.md +18 -0
  500. package/agents/azure/azure-network-topology-review-agent/references/safety-checklist.md +25 -0
  501. package/agents/azure/azure-network-topology-review-agent/references/workflow-and-output.md +20 -0
  502. package/agents/azure/azure-observability-investigator-agent/AGENT.md +20 -11
  503. package/agents/azure/azure-observability-investigator-agent/harnesses/claude-code.agent.md +38 -12
  504. package/agents/azure/azure-observability-investigator-agent/harnesses/codex.toml +2 -2
  505. package/agents/azure/azure-observability-investigator-agent/harnesses/copilot.agent.md +38 -25
  506. package/agents/azure/azure-observability-investigator-agent/harnesses/cursor.agent.md +38 -14
  507. package/agents/azure/azure-observability-investigator-agent/harnesses/gemini.agent.md +38 -13
  508. package/agents/azure/azure-observability-investigator-agent/harnesses/kiro-cli.agent.json +2 -2
  509. package/agents/azure/azure-observability-investigator-agent/harnesses/kiro-ide.agent.md +38 -12
  510. package/agents/azure/azure-observability-investigator-agent/metadata.json +6 -19
  511. package/agents/azure/azure-observability-investigator-agent/references/mcp-and-evidence.md +22 -0
  512. package/agents/azure/azure-observability-investigator-agent/references/observability-investigator-agent-operations.md +48 -0
  513. package/agents/azure/azure-observability-investigator-agent/references/official-sources.md +18 -0
  514. package/agents/azure/azure-observability-investigator-agent/references/safety-checklist.md +25 -0
  515. package/agents/azure/azure-observability-investigator-agent/references/workflow-and-output.md +20 -0
  516. package/agents/azure/azure-platform-automation-devops-agent/AGENT.md +20 -11
  517. package/agents/azure/azure-platform-automation-devops-agent/harnesses/claude-code.agent.md +38 -12
  518. package/agents/azure/azure-platform-automation-devops-agent/harnesses/codex.toml +2 -2
  519. package/agents/azure/azure-platform-automation-devops-agent/harnesses/copilot.agent.md +38 -25
  520. package/agents/azure/azure-platform-automation-devops-agent/harnesses/cursor.agent.md +38 -14
  521. package/agents/azure/azure-platform-automation-devops-agent/harnesses/gemini.agent.md +38 -13
  522. package/agents/azure/azure-platform-automation-devops-agent/harnesses/kiro-cli.agent.json +2 -2
  523. package/agents/azure/azure-platform-automation-devops-agent/harnesses/kiro-ide.agent.md +38 -12
  524. package/agents/azure/azure-platform-automation-devops-agent/metadata.json +7 -15
  525. package/agents/azure/azure-platform-automation-devops-agent/references/mcp-and-evidence.md +22 -0
  526. package/agents/azure/azure-platform-automation-devops-agent/references/official-sources.md +18 -0
  527. package/agents/azure/azure-platform-automation-devops-agent/references/platform-automation-devops-agent-operations.md +47 -0
  528. package/agents/azure/azure-platform-automation-devops-agent/references/safety-checklist.md +25 -0
  529. package/agents/azure/azure-platform-automation-devops-agent/references/workflow-and-output.md +20 -0
  530. package/agents/azure/azure-private-endpoint-adoption-planner-agent/AGENT.md +20 -11
  531. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/claude-code.agent.md +38 -12
  532. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/codex.toml +2 -2
  533. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/copilot.agent.md +38 -25
  534. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/cursor.agent.md +38 -14
  535. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/gemini.agent.md +38 -13
  536. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/kiro-cli.agent.json +2 -2
  537. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/kiro-ide.agent.md +38 -12
  538. package/agents/azure/azure-private-endpoint-adoption-planner-agent/metadata.json +6 -11
  539. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/mcp-and-evidence.md +22 -0
  540. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/official-sources.md +18 -0
  541. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/private-endpoint-adoption-agent-operations.md +47 -0
  542. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/safety-checklist.md +25 -0
  543. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/workflow-and-output.md +20 -0
  544. package/agents/azure/azure-rbac-review-agent/AGENT.md +20 -11
  545. package/agents/azure/azure-rbac-review-agent/harnesses/claude-code.agent.md +38 -12
  546. package/agents/azure/azure-rbac-review-agent/harnesses/codex.toml +2 -2
  547. package/agents/azure/azure-rbac-review-agent/harnesses/copilot.agent.md +38 -25
  548. package/agents/azure/azure-rbac-review-agent/harnesses/cursor.agent.md +38 -14
  549. package/agents/azure/azure-rbac-review-agent/harnesses/gemini.agent.md +38 -13
  550. package/agents/azure/azure-rbac-review-agent/harnesses/kiro-cli.agent.json +2 -2
  551. package/agents/azure/azure-rbac-review-agent/harnesses/kiro-ide.agent.md +38 -12
  552. package/agents/azure/azure-rbac-review-agent/metadata.json +6 -7
  553. package/agents/azure/azure-rbac-review-agent/references/mcp-and-evidence.md +22 -0
  554. package/agents/azure/azure-rbac-review-agent/references/official-sources.md +18 -0
  555. package/agents/azure/azure-rbac-review-agent/references/rbac-review-agent-operations.md +47 -0
  556. package/agents/azure/azure-rbac-review-agent/references/safety-checklist.md +25 -0
  557. package/agents/azure/azure-rbac-review-agent/references/workflow-and-output.md +20 -0
  558. package/agents/azure/azure-resilience-bcdr-review-agent/AGENT.md +20 -11
  559. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/claude-code.agent.md +38 -12
  560. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/codex.toml +2 -2
  561. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/copilot.agent.md +38 -25
  562. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/cursor.agent.md +38 -14
  563. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/gemini.agent.md +38 -13
  564. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/kiro-cli.agent.json +2 -2
  565. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/kiro-ide.agent.md +38 -12
  566. package/agents/azure/azure-resilience-bcdr-review-agent/metadata.json +7 -13
  567. package/agents/azure/azure-resilience-bcdr-review-agent/references/mcp-and-evidence.md +22 -0
  568. package/agents/azure/azure-resilience-bcdr-review-agent/references/official-sources.md +18 -0
  569. package/agents/azure/azure-resilience-bcdr-review-agent/references/resilience-bcdr-agent-operations.md +47 -0
  570. package/agents/azure/azure-resilience-bcdr-review-agent/references/safety-checklist.md +25 -0
  571. package/agents/azure/azure-resilience-bcdr-review-agent/references/workflow-and-output.md +20 -0
  572. package/agents/azure/azure-resource-health-incident-triage-agent/AGENT.md +20 -11
  573. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/claude-code.agent.md +38 -12
  574. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/codex.toml +2 -2
  575. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/copilot.agent.md +38 -25
  576. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/cursor.agent.md +38 -14
  577. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/gemini.agent.md +38 -13
  578. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/kiro-cli.agent.json +2 -2
  579. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/kiro-ide.agent.md +38 -12
  580. package/agents/azure/azure-resource-health-incident-triage-agent/metadata.json +7 -14
  581. package/agents/azure/azure-resource-health-incident-triage-agent/references/mcp-and-evidence.md +22 -0
  582. package/agents/azure/azure-resource-health-incident-triage-agent/references/official-sources.md +18 -0
  583. package/agents/azure/azure-resource-health-incident-triage-agent/references/resource-health-incident-triage-agent-operations.md +47 -0
  584. package/agents/azure/azure-resource-health-incident-triage-agent/references/safety-checklist.md +25 -0
  585. package/agents/azure/azure-resource-health-incident-triage-agent/references/workflow-and-output.md +20 -0
  586. package/agents/azure/azure-role-selector-agent/AGENT.md +20 -11
  587. package/agents/azure/azure-role-selector-agent/harnesses/claude-code.agent.md +38 -12
  588. package/agents/azure/azure-role-selector-agent/harnesses/codex.toml +2 -2
  589. package/agents/azure/azure-role-selector-agent/harnesses/copilot.agent.md +38 -25
  590. package/agents/azure/azure-role-selector-agent/harnesses/cursor.agent.md +38 -14
  591. package/agents/azure/azure-role-selector-agent/harnesses/gemini.agent.md +38 -13
  592. package/agents/azure/azure-role-selector-agent/harnesses/kiro-cli.agent.json +2 -2
  593. package/agents/azure/azure-role-selector-agent/harnesses/kiro-ide.agent.md +38 -12
  594. package/agents/azure/azure-role-selector-agent/metadata.json +10 -10
  595. package/agents/azure/azure-role-selector-agent/references/mcp-and-evidence.md +22 -0
  596. package/agents/azure/azure-role-selector-agent/references/official-sources.md +20 -0
  597. package/agents/azure/azure-role-selector-agent/references/role-selector-agent-operations.md +47 -0
  598. package/agents/azure/azure-role-selector-agent/references/safety-checklist.md +25 -0
  599. package/agents/azure/azure-role-selector-agent/references/workflow-and-output.md +20 -0
  600. package/agents/azure/azure-security-posture-hardening-agent/AGENT.md +20 -11
  601. package/agents/azure/azure-security-posture-hardening-agent/harnesses/claude-code.agent.md +38 -12
  602. package/agents/azure/azure-security-posture-hardening-agent/harnesses/codex.toml +2 -2
  603. package/agents/azure/azure-security-posture-hardening-agent/harnesses/copilot.agent.md +38 -25
  604. package/agents/azure/azure-security-posture-hardening-agent/harnesses/cursor.agent.md +38 -14
  605. package/agents/azure/azure-security-posture-hardening-agent/harnesses/gemini.agent.md +38 -13
  606. package/agents/azure/azure-security-posture-hardening-agent/harnesses/kiro-cli.agent.json +2 -2
  607. package/agents/azure/azure-security-posture-hardening-agent/harnesses/kiro-ide.agent.md +38 -12
  608. package/agents/azure/azure-security-posture-hardening-agent/metadata.json +11 -17
  609. package/agents/azure/azure-security-posture-hardening-agent/references/mcp-and-evidence.md +22 -0
  610. package/agents/azure/azure-security-posture-hardening-agent/references/official-sources.md +20 -0
  611. package/agents/azure/azure-security-posture-hardening-agent/references/safety-checklist.md +25 -0
  612. package/agents/azure/azure-security-posture-hardening-agent/references/security-posture-hardening-agent-operations.md +47 -0
  613. package/agents/azure/azure-security-posture-hardening-agent/references/workflow-and-output.md +20 -0
  614. package/agents/azure/azure-subscription-resource-organization-agent/AGENT.md +20 -11
  615. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/claude-code.agent.md +38 -12
  616. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/codex.toml +2 -2
  617. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/copilot.agent.md +38 -25
  618. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/cursor.agent.md +38 -14
  619. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/gemini.agent.md +38 -13
  620. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/kiro-cli.agent.json +2 -2
  621. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/kiro-ide.agent.md +38 -12
  622. package/agents/azure/azure-subscription-resource-organization-agent/metadata.json +9 -12
  623. package/agents/azure/azure-subscription-resource-organization-agent/references/mcp-and-evidence.md +22 -0
  624. package/agents/azure/azure-subscription-resource-organization-agent/references/official-sources.md +20 -0
  625. package/agents/azure/azure-subscription-resource-organization-agent/references/safety-checklist.md +25 -0
  626. package/agents/azure/azure-subscription-resource-organization-agent/references/subscription-resource-organization-agent-operations.md +47 -0
  627. package/agents/azure/azure-subscription-resource-organization-agent/references/workflow-and-output.md +20 -0
  628. package/agents/azure/azure-waf-cost-optimization-review-agent/AGENT.md +27 -22
  629. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/claude-code.agent.md +43 -22
  630. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/codex.toml +2 -3
  631. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/copilot.agent.md +43 -35
  632. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/cursor.agent.md +43 -22
  633. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/gemini.agent.md +43 -22
  634. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/kiro-cli.agent.json +2 -2
  635. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/kiro-ide.agent.md +43 -22
  636. package/agents/azure/azure-waf-cost-optimization-review-agent/metadata.json +19 -8
  637. package/agents/azure/azure-waf-cost-optimization-review-agent/references/mcp-and-evidence.md +22 -0
  638. package/agents/azure/azure-waf-cost-optimization-review-agent/references/official-sources.md +20 -0
  639. package/agents/azure/azure-waf-cost-optimization-review-agent/references/safety-checklist.md +25 -0
  640. package/agents/azure/azure-waf-cost-optimization-review-agent/references/waf-cost-optimization-agent-operations.md +47 -0
  641. package/agents/azure/azure-waf-cost-optimization-review-agent/references/workflow-and-output.md +20 -0
  642. package/agents/azure/azure-waf-reliability-review-agent/AGENT.md +27 -24
  643. package/agents/azure/azure-waf-reliability-review-agent/harnesses/claude-code.agent.md +43 -23
  644. package/agents/azure/azure-waf-reliability-review-agent/harnesses/codex.toml +2 -3
  645. package/agents/azure/azure-waf-reliability-review-agent/harnesses/copilot.agent.md +43 -36
  646. package/agents/azure/azure-waf-reliability-review-agent/harnesses/cursor.agent.md +43 -23
  647. package/agents/azure/azure-waf-reliability-review-agent/harnesses/gemini.agent.md +43 -23
  648. package/agents/azure/azure-waf-reliability-review-agent/harnesses/kiro-cli.agent.json +2 -2
  649. package/agents/azure/azure-waf-reliability-review-agent/harnesses/kiro-ide.agent.md +43 -23
  650. package/agents/azure/azure-waf-reliability-review-agent/metadata.json +19 -8
  651. package/agents/azure/azure-waf-reliability-review-agent/references/mcp-and-evidence.md +22 -0
  652. package/agents/azure/azure-waf-reliability-review-agent/references/official-sources.md +20 -0
  653. package/agents/azure/azure-waf-reliability-review-agent/references/safety-checklist.md +25 -0
  654. package/agents/azure/azure-waf-reliability-review-agent/references/waf-reliability-agent-operations.md +47 -0
  655. package/agents/azure/azure-waf-reliability-review-agent/references/workflow-and-output.md +20 -0
  656. package/agents/azure/azure-waf-security-review-agent/AGENT.md +27 -22
  657. package/agents/azure/azure-waf-security-review-agent/harnesses/claude-code.agent.md +43 -23
  658. package/agents/azure/azure-waf-security-review-agent/harnesses/codex.toml +2 -3
  659. package/agents/azure/azure-waf-security-review-agent/harnesses/copilot.agent.md +43 -23
  660. package/agents/azure/azure-waf-security-review-agent/harnesses/cursor.agent.md +43 -23
  661. package/agents/azure/azure-waf-security-review-agent/harnesses/gemini.agent.md +43 -23
  662. package/agents/azure/azure-waf-security-review-agent/harnesses/kiro-cli.agent.json +2 -2
  663. package/agents/azure/azure-waf-security-review-agent/harnesses/kiro-ide.agent.md +43 -23
  664. package/agents/azure/azure-waf-security-review-agent/metadata.json +21 -8
  665. package/agents/azure/azure-waf-security-review-agent/references/mcp-and-evidence.md +22 -0
  666. package/agents/azure/azure-waf-security-review-agent/references/official-sources.md +22 -0
  667. package/agents/azure/azure-waf-security-review-agent/references/safety-checklist.md +25 -0
  668. package/agents/azure/azure-waf-security-review-agent/references/waf-security-agent-operations.md +53 -0
  669. package/agents/azure/azure-waf-security-review-agent/references/workflow-and-output.md +20 -0
  670. package/agents/finance/AGENTS.md +33 -0
  671. package/agents/finance/README.md +30 -0
  672. package/agents/finance/finance-capital-allocation-advisor-agent/AGENT.md +70 -0
  673. package/agents/finance/finance-capital-allocation-advisor-agent/PERMISSIONS.md +24 -0
  674. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/claude-code.agent.md +32 -0
  675. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/codex.toml +33 -0
  676. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/copilot.agent.md +29 -0
  677. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/cursor.agent.md +32 -0
  678. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/gemini.agent.md +32 -0
  679. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  680. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  681. package/agents/finance/finance-capital-allocation-advisor-agent/metadata.json +42 -0
  682. package/agents/finance/finance-debt-capital-structure-advisor-agent/AGENT.md +73 -0
  683. package/agents/finance/finance-debt-capital-structure-advisor-agent/PERMISSIONS.md +25 -0
  684. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/claude-code.agent.md +33 -0
  685. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/codex.toml +33 -0
  686. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/copilot.agent.md +29 -0
  687. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/cursor.agent.md +33 -0
  688. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/gemini.agent.md +33 -0
  689. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  690. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/kiro-ide.agent.md +33 -0
  691. package/agents/finance/finance-debt-capital-structure-advisor-agent/metadata.json +45 -0
  692. package/agents/finance/finance-fpa-forecasting-advisor-agent/AGENT.md +73 -0
  693. package/agents/finance/finance-fpa-forecasting-advisor-agent/PERMISSIONS.md +22 -0
  694. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/claude-code.agent.md +32 -0
  695. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/codex.toml +33 -0
  696. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/copilot.agent.md +29 -0
  697. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/cursor.agent.md +32 -0
  698. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/gemini.agent.md +32 -0
  699. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  700. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  701. package/agents/finance/finance-fpa-forecasting-advisor-agent/metadata.json +42 -0
  702. package/agents/finance/finance-maestro-agent/AGENT.md +57 -0
  703. package/agents/finance/finance-maestro-agent/PERMISSIONS.md +19 -0
  704. package/agents/finance/finance-maestro-agent/harnesses/claude-code.agent.md +29 -0
  705. package/agents/finance/finance-maestro-agent/harnesses/codex.toml +29 -0
  706. package/agents/finance/finance-maestro-agent/harnesses/copilot.agent.md +29 -0
  707. package/agents/finance/finance-maestro-agent/harnesses/cursor.agent.md +29 -0
  708. package/agents/finance/finance-maestro-agent/harnesses/gemini.agent.md +29 -0
  709. package/agents/finance/finance-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  710. package/agents/finance/finance-maestro-agent/harnesses/kiro-ide.agent.md +29 -0
  711. package/agents/finance/finance-maestro-agent/metadata.json +41 -0
  712. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/AGENT.md +70 -0
  713. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/PERMISSIONS.md +23 -0
  714. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/claude-code.agent.md +31 -0
  715. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/codex.toml +32 -0
  716. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/copilot.agent.md +29 -0
  717. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/cursor.agent.md +31 -0
  718. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/gemini.agent.md +31 -0
  719. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  720. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  721. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/metadata.json +45 -0
  722. package/agents/finance/finance-treasury-liquidity-advisor-agent/AGENT.md +69 -0
  723. package/agents/finance/finance-treasury-liquidity-advisor-agent/PERMISSIONS.md +22 -0
  724. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/claude-code.agent.md +33 -0
  725. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/codex.toml +34 -0
  726. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/copilot.agent.md +29 -0
  727. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/cursor.agent.md +33 -0
  728. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/gemini.agent.md +33 -0
  729. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  730. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/kiro-ide.agent.md +33 -0
  731. package/agents/finance/finance-treasury-liquidity-advisor-agent/metadata.json +44 -0
  732. package/agents/finance/finance-variance-analysis-advisor-agent/AGENT.md +69 -0
  733. package/agents/finance/finance-variance-analysis-advisor-agent/PERMISSIONS.md +21 -0
  734. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/claude-code.agent.md +31 -0
  735. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/codex.toml +32 -0
  736. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/copilot.agent.md +31 -0
  737. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/cursor.agent.md +31 -0
  738. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/gemini.agent.md +31 -0
  739. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  740. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  741. package/agents/finance/finance-variance-analysis-advisor-agent/metadata.json +43 -0
  742. package/agents/finance/finance-working-capital-advisor-agent/AGENT.md +73 -0
  743. package/agents/finance/finance-working-capital-advisor-agent/PERMISSIONS.md +23 -0
  744. package/agents/finance/finance-working-capital-advisor-agent/harnesses/claude-code.agent.md +31 -0
  745. package/agents/finance/finance-working-capital-advisor-agent/harnesses/codex.toml +33 -0
  746. package/agents/finance/finance-working-capital-advisor-agent/harnesses/copilot.agent.md +29 -0
  747. package/agents/finance/finance-working-capital-advisor-agent/harnesses/cursor.agent.md +33 -0
  748. package/agents/finance/finance-working-capital-advisor-agent/harnesses/gemini.agent.md +32 -0
  749. package/agents/finance/finance-working-capital-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  750. package/agents/finance/finance-working-capital-advisor-agent/harnesses/kiro-ide.agent.md +33 -0
  751. package/agents/finance/finance-working-capital-advisor-agent/metadata.json +44 -0
  752. package/agents/oci/oci-autonomous-database-architect-agent/AGENT.md +5 -5
  753. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/claude-code.agent.md +4 -4
  754. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/codex.toml +1 -1
  755. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/copilot.agent.md +4 -4
  756. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/cursor.agent.md +4 -4
  757. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/gemini.agent.md +4 -4
  758. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  759. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  760. package/agents/oci/oci-autonomous-database-architect-agent/metadata.json +1 -1
  761. package/agents/oci/oci-certificates-issuer-review-agent/AGENT.md +3 -3
  762. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/claude-code.agent.md +1 -1
  763. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/codex.toml +1 -1
  764. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/copilot.agent.md +1 -1
  765. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/cursor.agent.md +1 -1
  766. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/gemini.agent.md +1 -1
  767. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/kiro-cli.agent.json +1 -1
  768. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/kiro-ide.agent.md +1 -1
  769. package/agents/oci/oci-certificates-issuer-review-agent/metadata.json +7 -7
  770. package/agents/oci/oci-cloud-guard-responder-agent/AGENT.md +6 -6
  771. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/claude-code.agent.md +4 -4
  772. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/codex.toml +2 -2
  773. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/copilot.agent.md +4 -4
  774. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/cursor.agent.md +4 -4
  775. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/gemini.agent.md +4 -4
  776. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/kiro-cli.agent.json +1 -1
  777. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/kiro-ide.agent.md +4 -4
  778. package/agents/oci/oci-cloud-guard-responder-agent/metadata.json +6 -4
  779. package/agents/oci/oci-compute-instance-agent-operator-agent/AGENT.md +5 -5
  780. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/claude-code.agent.md +4 -4
  781. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/codex.toml +1 -1
  782. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/copilot.agent.md +4 -4
  783. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/cursor.agent.md +4 -4
  784. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/gemini.agent.md +4 -4
  785. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  786. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  787. package/agents/oci/oci-compute-instance-agent-operator-agent/metadata.json +1 -1
  788. package/agents/oci/oci-compute-platform-operator-agent/AGENT.md +5 -5
  789. package/agents/oci/oci-compute-platform-operator-agent/harnesses/claude-code.agent.md +4 -4
  790. package/agents/oci/oci-compute-platform-operator-agent/harnesses/codex.toml +1 -1
  791. package/agents/oci/oci-compute-platform-operator-agent/harnesses/copilot.agent.md +4 -4
  792. package/agents/oci/oci-compute-platform-operator-agent/harnesses/cursor.agent.md +4 -4
  793. package/agents/oci/oci-compute-platform-operator-agent/harnesses/gemini.agent.md +4 -4
  794. package/agents/oci/oci-compute-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  795. package/agents/oci/oci-compute-platform-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  796. package/agents/oci/oci-compute-platform-operator-agent/metadata.json +1 -1
  797. package/agents/oci/oci-cost-finops-analyst-agent/AGENT.md +5 -5
  798. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/claude-code.agent.md +4 -4
  799. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/codex.toml +1 -1
  800. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/copilot.agent.md +4 -4
  801. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/cursor.agent.md +4 -4
  802. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/gemini.agent.md +4 -4
  803. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  804. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  805. package/agents/oci/oci-cost-finops-analyst-agent/metadata.json +1 -1
  806. package/agents/oci/oci-database-platform-dba-agent/AGENT.md +5 -5
  807. package/agents/oci/oci-database-platform-dba-agent/harnesses/claude-code.agent.md +4 -4
  808. package/agents/oci/oci-database-platform-dba-agent/harnesses/codex.toml +1 -1
  809. package/agents/oci/oci-database-platform-dba-agent/harnesses/copilot.agent.md +4 -4
  810. package/agents/oci/oci-database-platform-dba-agent/harnesses/cursor.agent.md +4 -4
  811. package/agents/oci/oci-database-platform-dba-agent/harnesses/gemini.agent.md +4 -4
  812. package/agents/oci/oci-database-platform-dba-agent/harnesses/kiro-cli.agent.json +1 -1
  813. package/agents/oci/oci-database-platform-dba-agent/harnesses/kiro-ide.agent.md +4 -4
  814. package/agents/oci/oci-database-platform-dba-agent/metadata.json +1 -1
  815. package/agents/oci/oci-dbtools-sql-analyst-agent/AGENT.md +5 -5
  816. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/claude-code.agent.md +4 -4
  817. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/codex.toml +1 -1
  818. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/copilot.agent.md +4 -4
  819. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/cursor.agent.md +4 -4
  820. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/gemini.agent.md +4 -4
  821. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  822. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  823. package/agents/oci/oci-dbtools-sql-analyst-agent/metadata.json +1 -1
  824. package/agents/oci/oci-devops-container-platform-engineer-agent/AGENT.md +5 -5
  825. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/claude-code.agent.md +4 -4
  826. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/codex.toml +1 -1
  827. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/copilot.agent.md +4 -4
  828. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/cursor.agent.md +4 -4
  829. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/gemini.agent.md +4 -4
  830. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  831. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  832. package/agents/oci/oci-devops-container-platform-engineer-agent/metadata.json +1 -1
  833. package/agents/oci/oci-exadata-platform-architect-agent/AGENT.md +5 -5
  834. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/claude-code.agent.md +4 -4
  835. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/codex.toml +1 -1
  836. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/copilot.agent.md +4 -4
  837. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/cursor.agent.md +4 -4
  838. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/gemini.agent.md +4 -4
  839. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  840. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  841. package/agents/oci/oci-exadata-platform-architect-agent/metadata.json +1 -1
  842. package/agents/oci/oci-fusion-apps-environment-operator-agent/AGENT.md +5 -5
  843. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/claude-code.agent.md +4 -4
  844. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/codex.toml +1 -1
  845. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/copilot.agent.md +4 -4
  846. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/cursor.agent.md +4 -4
  847. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/gemini.agent.md +4 -4
  848. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  849. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  850. package/agents/oci/oci-fusion-apps-environment-operator-agent/metadata.json +1 -1
  851. package/agents/oci/oci-goldengate-replication-operator-agent/AGENT.md +5 -5
  852. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/claude-code.agent.md +4 -4
  853. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/codex.toml +1 -1
  854. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/copilot.agent.md +4 -4
  855. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/cursor.agent.md +4 -4
  856. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/gemini.agent.md +4 -4
  857. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  858. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  859. package/agents/oci/oci-goldengate-replication-operator-agent/metadata.json +1 -1
  860. package/agents/oci/oci-identity-access-governor-agent/AGENT.md +5 -5
  861. package/agents/oci/oci-identity-access-governor-agent/harnesses/claude-code.agent.md +4 -4
  862. package/agents/oci/oci-identity-access-governor-agent/harnesses/codex.toml +1 -1
  863. package/agents/oci/oci-identity-access-governor-agent/harnesses/copilot.agent.md +4 -4
  864. package/agents/oci/oci-identity-access-governor-agent/harnesses/cursor.agent.md +4 -4
  865. package/agents/oci/oci-identity-access-governor-agent/harnesses/gemini.agent.md +4 -4
  866. package/agents/oci/oci-identity-access-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  867. package/agents/oci/oci-identity-access-governor-agent/harnesses/kiro-ide.agent.md +4 -4
  868. package/agents/oci/oci-identity-access-governor-agent/metadata.json +1 -1
  869. package/agents/oci/oci-iot-digital-twin-engineer-agent/AGENT.md +5 -5
  870. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/claude-code.agent.md +4 -4
  871. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/codex.toml +1 -1
  872. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/copilot.agent.md +4 -4
  873. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/cursor.agent.md +4 -4
  874. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/gemini.agent.md +4 -4
  875. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  876. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  877. package/agents/oci/oci-iot-digital-twin-engineer-agent/metadata.json +1 -1
  878. package/agents/oci/oci-limits-capacity-planner-agent/AGENT.md +5 -5
  879. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/claude-code.agent.md +4 -4
  880. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/codex.toml +1 -1
  881. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/copilot.agent.md +4 -4
  882. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/cursor.agent.md +4 -4
  883. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/gemini.agent.md +4 -4
  884. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/kiro-cli.agent.json +1 -1
  885. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/kiro-ide.agent.md +4 -4
  886. package/agents/oci/oci-limits-capacity-planner-agent/metadata.json +1 -1
  887. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/AGENT.md +1 -1
  888. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/codex.toml +1 -1
  889. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/metadata.json +6 -7
  890. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/AGENT.md +1 -1
  891. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/codex.toml +1 -1
  892. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/metadata.json +7 -7
  893. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/AGENT.md +1 -1
  894. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/codex.toml +1 -1
  895. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/metadata.json +5 -6
  896. package/agents/oci/oci-live-network-security-rule-guard-agent/AGENT.md +1 -1
  897. package/agents/oci/oci-live-network-security-rule-guard-agent/harnesses/codex.toml +1 -1
  898. package/agents/oci/oci-live-network-security-rule-guard-agent/metadata.json +6 -7
  899. package/agents/oci/oci-live-oke-rollout-guard-agent/AGENT.md +1 -1
  900. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/codex.toml +1 -1
  901. package/agents/oci/oci-live-oke-rollout-guard-agent/metadata.json +7 -7
  902. package/agents/oci/oci-live-resource-manager-stack-guard-agent/AGENT.md +1 -1
  903. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/codex.toml +1 -1
  904. package/agents/oci/oci-live-resource-manager-stack-guard-agent/metadata.json +6 -6
  905. package/agents/oci/oci-live-vault-key-destruction-guard-agent/AGENT.md +1 -1
  906. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/codex.toml +1 -1
  907. package/agents/oci/oci-live-vault-key-destruction-guard-agent/metadata.json +5 -6
  908. package/agents/oci/oci-load-balancer-traffic-engineer-agent/AGENT.md +5 -5
  909. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/claude-code.agent.md +4 -4
  910. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/codex.toml +1 -1
  911. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/copilot.agent.md +4 -4
  912. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/cursor.agent.md +4 -4
  913. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/gemini.agent.md +4 -4
  914. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  915. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  916. package/agents/oci/oci-load-balancer-traffic-engineer-agent/metadata.json +1 -1
  917. package/agents/oci/oci-maestro-agent/AGENT.md +2 -2
  918. package/agents/oci/oci-maestro-agent/harnesses/claude-code.agent.md +1 -1
  919. package/agents/oci/oci-maestro-agent/harnesses/codex.toml +1 -1
  920. package/agents/oci/oci-maestro-agent/harnesses/copilot.agent.md +1 -1
  921. package/agents/oci/oci-maestro-agent/harnesses/cursor.agent.md +1 -1
  922. package/agents/oci/oci-maestro-agent/harnesses/gemini.agent.md +1 -1
  923. package/agents/oci/oci-maestro-agent/harnesses/kiro-cli.agent.json +1 -1
  924. package/agents/oci/oci-maestro-agent/harnesses/kiro-ide.agent.md +1 -1
  925. package/agents/oci/oci-maestro-agent/metadata.json +8 -9
  926. package/agents/oci/oci-migration-cutover-architect-agent/AGENT.md +5 -5
  927. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/claude-code.agent.md +4 -4
  928. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/codex.toml +1 -1
  929. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/copilot.agent.md +4 -4
  930. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/cursor.agent.md +4 -4
  931. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/gemini.agent.md +4 -4
  932. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  933. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  934. package/agents/oci/oci-migration-cutover-architect-agent/metadata.json +1 -1
  935. package/agents/oci/oci-multi-cloud-architect-agent/AGENT.md +5 -5
  936. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/claude-code.agent.md +4 -4
  937. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/codex.toml +1 -1
  938. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/copilot.agent.md +4 -4
  939. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/cursor.agent.md +4 -4
  940. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/gemini.agent.md +4 -4
  941. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  942. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  943. package/agents/oci/oci-multi-cloud-architect-agent/metadata.json +1 -1
  944. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/AGENT.md +5 -5
  945. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/claude-code.agent.md +4 -4
  946. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/codex.toml +1 -1
  947. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/copilot.agent.md +4 -4
  948. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/cursor.agent.md +4 -4
  949. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/gemini.agent.md +4 -4
  950. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/kiro-cli.agent.json +1 -1
  951. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/kiro-ide.agent.md +4 -4
  952. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/metadata.json +1 -1
  953. package/agents/oci/oci-network-architect-agent/AGENT.md +5 -5
  954. package/agents/oci/oci-network-architect-agent/harnesses/claude-code.agent.md +4 -4
  955. package/agents/oci/oci-network-architect-agent/harnesses/codex.toml +1 -1
  956. package/agents/oci/oci-network-architect-agent/harnesses/copilot.agent.md +4 -4
  957. package/agents/oci/oci-network-architect-agent/harnesses/cursor.agent.md +4 -4
  958. package/agents/oci/oci-network-architect-agent/harnesses/gemini.agent.md +4 -4
  959. package/agents/oci/oci-network-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  960. package/agents/oci/oci-network-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  961. package/agents/oci/oci-network-architect-agent/metadata.json +1 -1
  962. package/agents/oci/oci-observability-incident-responder-agent/AGENT.md +5 -5
  963. package/agents/oci/oci-observability-incident-responder-agent/harnesses/claude-code.agent.md +4 -4
  964. package/agents/oci/oci-observability-incident-responder-agent/harnesses/codex.toml +1 -1
  965. package/agents/oci/oci-observability-incident-responder-agent/harnesses/copilot.agent.md +4 -4
  966. package/agents/oci/oci-observability-incident-responder-agent/harnesses/cursor.agent.md +4 -4
  967. package/agents/oci/oci-observability-incident-responder-agent/harnesses/gemini.agent.md +4 -4
  968. package/agents/oci/oci-observability-incident-responder-agent/harnesses/kiro-cli.agent.json +1 -1
  969. package/agents/oci/oci-observability-incident-responder-agent/harnesses/kiro-ide.agent.md +4 -4
  970. package/agents/oci/oci-observability-incident-responder-agent/metadata.json +1 -1
  971. package/agents/oci/oci-recovery-service-operator-agent/AGENT.md +5 -5
  972. package/agents/oci/oci-recovery-service-operator-agent/harnesses/claude-code.agent.md +4 -4
  973. package/agents/oci/oci-recovery-service-operator-agent/harnesses/codex.toml +1 -1
  974. package/agents/oci/oci-recovery-service-operator-agent/harnesses/copilot.agent.md +4 -4
  975. package/agents/oci/oci-recovery-service-operator-agent/harnesses/cursor.agent.md +4 -4
  976. package/agents/oci/oci-recovery-service-operator-agent/harnesses/gemini.agent.md +4 -4
  977. package/agents/oci/oci-recovery-service-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  978. package/agents/oci/oci-recovery-service-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  979. package/agents/oci/oci-recovery-service-operator-agent/metadata.json +4 -4
  980. package/agents/oci/oci-registry-artifact-governor-agent/AGENT.md +5 -5
  981. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/claude-code.agent.md +4 -4
  982. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/codex.toml +1 -1
  983. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/copilot.agent.md +4 -4
  984. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/cursor.agent.md +4 -4
  985. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/gemini.agent.md +4 -4
  986. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  987. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/kiro-ide.agent.md +4 -4
  988. package/agents/oci/oci-registry-artifact-governor-agent/metadata.json +5 -4
  989. package/agents/oci/oci-resource-search-inventory-analyst-agent/AGENT.md +5 -5
  990. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/claude-code.agent.md +4 -4
  991. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/codex.toml +1 -1
  992. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/copilot.agent.md +4 -4
  993. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/cursor.agent.md +4 -4
  994. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/gemini.agent.md +4 -4
  995. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  996. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  997. package/agents/oci/oci-resource-search-inventory-analyst-agent/metadata.json +4 -4
  998. package/agents/oci/oci-security-compliance-reviewer-agent/AGENT.md +5 -5
  999. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/claude-code.agent.md +4 -4
  1000. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/codex.toml +1 -1
  1001. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/copilot.agent.md +4 -4
  1002. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/cursor.agent.md +4 -4
  1003. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/gemini.agent.md +4 -4
  1004. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/kiro-cli.agent.json +1 -1
  1005. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/kiro-ide.agent.md +4 -4
  1006. package/agents/oci/oci-security-compliance-reviewer-agent/metadata.json +5 -4
  1007. package/agents/oci/oci-solution-architect-agent/AGENT.md +5 -5
  1008. package/agents/oci/oci-solution-architect-agent/harnesses/claude-code.agent.md +4 -4
  1009. package/agents/oci/oci-solution-architect-agent/harnesses/codex.toml +1 -1
  1010. package/agents/oci/oci-solution-architect-agent/harnesses/copilot.agent.md +4 -4
  1011. package/agents/oci/oci-solution-architect-agent/harnesses/cursor.agent.md +4 -4
  1012. package/agents/oci/oci-solution-architect-agent/harnesses/gemini.agent.md +4 -4
  1013. package/agents/oci/oci-solution-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  1014. package/agents/oci/oci-solution-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  1015. package/agents/oci/oci-solution-architect-agent/metadata.json +5 -4
  1016. package/agents/oci/oci-storage-backup-steward-agent/AGENT.md +5 -5
  1017. package/agents/oci/oci-storage-backup-steward-agent/harnesses/claude-code.agent.md +4 -4
  1018. package/agents/oci/oci-storage-backup-steward-agent/harnesses/codex.toml +1 -1
  1019. package/agents/oci/oci-storage-backup-steward-agent/harnesses/copilot.agent.md +4 -4
  1020. package/agents/oci/oci-storage-backup-steward-agent/harnesses/cursor.agent.md +4 -4
  1021. package/agents/oci/oci-storage-backup-steward-agent/harnesses/gemini.agent.md +4 -4
  1022. package/agents/oci/oci-storage-backup-steward-agent/harnesses/kiro-cli.agent.json +1 -1
  1023. package/agents/oci/oci-storage-backup-steward-agent/harnesses/kiro-ide.agent.md +4 -4
  1024. package/agents/oci/oci-storage-backup-steward-agent/metadata.json +5 -4
  1025. package/agents/oci/oci-support-incident-coordinator-agent/AGENT.md +5 -5
  1026. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/claude-code.agent.md +4 -4
  1027. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/codex.toml +1 -1
  1028. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/copilot.agent.md +4 -4
  1029. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/cursor.agent.md +4 -4
  1030. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/gemini.agent.md +4 -4
  1031. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/kiro-cli.agent.json +1 -1
  1032. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/kiro-ide.agent.md +4 -4
  1033. package/agents/oci/oci-support-incident-coordinator-agent/metadata.json +4 -4
  1034. package/agents/oci/oci-waf-cost-optimization-review-agent/AGENT.md +4 -4
  1035. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/claude-code.agent.md +3 -3
  1036. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/codex.toml +1 -1
  1037. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/copilot.agent.md +3 -3
  1038. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/cursor.agent.md +3 -3
  1039. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/gemini.agent.md +3 -3
  1040. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/kiro-cli.agent.json +1 -1
  1041. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/kiro-ide.agent.md +3 -3
  1042. package/agents/oci/oci-waf-cost-optimization-review-agent/metadata.json +17 -7
  1043. package/agents/oci/oci-waf-reliability-review-agent/AGENT.md +4 -4
  1044. package/agents/oci/oci-waf-reliability-review-agent/harnesses/claude-code.agent.md +3 -3
  1045. package/agents/oci/oci-waf-reliability-review-agent/harnesses/codex.toml +1 -1
  1046. package/agents/oci/oci-waf-reliability-review-agent/harnesses/copilot.agent.md +3 -3
  1047. package/agents/oci/oci-waf-reliability-review-agent/harnesses/cursor.agent.md +3 -3
  1048. package/agents/oci/oci-waf-reliability-review-agent/harnesses/gemini.agent.md +3 -3
  1049. package/agents/oci/oci-waf-reliability-review-agent/harnesses/kiro-cli.agent.json +1 -1
  1050. package/agents/oci/oci-waf-reliability-review-agent/harnesses/kiro-ide.agent.md +3 -3
  1051. package/agents/oci/oci-waf-reliability-review-agent/metadata.json +16 -6
  1052. package/agents/oci/oci-waf-security-review-agent/AGENT.md +4 -4
  1053. package/agents/oci/oci-waf-security-review-agent/harnesses/claude-code.agent.md +3 -3
  1054. package/agents/oci/oci-waf-security-review-agent/harnesses/codex.toml +1 -1
  1055. package/agents/oci/oci-waf-security-review-agent/harnesses/copilot.agent.md +3 -3
  1056. package/agents/oci/oci-waf-security-review-agent/harnesses/cursor.agent.md +3 -3
  1057. package/agents/oci/oci-waf-security-review-agent/harnesses/gemini.agent.md +3 -3
  1058. package/agents/oci/oci-waf-security-review-agent/harnesses/kiro-cli.agent.json +1 -1
  1059. package/agents/oci/oci-waf-security-review-agent/harnesses/kiro-ide.agent.md +3 -3
  1060. package/agents/oci/oci-waf-security-review-agent/metadata.json +17 -8
  1061. package/catalog/agents.json +1065 -555
  1062. package/catalog/asset-integrity.json +7197 -4762
  1063. package/catalog/install-roles.json +53 -1
  1064. package/catalog/skill-manifest.json +3006 -1337
  1065. package/catalog/skills.json +1431 -589
  1066. package/package.json +2 -1
  1067. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  1068. package/powers/README.md +4 -2
  1069. package/powers/vanguard-accounting/POWER.md +40 -0
  1070. package/powers/vanguard-finance/POWER.md +40 -0
  1071. package/schemas/agent.schema.json +19 -5
  1072. package/schemas/skill.frontmatter.schema.json +53 -15
  1073. package/scripts/generate-docs-data.mjs +116 -0
  1074. package/scripts/generate-plugin-manifest.mjs +74 -12
  1075. package/skills/accounting/README.md +8 -0
  1076. package/skills/accounting/accounting-maestro/README.md +14 -0
  1077. package/skills/accounting/accounting-maestro/SKILL.md +87 -0
  1078. package/skills/accounting/accounting-maestro/metadata.json +12 -0
  1079. package/skills/accounting/business-combinations-advisor/README.md +25 -0
  1080. package/skills/accounting/business-combinations-advisor/SKILL.md +268 -0
  1081. package/skills/accounting/business-combinations-advisor/metadata.json +23 -0
  1082. package/skills/accounting/close-cycle-advisor/README.md +21 -0
  1083. package/skills/accounting/close-cycle-advisor/SKILL.md +286 -0
  1084. package/skills/accounting/close-cycle-advisor/metadata.json +27 -0
  1085. package/skills/accounting/consolidation-intercompany-advisor/README.md +22 -0
  1086. package/skills/accounting/consolidation-intercompany-advisor/SKILL.md +302 -0
  1087. package/skills/accounting/consolidation-intercompany-advisor/metadata.json +26 -0
  1088. package/skills/accounting/equity-compensation-advisor/README.md +22 -0
  1089. package/skills/accounting/equity-compensation-advisor/SKILL.md +185 -0
  1090. package/skills/accounting/equity-compensation-advisor/metadata.json +23 -0
  1091. package/skills/accounting/fixed-assets-advisor/README.md +20 -0
  1092. package/skills/accounting/fixed-assets-advisor/SKILL.md +391 -0
  1093. package/skills/accounting/fixed-assets-advisor/metadata.json +26 -0
  1094. package/skills/accounting/fx-translation-advisor/README.md +23 -0
  1095. package/skills/accounting/fx-translation-advisor/SKILL.md +275 -0
  1096. package/skills/accounting/fx-translation-advisor/metadata.json +26 -0
  1097. package/skills/accounting/hedge-accounting-advisor/README.md +28 -0
  1098. package/skills/accounting/hedge-accounting-advisor/SKILL.md +459 -0
  1099. package/skills/accounting/hedge-accounting-advisor/metadata.json +25 -0
  1100. package/skills/accounting/indirect-tax-einvoicing-advisor/README.md +21 -0
  1101. package/skills/accounting/indirect-tax-einvoicing-advisor/SKILL.md +481 -0
  1102. package/skills/accounting/indirect-tax-einvoicing-advisor/metadata.json +26 -0
  1103. package/skills/accounting/lease-accounting-advisor/README.md +24 -0
  1104. package/skills/accounting/lease-accounting-advisor/SKILL.md +296 -0
  1105. package/skills/accounting/lease-accounting-advisor/metadata.json +25 -0
  1106. package/skills/accounting/payroll-advisor/README.md +25 -0
  1107. package/skills/accounting/payroll-advisor/SKILL.md +314 -0
  1108. package/skills/accounting/payroll-advisor/metadata.json +26 -0
  1109. package/skills/accounting/procure-to-pay-advisor/README.md +21 -0
  1110. package/skills/accounting/procure-to-pay-advisor/SKILL.md +382 -0
  1111. package/skills/accounting/procure-to-pay-advisor/metadata.json +25 -0
  1112. package/skills/accounting/revenue-recognition-advisor/README.md +17 -0
  1113. package/skills/accounting/revenue-recognition-advisor/SKILL.md +190 -0
  1114. package/skills/accounting/revenue-recognition-advisor/metadata.json +12 -0
  1115. package/skills/accounting/tax-provision-advisor/README.md +25 -0
  1116. package/skills/accounting/tax-provision-advisor/SKILL.md +343 -0
  1117. package/skills/accounting/tax-provision-advisor/metadata.json +27 -0
  1118. package/skills/aws/aws-agentcore/SKILL.md +8 -8
  1119. package/skills/aws/aws-agentcore/metadata.json +15 -3
  1120. package/skills/aws/aws-agentcore/references/gateway-integration.md +38 -3
  1121. package/skills/aws/aws-agentcore/references/getting-started.md +9 -0
  1122. package/skills/aws/aws-agentcore/references/memory-integration.md +24 -6
  1123. package/skills/aws/aws-agentcore/references/official-sources.md +60 -0
  1124. package/skills/aws/aws-agentcore/references/safety-checklist.md +8 -4
  1125. package/skills/aws/aws-agentcore/references/workflow-and-output.md +12 -3
  1126. package/skills/aws/aws-api-edge-delivery-review/SKILL.md +7 -3
  1127. package/skills/aws/aws-api-edge-delivery-review/metadata.json +8 -3
  1128. package/skills/aws/aws-api-edge-delivery-review/references/api-gateway-controls.md +120 -0
  1129. package/skills/aws/aws-api-edge-delivery-review/references/cloudfront-origin-protection.md +100 -0
  1130. package/skills/aws/aws-api-edge-delivery-review/references/observability-incident-playbook.md +110 -0
  1131. package/skills/aws/aws-api-edge-delivery-review/references/official-sources.md +61 -5
  1132. package/skills/aws/aws-api-edge-delivery-review/references/safety-checklist.md +2 -2
  1133. package/skills/aws/aws-api-edge-delivery-review/references/waf-shield-abuse-controls.md +97 -0
  1134. package/skills/aws/aws-api-edge-delivery-review/references/workflow-and-output.md +1 -1
  1135. package/skills/aws/aws-bedrock-agent-security-governor/SKILL.md +4 -3
  1136. package/skills/aws/aws-bedrock-agent-security-governor/metadata.json +2 -2
  1137. package/skills/aws/aws-bedrock-agent-security-governor/references/bedrock-agent-attack-surface.md +59 -0
  1138. package/skills/aws/aws-bedrock-agent-security-governor/references/official-sources.md +14 -1
  1139. package/skills/aws/aws-bedrock-agent-security-governor/references/safety-checklist.md +2 -2
  1140. package/skills/aws/aws-bedrock-agent-security-governor/references/workflow-and-output.md +1 -1
  1141. package/skills/aws/aws-change-impact-advisor/SKILL.md +4 -3
  1142. package/skills/aws/aws-change-impact-advisor/metadata.json +2 -2
  1143. package/skills/aws/aws-change-impact-advisor/references/change-impact-assessment.md +59 -0
  1144. package/skills/aws/aws-change-impact-advisor/references/official-sources.md +13 -0
  1145. package/skills/aws/aws-ci-cd-release-engineer/SKILL.md +4 -3
  1146. package/skills/aws/aws-ci-cd-release-engineer/metadata.json +2 -2
  1147. package/skills/aws/aws-ci-cd-release-engineer/references/official-sources.md +15 -1
  1148. package/skills/aws/aws-ci-cd-release-engineer/references/release-safety-and-provenance.md +59 -0
  1149. package/skills/aws/aws-ci-cd-release-engineer/references/safety-checklist.md +2 -2
  1150. package/skills/aws/aws-ci-cd-release-engineer/references/workflow-and-output.md +1 -1
  1151. package/skills/aws/aws-compliance-evidence-mapper/SKILL.md +4 -3
  1152. package/skills/aws/aws-compliance-evidence-mapper/metadata.json +2 -2
  1153. package/skills/aws/aws-compliance-evidence-mapper/references/compliance-evidence-chain.md +59 -0
  1154. package/skills/aws/aws-compliance-evidence-mapper/references/official-sources.md +15 -1
  1155. package/skills/aws/aws-compliance-evidence-mapper/references/safety-checklist.md +2 -2
  1156. package/skills/aws/aws-compliance-evidence-mapper/references/workflow-and-output.md +1 -1
  1157. package/skills/aws/aws-cost-anomaly-watch-coordinator/SKILL.md +4 -3
  1158. package/skills/aws/aws-cost-anomaly-watch-coordinator/metadata.json +5 -5
  1159. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/cost-anomaly-triage.md +60 -0
  1160. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/official-sources.md +20 -4
  1161. package/skills/aws/aws-cost-optimization-governor/SKILL.md +4 -3
  1162. package/skills/aws/aws-cost-optimization-governor/metadata.json +5 -5
  1163. package/skills/aws/aws-cost-optimization-governor/references/cost-optimization-risk-governance.md +59 -0
  1164. package/skills/aws/aws-cost-optimization-governor/references/official-sources.md +18 -4
  1165. package/skills/aws/aws-cost-optimization-governor/references/safety-checklist.md +2 -2
  1166. package/skills/aws/aws-cost-optimization-governor/references/workflow-and-output.md +1 -1
  1167. package/skills/aws/aws-daily-operations-briefing-coordinator/SKILL.md +4 -3
  1168. package/skills/aws/aws-daily-operations-briefing-coordinator/metadata.json +5 -5
  1169. package/skills/aws/aws-daily-operations-briefing-coordinator/references/official-sources.md +21 -4
  1170. package/skills/aws/aws-daily-operations-briefing-coordinator/references/operations-briefing-signal-quality.md +60 -0
  1171. package/skills/aws/aws-data-protection-backup-steward/SKILL.md +4 -3
  1172. package/skills/aws/aws-data-protection-backup-steward/metadata.json +4 -4
  1173. package/skills/aws/aws-data-protection-backup-steward/references/backup-restore-evidence.md +59 -0
  1174. package/skills/aws/aws-data-protection-backup-steward/references/official-sources.md +16 -2
  1175. package/skills/aws/aws-data-protection-backup-steward/references/safety-checklist.md +2 -2
  1176. package/skills/aws/aws-data-protection-backup-steward/references/workflow-and-output.md +1 -1
  1177. package/skills/aws/aws-deployment-hotfix-operator/SKILL.md +4 -3
  1178. package/skills/aws/aws-deployment-hotfix-operator/metadata.json +6 -4
  1179. package/skills/aws/aws-deployment-hotfix-operator/references/deployment-hotfix-safety.md +64 -0
  1180. package/skills/aws/aws-deployment-hotfix-operator/references/official-sources.md +27 -2
  1181. package/skills/aws/aws-devops-agent-skill-designer/SKILL.md +4 -3
  1182. package/skills/aws/aws-devops-agent-skill-designer/metadata.json +5 -5
  1183. package/skills/aws/aws-devops-agent-skill-designer/references/devops-agent-skill-quality.md +59 -0
  1184. package/skills/aws/aws-devops-agent-skill-designer/references/official-sources.md +17 -4
  1185. package/skills/aws/aws-devops-agent-skill-designer/references/safety-checklist.md +2 -2
  1186. package/skills/aws/aws-devops-agent-skill-designer/references/workflow-and-output.md +1 -1
  1187. package/skills/aws/aws-dynamodb-data-modeling-performance-review/SKILL.md +4 -3
  1188. package/skills/aws/aws-dynamodb-data-modeling-performance-review/metadata.json +6 -6
  1189. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/dynamodb-access-patterns-capacity.md +59 -0
  1190. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/official-sources.md +19 -5
  1191. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/safety-checklist.md +2 -2
  1192. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/workflow-and-output.md +1 -1
  1193. package/skills/aws/aws-ec2-compute-operations-steward/SKILL.md +4 -3
  1194. package/skills/aws/aws-ec2-compute-operations-steward/metadata.json +6 -6
  1195. package/skills/aws/aws-ec2-compute-operations-steward/references/ec2-fleet-operations-safety.md +59 -0
  1196. package/skills/aws/aws-ec2-compute-operations-steward/references/official-sources.md +19 -5
  1197. package/skills/aws/aws-ec2-compute-operations-steward/references/safety-checklist.md +2 -2
  1198. package/skills/aws/aws-ec2-compute-operations-steward/references/workflow-and-output.md +1 -1
  1199. package/skills/aws/aws-ecs-fargate-platform-operator/SKILL.md +4 -3
  1200. package/skills/aws/aws-ecs-fargate-platform-operator/metadata.json +6 -6
  1201. package/skills/aws/aws-ecs-fargate-platform-operator/references/ecs-fargate-service-safety.md +59 -0
  1202. package/skills/aws/aws-ecs-fargate-platform-operator/references/official-sources.md +19 -5
  1203. package/skills/aws/aws-ecs-fargate-platform-operator/references/safety-checklist.md +2 -2
  1204. package/skills/aws/aws-ecs-fargate-platform-operator/references/workflow-and-output.md +1 -1
  1205. package/skills/aws/aws-ecs-service-remediation-operator/SKILL.md +4 -3
  1206. package/skills/aws/aws-ecs-service-remediation-operator/metadata.json +6 -5
  1207. package/skills/aws/aws-ecs-service-remediation-operator/references/ecs-remediation-playbook.md +59 -0
  1208. package/skills/aws/aws-ecs-service-remediation-operator/references/official-sources.md +27 -3
  1209. package/skills/aws/aws-eks-platform-operator/SKILL.md +4 -3
  1210. package/skills/aws/aws-eks-platform-operator/metadata.json +5 -5
  1211. package/skills/aws/aws-eks-platform-operator/references/eks-platform-operations.md +59 -0
  1212. package/skills/aws/aws-eks-platform-operator/references/official-sources.md +18 -4
  1213. package/skills/aws/aws-eks-platform-operator/references/safety-checklist.md +2 -2
  1214. package/skills/aws/aws-eks-platform-operator/references/workflow-and-output.md +1 -1
  1215. package/skills/aws/aws-event-driven-architecture-review/SKILL.md +4 -3
  1216. package/skills/aws/aws-event-driven-architecture-review/metadata.json +6 -6
  1217. package/skills/aws/aws-event-driven-architecture-review/references/event-delivery-failure-modes.md +59 -0
  1218. package/skills/aws/aws-event-driven-architecture-review/references/official-sources.md +19 -5
  1219. package/skills/aws/aws-event-driven-architecture-review/references/safety-checklist.md +2 -2
  1220. package/skills/aws/aws-event-driven-architecture-review/references/workflow-and-output.md +1 -1
  1221. package/skills/aws/aws-generative-ai-developer/SKILL.md +4 -3
  1222. package/skills/aws/aws-generative-ai-developer/metadata.json +5 -9
  1223. package/skills/aws/aws-generative-ai-developer/references/bedrock-serverless-genai.md +61 -0
  1224. package/skills/aws/aws-generative-ai-developer/references/official-sources.md +23 -28
  1225. package/skills/aws/aws-iac-change-safety-review/SKILL.md +4 -3
  1226. package/skills/aws/aws-iac-change-safety-review/metadata.json +5 -5
  1227. package/skills/aws/aws-iac-change-safety-review/references/iac-change-risk-review.md +59 -0
  1228. package/skills/aws/aws-iac-change-safety-review/references/official-sources.md +18 -4
  1229. package/skills/aws/aws-iac-change-safety-review/references/safety-checklist.md +2 -2
  1230. package/skills/aws/aws-iac-change-safety-review/references/workflow-and-output.md +1 -1
  1231. package/skills/aws/aws-iac-patch-executor/SKILL.md +4 -3
  1232. package/skills/aws/aws-iac-patch-executor/metadata.json +5 -4
  1233. package/skills/aws/aws-iac-patch-executor/references/iac-patch-safety.md +64 -0
  1234. package/skills/aws/aws-iac-patch-executor/references/official-sources.md +26 -2
  1235. package/skills/aws/aws-iam-least-privilege-review/SKILL.md +4 -3
  1236. package/skills/aws/aws-iam-least-privilege-review/metadata.json +4 -4
  1237. package/skills/aws/aws-iam-least-privilege-review/references/iam-policy-trust-boundaries.md +59 -0
  1238. package/skills/aws/aws-iam-least-privilege-review/references/official-sources.md +17 -3
  1239. package/skills/aws/aws-iam-least-privilege-review/references/safety-checklist.md +2 -2
  1240. package/skills/aws/aws-iam-least-privilege-review/references/workflow-and-output.md +1 -1
  1241. package/skills/aws/aws-kms-secrets-lifecycle-steward/SKILL.md +4 -3
  1242. package/skills/aws/aws-kms-secrets-lifecycle-steward/metadata.json +6 -6
  1243. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/kms-secrets-lifecycle-controls.md +59 -0
  1244. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/official-sources.md +19 -5
  1245. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/safety-checklist.md +2 -2
  1246. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/workflow-and-output.md +1 -1
  1247. package/skills/aws/aws-landing-zone-governor/SKILL.md +4 -3
  1248. package/skills/aws/aws-landing-zone-governor/metadata.json +5 -5
  1249. package/skills/aws/aws-landing-zone-governor/references/landing-zone-governance-controls.md +59 -0
  1250. package/skills/aws/aws-landing-zone-governor/references/official-sources.md +18 -4
  1251. package/skills/aws/aws-landing-zone-governor/references/safety-checklist.md +2 -2
  1252. package/skills/aws/aws-landing-zone-governor/references/workflow-and-output.md +1 -1
  1253. package/skills/aws/aws-live-deployment-guarded-operator/SKILL.md +2 -2
  1254. package/skills/aws/aws-live-deployment-guarded-operator/metadata.json +5 -5
  1255. package/skills/aws/aws-live-deployment-guarded-operator/references/official-sources.md +23 -6
  1256. package/skills/aws/aws-live-ecs-rollout-guard/SKILL.md +2 -2
  1257. package/skills/aws/aws-live-ecs-rollout-guard/metadata.json +6 -6
  1258. package/skills/aws/aws-live-ecs-rollout-guard/references/official-sources.md +24 -7
  1259. package/skills/aws/aws-live-iac-change-guard/SKILL.md +2 -2
  1260. package/skills/aws/aws-live-iac-change-guard/metadata.json +5 -6
  1261. package/skills/aws/aws-live-iac-change-guard/references/official-sources.md +22 -6
  1262. package/skills/aws/aws-live-pipeline-approval-operator/SKILL.md +2 -2
  1263. package/skills/aws/aws-live-pipeline-approval-operator/metadata.json +5 -5
  1264. package/skills/aws/aws-live-pipeline-approval-operator/references/official-sources.md +23 -6
  1265. package/skills/aws/aws-live-serverless-release-guard/SKILL.md +2 -2
  1266. package/skills/aws/aws-live-serverless-release-guard/metadata.json +5 -5
  1267. package/skills/aws/aws-live-serverless-release-guard/references/official-sources.md +23 -6
  1268. package/skills/aws/aws-maestro/SKILL.md +3 -2
  1269. package/skills/aws/aws-maestro/metadata.json +6 -7
  1270. package/skills/aws/aws-maestro/references/official-sources.md +18 -14
  1271. package/skills/aws/aws-maestro/references/routing-quality-and-safety.md +59 -0
  1272. package/skills/aws/aws-migration-cutover-architect/SKILL.md +4 -3
  1273. package/skills/aws/aws-migration-cutover-architect/metadata.json +6 -6
  1274. package/skills/aws/aws-migration-cutover-architect/references/migration-cutover-readiness.md +59 -0
  1275. package/skills/aws/aws-migration-cutover-architect/references/official-sources.md +19 -5
  1276. package/skills/aws/aws-migration-cutover-architect/references/safety-checklist.md +2 -2
  1277. package/skills/aws/aws-migration-cutover-architect/references/workflow-and-output.md +1 -1
  1278. package/skills/aws/aws-network-architect/SKILL.md +4 -3
  1279. package/skills/aws/aws-network-architect/metadata.json +6 -8
  1280. package/skills/aws/aws-network-architect/references/network-routing-and-dns.md +59 -0
  1281. package/skills/aws/aws-network-architect/references/official-sources.md +19 -5
  1282. package/skills/aws/aws-network-architect/references/safety-checklist.md +2 -2
  1283. package/skills/aws/aws-network-architect/references/workflow-and-output.md +1 -1
  1284. package/skills/aws/aws-non-destructive-task-automation-advisor/SKILL.md +4 -3
  1285. package/skills/aws/aws-non-destructive-task-automation-advisor/metadata.json +5 -5
  1286. package/skills/aws/aws-non-destructive-task-automation-advisor/references/non-destructive-automation-patterns.md +60 -0
  1287. package/skills/aws/aws-non-destructive-task-automation-advisor/references/official-sources.md +22 -5
  1288. package/skills/aws/aws-observability-incident-responder/SKILL.md +4 -3
  1289. package/skills/aws/aws-observability-incident-responder/metadata.json +5 -5
  1290. package/skills/aws/aws-observability-incident-responder/references/incident-evidence-correlation.md +59 -0
  1291. package/skills/aws/aws-observability-incident-responder/references/official-sources.md +18 -4
  1292. package/skills/aws/aws-observability-incident-responder/references/safety-checklist.md +2 -2
  1293. package/skills/aws/aws-observability-incident-responder/references/workflow-and-output.md +1 -1
  1294. package/skills/aws/aws-pipeline-fix-operator/SKILL.md +4 -3
  1295. package/skills/aws/aws-pipeline-fix-operator/metadata.json +6 -5
  1296. package/skills/aws/aws-pipeline-fix-operator/references/official-sources.md +27 -3
  1297. package/skills/aws/aws-pipeline-fix-operator/references/pipeline-failure-analysis.md +60 -0
  1298. package/skills/aws/aws-private-ca-issuer-review/SKILL.md +3 -2
  1299. package/skills/aws/aws-private-ca-issuer-review/metadata.json +13 -7
  1300. package/skills/aws/aws-private-ca-issuer-review/references/official-sources.md +19 -12
  1301. package/skills/aws/aws-private-ca-issuer-review/references/private-ca-issuer-trust-boundaries.md +59 -0
  1302. package/skills/aws/aws-rds-aurora-performance-investigator/SKILL.md +4 -3
  1303. package/skills/aws/aws-rds-aurora-performance-investigator/metadata.json +5 -5
  1304. package/skills/aws/aws-rds-aurora-performance-investigator/references/official-sources.md +18 -4
  1305. package/skills/aws/aws-rds-aurora-performance-investigator/references/rds-aurora-performance-evidence.md +59 -0
  1306. package/skills/aws/aws-rds-aurora-performance-investigator/references/safety-checklist.md +2 -2
  1307. package/skills/aws/aws-rds-aurora-performance-investigator/references/workflow-and-output.md +1 -1
  1308. package/skills/aws/aws-resilience-bcdr-review/SKILL.md +4 -3
  1309. package/skills/aws/aws-resilience-bcdr-review/metadata.json +6 -6
  1310. package/skills/aws/aws-resilience-bcdr-review/references/bcdr-recovery-evidence.md +59 -0
  1311. package/skills/aws/aws-resilience-bcdr-review/references/official-sources.md +18 -4
  1312. package/skills/aws/aws-resilience-bcdr-review/references/safety-checklist.md +2 -2
  1313. package/skills/aws/aws-resilience-bcdr-review/references/workflow-and-output.md +1 -1
  1314. package/skills/aws/aws-s3-data-perimeter-governor/SKILL.md +4 -3
  1315. package/skills/aws/aws-s3-data-perimeter-governor/metadata.json +5 -5
  1316. package/skills/aws/aws-s3-data-perimeter-governor/references/official-sources.md +18 -4
  1317. package/skills/aws/aws-s3-data-perimeter-governor/references/s3-data-perimeter-controls.md +59 -0
  1318. package/skills/aws/aws-s3-data-perimeter-governor/references/safety-checklist.md +2 -2
  1319. package/skills/aws/aws-s3-data-perimeter-governor/references/workflow-and-output.md +1 -1
  1320. package/skills/aws/aws-security-posture-hardening/SKILL.md +4 -3
  1321. package/skills/aws/aws-security-posture-hardening/metadata.json +6 -6
  1322. package/skills/aws/aws-security-posture-hardening/references/official-sources.md +19 -5
  1323. package/skills/aws/aws-security-posture-hardening/references/safety-checklist.md +2 -2
  1324. package/skills/aws/aws-security-posture-hardening/references/security-posture-prioritization.md +59 -0
  1325. package/skills/aws/aws-security-posture-hardening/references/workflow-and-output.md +1 -1
  1326. package/skills/aws/aws-serverless-production-readiness/SKILL.md +4 -3
  1327. package/skills/aws/aws-serverless-production-readiness/metadata.json +5 -5
  1328. package/skills/aws/aws-serverless-production-readiness/references/lambda-event-production-readiness.md +59 -0
  1329. package/skills/aws/aws-serverless-production-readiness/references/official-sources.md +18 -4
  1330. package/skills/aws/aws-serverless-production-readiness/references/safety-checklist.md +2 -2
  1331. package/skills/aws/aws-serverless-production-readiness/references/workflow-and-output.md +1 -1
  1332. package/skills/aws/aws-serverless-rollout-corrector/SKILL.md +4 -3
  1333. package/skills/aws/aws-serverless-rollout-corrector/metadata.json +5 -4
  1334. package/skills/aws/aws-serverless-rollout-corrector/references/lambda-rollout-correction.md +64 -0
  1335. package/skills/aws/aws-serverless-rollout-corrector/references/official-sources.md +25 -1
  1336. package/skills/aws/aws-solution-architect/SKILL.md +4 -3
  1337. package/skills/aws/aws-solution-architect/metadata.json +4 -5
  1338. package/skills/aws/aws-solution-architect/references/architecture-decision-stress-test.md +59 -0
  1339. package/skills/aws/aws-solution-architect/references/official-sources.md +15 -3
  1340. package/skills/aws/aws-solution-architect/references/safety-checklist.md +2 -2
  1341. package/skills/aws/aws-solution-architect/references/workflow-and-output.md +1 -1
  1342. package/skills/aws/aws-ticket-triage-escalation-coordinator/SKILL.md +4 -3
  1343. package/skills/aws/aws-ticket-triage-escalation-coordinator/metadata.json +5 -5
  1344. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/official-sources.md +22 -5
  1345. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/ticket-triage-escalation.md +60 -0
  1346. package/skills/aws/aws-waf-cost-optimization-review/SKILL.md +3 -2
  1347. package/skills/aws/aws-waf-cost-optimization-review/metadata.json +5 -3
  1348. package/skills/aws/aws-waf-cost-optimization-review/references/official-sources.md +19 -18
  1349. package/skills/aws/aws-waf-cost-optimization-review/references/well-architected-cost-review.md +59 -0
  1350. package/skills/aws/aws-waf-reliability-review/SKILL.md +3 -2
  1351. package/skills/aws/aws-waf-reliability-review/metadata.json +5 -3
  1352. package/skills/aws/aws-waf-reliability-review/references/official-sources.md +19 -18
  1353. package/skills/aws/aws-waf-reliability-review/references/well-architected-reliability-review.md +59 -0
  1354. package/skills/aws/aws-waf-security-review/SKILL.md +3 -2
  1355. package/skills/aws/aws-waf-security-review/metadata.json +5 -3
  1356. package/skills/aws/aws-waf-security-review/references/official-sources.md +18 -19
  1357. package/skills/aws/aws-waf-security-review/references/well-architected-security-review.md +59 -0
  1358. package/skills/azure/azure-ai-foundry-ops-governor/SKILL.md +7 -5
  1359. package/skills/azure/azure-ai-foundry-ops-governor/metadata.json +7 -4
  1360. package/skills/azure/azure-ai-foundry-ops-governor/references/foundry-ops-governance.md +62 -0
  1361. package/skills/azure/azure-ai-foundry-ops-governor/references/mcp-and-evidence.md +19 -26
  1362. package/skills/azure/azure-ai-foundry-ops-governor/references/official-sources.md +25 -21
  1363. package/skills/azure/azure-ai-foundry-ops-governor/references/safety-checklist.md +37 -0
  1364. package/skills/azure/azure-ai-foundry-ops-governor/references/workflow-and-output.md +23 -80
  1365. package/skills/azure/azure-aks-platform-operator/SKILL.md +8 -6
  1366. package/skills/azure/azure-aks-platform-operator/metadata.json +6 -5
  1367. package/skills/azure/azure-aks-platform-operator/references/aks-platform-operations.md +62 -0
  1368. package/skills/azure/azure-aks-platform-operator/references/mcp-and-evidence.md +19 -29
  1369. package/skills/azure/azure-aks-platform-operator/references/official-sources.md +26 -10
  1370. package/skills/azure/azure-aks-platform-operator/references/safety-checklist.md +32 -0
  1371. package/skills/azure/azure-aks-platform-operator/references/workflow-and-output.md +23 -101
  1372. package/skills/azure/azure-app-service-production-readiness/SKILL.md +7 -5
  1373. package/skills/azure/azure-app-service-production-readiness/metadata.json +4 -5
  1374. package/skills/azure/azure-app-service-production-readiness/references/app-service-production-operations.md +61 -0
  1375. package/skills/azure/azure-app-service-production-readiness/references/mcp-and-evidence.md +19 -31
  1376. package/skills/azure/azure-app-service-production-readiness/references/official-sources.md +20 -19
  1377. package/skills/azure/azure-app-service-production-readiness/references/safety-checklist.md +33 -0
  1378. package/skills/azure/azure-app-service-production-readiness/references/workflow-and-output.md +21 -108
  1379. package/skills/azure/azure-cosmosdb-application-developer/SKILL.md +6 -4
  1380. package/skills/azure/azure-cosmosdb-application-developer/metadata.json +6 -6
  1381. package/skills/azure/azure-cosmosdb-application-developer/references/cosmosdb-application-design.md +61 -0
  1382. package/skills/azure/azure-cosmosdb-application-developer/references/mcp-and-evidence.md +19 -23
  1383. package/skills/azure/azure-cosmosdb-application-developer/references/official-sources.md +18 -31
  1384. package/skills/azure/azure-cosmosdb-application-developer/references/safety-checklist.md +32 -0
  1385. package/skills/azure/azure-cosmosdb-application-developer/references/workflow-and-output.md +27 -27
  1386. package/skills/azure/azure-cosmosdb-performance-investigator/SKILL.md +6 -4
  1387. package/skills/azure/azure-cosmosdb-performance-investigator/metadata.json +6 -6
  1388. package/skills/azure/azure-cosmosdb-performance-investigator/references/cosmosdb-performance-investigation.md +62 -0
  1389. package/skills/azure/azure-cosmosdb-performance-investigator/references/mcp-and-evidence.md +19 -30
  1390. package/skills/azure/azure-cosmosdb-performance-investigator/references/official-sources.md +19 -32
  1391. package/skills/azure/azure-cosmosdb-performance-investigator/references/safety-checklist.md +32 -0
  1392. package/skills/azure/azure-cosmosdb-performance-investigator/references/workflow-and-output.md +34 -42
  1393. package/skills/azure/azure-cosmosdb-platform-operator/SKILL.md +8 -6
  1394. package/skills/azure/azure-cosmosdb-platform-operator/metadata.json +6 -6
  1395. package/skills/azure/azure-cosmosdb-platform-operator/references/cosmosdb-platform-operations.md +62 -0
  1396. package/skills/azure/azure-cosmosdb-platform-operator/references/mcp-and-evidence.md +19 -23
  1397. package/skills/azure/azure-cosmosdb-platform-operator/references/official-sources.md +18 -29
  1398. package/skills/azure/azure-cosmosdb-platform-operator/references/safety-checklist.md +33 -0
  1399. package/skills/azure/azure-cosmosdb-platform-operator/references/workflow-and-output.md +30 -28
  1400. package/skills/azure/azure-cost-estimation-review/SKILL.md +9 -7
  1401. package/skills/azure/azure-cost-estimation-review/metadata.json +7 -5
  1402. package/skills/azure/azure-cost-estimation-review/references/cost-estimation-review.md +62 -0
  1403. package/skills/azure/azure-cost-estimation-review/references/mcp-and-evidence.md +19 -23
  1404. package/skills/azure/azure-cost-estimation-review/references/official-sources.md +17 -18
  1405. package/skills/azure/azure-cost-estimation-review/references/safety-checklist.md +33 -0
  1406. package/skills/azure/azure-cost-estimation-review/references/workflow-and-output.md +25 -59
  1407. package/skills/azure/azure-cost-optimization-governor/SKILL.md +9 -7
  1408. package/skills/azure/azure-cost-optimization-governor/metadata.json +8 -5
  1409. package/skills/azure/azure-cost-optimization-governor/references/cost-optimization-governance.md +62 -0
  1410. package/skills/azure/azure-cost-optimization-governor/references/mcp-and-evidence.md +19 -22
  1411. package/skills/azure/azure-cost-optimization-governor/references/official-sources.md +20 -11
  1412. package/skills/azure/azure-cost-optimization-governor/references/safety-checklist.md +33 -0
  1413. package/skills/azure/azure-cost-optimization-governor/references/workflow-and-output.md +25 -57
  1414. package/skills/azure/azure-entra-id-specialist/SKILL.md +6 -4
  1415. package/skills/azure/azure-entra-id-specialist/metadata.json +9 -6
  1416. package/skills/azure/azure-entra-id-specialist/references/adjacent-service-expansion.md +4 -0
  1417. package/skills/azure/azure-entra-id-specialist/references/entra-id-identity-operations.md +62 -0
  1418. package/skills/azure/azure-entra-id-specialist/references/licensing-and-service-entitlements.md +4 -0
  1419. package/skills/azure/azure-entra-id-specialist/references/mcp-and-evidence.md +19 -25
  1420. package/skills/azure/azure-entra-id-specialist/references/official-sources.md +23 -70
  1421. package/skills/azure/azure-entra-id-specialist/references/safety-checklist.md +32 -0
  1422. package/skills/azure/azure-entra-id-specialist/references/workflow-and-output.md +35 -46
  1423. package/skills/azure/azure-governance-policy-guardrails/SKILL.md +6 -4
  1424. package/skills/azure/azure-governance-policy-guardrails/metadata.json +6 -4
  1425. package/skills/azure/azure-governance-policy-guardrails/references/mcp-and-evidence.md +27 -22
  1426. package/skills/azure/azure-governance-policy-guardrails/references/official-sources.md +19 -14
  1427. package/skills/azure/azure-governance-policy-guardrails/references/policy-guardrail-operations.md +62 -0
  1428. package/skills/azure/azure-governance-policy-guardrails/references/safety-checklist.md +33 -0
  1429. package/skills/azure/azure-governance-policy-guardrails/references/workflow-and-output.md +27 -74
  1430. package/skills/azure/azure-identity-governance-review/SKILL.md +7 -5
  1431. package/skills/azure/azure-identity-governance-review/metadata.json +12 -15
  1432. package/skills/azure/azure-identity-governance-review/references/identity-governance-operations.md +68 -0
  1433. package/skills/azure/azure-identity-governance-review/references/mcp-and-evidence.md +18 -41
  1434. package/skills/azure/azure-identity-governance-review/references/official-sources.md +24 -24
  1435. package/skills/azure/azure-identity-governance-review/references/safety-checklist.md +29 -0
  1436. package/skills/azure/azure-identity-governance-review/references/workflow-and-output.md +21 -67
  1437. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/SKILL.md +6 -4
  1438. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/metadata.json +11 -12
  1439. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/key-vault-secret-lifecycle-operations.md +68 -0
  1440. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/mcp-and-evidence.md +18 -32
  1441. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/official-sources.md +26 -13
  1442. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/safety-checklist.md +29 -0
  1443. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/workflow-and-output.md +21 -92
  1444. package/skills/azure/azure-keyvault-certificate-issuer-review/SKILL.md +8 -4
  1445. package/skills/azure/azure-keyvault-certificate-issuer-review/metadata.json +16 -9
  1446. package/skills/azure/azure-keyvault-certificate-issuer-review/references/keyvault-certificate-issuer-operations.md +68 -0
  1447. package/skills/azure/azure-keyvault-certificate-issuer-review/references/mcp-and-evidence.md +26 -0
  1448. package/skills/azure/azure-keyvault-certificate-issuer-review/references/official-sources.md +28 -0
  1449. package/skills/azure/azure-keyvault-certificate-issuer-review/references/safety-checklist.md +29 -0
  1450. package/skills/azure/azure-keyvault-certificate-issuer-review/references/workflow-and-output.md +21 -181
  1451. package/skills/azure/azure-landing-zone-architect/SKILL.md +5 -3
  1452. package/skills/azure/azure-landing-zone-architect/metadata.json +8 -7
  1453. package/skills/azure/azure-landing-zone-architect/references/landing-zone-architecture-operations.md +68 -0
  1454. package/skills/azure/azure-landing-zone-architect/references/mcp-and-evidence.md +20 -19
  1455. package/skills/azure/azure-landing-zone-architect/references/official-sources.md +23 -14
  1456. package/skills/azure/azure-landing-zone-architect/references/safety-checklist.md +29 -0
  1457. package/skills/azure/azure-landing-zone-architect/references/workflow-and-output.md +21 -77
  1458. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +7 -3
  1459. package/skills/azure/azure-live-aks-rollout-guard/metadata.json +13 -8
  1460. package/skills/azure/azure-live-aks-rollout-guard/references/aks-rollout-operations.md +68 -0
  1461. package/skills/azure/azure-live-aks-rollout-guard/references/mcp-and-evidence.md +26 -0
  1462. package/skills/azure/azure-live-aks-rollout-guard/references/official-sources.md +31 -13
  1463. package/skills/azure/azure-live-aks-rollout-guard/references/permission-model.md +4 -2
  1464. package/skills/azure/azure-live-aks-rollout-guard/references/preflight-commands.md +15 -9
  1465. package/skills/azure/azure-live-aks-rollout-guard/references/rollback-playbook.md +9 -9
  1466. package/skills/azure/azure-live-aks-rollout-guard/references/safety-checklist.md +29 -0
  1467. package/skills/azure/azure-live-aks-rollout-guard/references/workflow-and-output.md +30 -0
  1468. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +7 -3
  1469. package/skills/azure/azure-live-app-service-slot-swap-guard/metadata.json +9 -7
  1470. package/skills/azure/azure-live-app-service-slot-swap-guard/references/mcp-and-evidence.md +26 -0
  1471. package/skills/azure/azure-live-app-service-slot-swap-guard/references/official-sources.md +30 -8
  1472. package/skills/azure/azure-live-app-service-slot-swap-guard/references/permission-model.md +7 -1
  1473. package/skills/azure/azure-live-app-service-slot-swap-guard/references/preflight-commands.md +32 -7
  1474. package/skills/azure/azure-live-app-service-slot-swap-guard/references/rollback-playbook.md +11 -7
  1475. package/skills/azure/azure-live-app-service-slot-swap-guard/references/safety-checklist.md +29 -0
  1476. package/skills/azure/azure-live-app-service-slot-swap-guard/references/slot-swap-operations.md +68 -0
  1477. package/skills/azure/azure-live-app-service-slot-swap-guard/references/workflow-and-output.md +33 -0
  1478. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +7 -3
  1479. package/skills/azure/azure-live-arm-deployment-stack-guard/metadata.json +9 -8
  1480. package/skills/azure/azure-live-arm-deployment-stack-guard/references/deployment-stack-operations.md +68 -0
  1481. package/skills/azure/azure-live-arm-deployment-stack-guard/references/mcp-and-evidence.md +26 -0
  1482. package/skills/azure/azure-live-arm-deployment-stack-guard/references/official-sources.md +28 -11
  1483. package/skills/azure/azure-live-arm-deployment-stack-guard/references/permission-model.md +12 -2
  1484. package/skills/azure/azure-live-arm-deployment-stack-guard/references/preflight-commands.md +24 -13
  1485. package/skills/azure/azure-live-arm-deployment-stack-guard/references/rollback-playbook.md +13 -9
  1486. package/skills/azure/azure-live-arm-deployment-stack-guard/references/safety-checklist.md +29 -0
  1487. package/skills/azure/azure-live-arm-deployment-stack-guard/references/workflow-and-output.md +33 -0
  1488. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +7 -3
  1489. package/skills/azure/azure-live-cost-budget-action-guard/metadata.json +10 -8
  1490. package/skills/azure/azure-live-cost-budget-action-guard/references/budget-quota-operations.md +68 -0
  1491. package/skills/azure/azure-live-cost-budget-action-guard/references/mcp-and-evidence.md +26 -0
  1492. package/skills/azure/azure-live-cost-budget-action-guard/references/official-sources.md +21 -11
  1493. package/skills/azure/azure-live-cost-budget-action-guard/references/permission-model.md +3 -1
  1494. package/skills/azure/azure-live-cost-budget-action-guard/references/preflight-commands.md +1 -1
  1495. package/skills/azure/azure-live-cost-budget-action-guard/references/rollback-playbook.md +12 -5
  1496. package/skills/azure/azure-live-cost-budget-action-guard/references/safety-checklist.md +29 -0
  1497. package/skills/azure/azure-live-cost-budget-action-guard/references/workflow-and-output.md +33 -0
  1498. package/skills/azure/azure-live-entra-role-assignment-guard/SKILL.md +11 -7
  1499. package/skills/azure/azure-live-entra-role-assignment-guard/metadata.json +10 -9
  1500. package/skills/azure/azure-live-entra-role-assignment-guard/references/mcp-and-evidence.md +26 -0
  1501. package/skills/azure/azure-live-entra-role-assignment-guard/references/official-sources.md +33 -19
  1502. package/skills/azure/azure-live-entra-role-assignment-guard/references/permission-model.md +7 -1
  1503. package/skills/azure/azure-live-entra-role-assignment-guard/references/preflight-commands.md +9 -9
  1504. package/skills/azure/azure-live-entra-role-assignment-guard/references/role-assignment-operations.md +68 -0
  1505. package/skills/azure/azure-live-entra-role-assignment-guard/references/rollback-playbook.md +13 -9
  1506. package/skills/azure/azure-live-entra-role-assignment-guard/references/safety-checklist.md +29 -0
  1507. package/skills/azure/azure-live-entra-role-assignment-guard/references/workflow-and-output.md +33 -0
  1508. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +7 -3
  1509. package/skills/azure/azure-live-keyvault-rotation-purge-guard/metadata.json +10 -8
  1510. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/keyvault-rotation-purge-operations.md +68 -0
  1511. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/mcp-and-evidence.md +26 -0
  1512. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/official-sources.md +31 -9
  1513. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/permission-model.md +7 -1
  1514. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/preflight-commands.md +18 -7
  1515. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/rollback-playbook.md +10 -6
  1516. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/safety-checklist.md +29 -0
  1517. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/workflow-and-output.md +33 -0
  1518. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +5 -3
  1519. package/skills/azure/azure-live-pim-jit-activation-guard/metadata.json +10 -8
  1520. package/skills/azure/azure-live-pim-jit-activation-guard/references/mcp-and-evidence.md +22 -0
  1521. package/skills/azure/azure-live-pim-jit-activation-guard/references/official-sources.md +22 -9
  1522. package/skills/azure/azure-live-pim-jit-activation-guard/references/permission-model.md +3 -1
  1523. package/skills/azure/azure-live-pim-jit-activation-guard/references/pim-jit-activation-operations.md +68 -0
  1524. package/skills/azure/azure-live-pim-jit-activation-guard/references/preflight-commands.md +9 -5
  1525. package/skills/azure/azure-live-pim-jit-activation-guard/references/rollback-playbook.md +12 -8
  1526. package/skills/azure/azure-live-pim-jit-activation-guard/references/safety-checklist.md +28 -0
  1527. package/skills/azure/azure-live-pim-jit-activation-guard/references/workflow-and-output.md +30 -0
  1528. package/skills/azure/azure-maestro/SKILL.md +14 -3
  1529. package/skills/azure/azure-maestro/metadata.json +9 -9
  1530. package/skills/azure/azure-maestro/references/maestro-routing-operations.md +68 -0
  1531. package/skills/azure/azure-maestro/references/mcp-and-evidence.md +22 -0
  1532. package/skills/azure/azure-maestro/references/official-sources.md +25 -0
  1533. package/skills/azure/azure-maestro/references/safety-checklist.md +28 -0
  1534. package/skills/azure/azure-maestro/references/workflow-and-output.md +30 -0
  1535. package/skills/azure/azure-migrate-landing-zone-cutover/SKILL.md +6 -4
  1536. package/skills/azure/azure-migrate-landing-zone-cutover/metadata.json +9 -9
  1537. package/skills/azure/azure-migrate-landing-zone-cutover/references/mcp-and-evidence.md +16 -31
  1538. package/skills/azure/azure-migrate-landing-zone-cutover/references/migration-cutover-operations.md +68 -0
  1539. package/skills/azure/azure-migrate-landing-zone-cutover/references/official-sources.md +22 -8
  1540. package/skills/azure/azure-migrate-landing-zone-cutover/references/safety-checklist.md +28 -0
  1541. package/skills/azure/azure-migrate-landing-zone-cutover/references/workflow-and-output.md +21 -108
  1542. package/skills/azure/azure-network-topology-review/SKILL.md +5 -3
  1543. package/skills/azure/azure-network-topology-review/metadata.json +10 -8
  1544. package/skills/azure/azure-network-topology-review/references/mcp-and-evidence.md +18 -12
  1545. package/skills/azure/azure-network-topology-review/references/network-topology-operations.md +68 -0
  1546. package/skills/azure/azure-network-topology-review/references/official-sources.md +21 -13
  1547. package/skills/azure/azure-network-topology-review/references/safety-checklist.md +28 -0
  1548. package/skills/azure/azure-network-topology-review/references/workflow-and-output.md +21 -120
  1549. package/skills/azure/azure-observability-investigator/SKILL.md +5 -3
  1550. package/skills/azure/azure-observability-investigator/metadata.json +14 -19
  1551. package/skills/azure/azure-observability-investigator/references/mcp-and-evidence.md +16 -31
  1552. package/skills/azure/azure-observability-investigator/references/observability-investigation-operations.md +68 -0
  1553. package/skills/azure/azure-observability-investigator/references/official-sources.md +25 -13
  1554. package/skills/azure/azure-observability-investigator/references/safety-checklist.md +28 -0
  1555. package/skills/azure/azure-observability-investigator/references/workflow-and-output.md +21 -122
  1556. package/skills/azure/azure-platform-automation-devops/SKILL.md +7 -5
  1557. package/skills/azure/azure-platform-automation-devops/metadata.json +11 -14
  1558. package/skills/azure/azure-platform-automation-devops/references/mcp-and-evidence.md +14 -30
  1559. package/skills/azure/azure-platform-automation-devops/references/official-sources.md +20 -13
  1560. package/skills/azure/azure-platform-automation-devops/references/platform-automation-operations.md +69 -0
  1561. package/skills/azure/azure-platform-automation-devops/references/safety-checklist.md +24 -0
  1562. package/skills/azure/azure-platform-automation-devops/references/workflow-and-output.md +31 -99
  1563. package/skills/azure/azure-private-endpoint-adoption-planner/SKILL.md +8 -7
  1564. package/skills/azure/azure-private-endpoint-adoption-planner/metadata.json +10 -11
  1565. package/skills/azure/azure-private-endpoint-adoption-planner/references/mcp-and-evidence.md +14 -19
  1566. package/skills/azure/azure-private-endpoint-adoption-planner/references/official-sources.md +19 -17
  1567. package/skills/azure/azure-private-endpoint-adoption-planner/references/private-endpoint-adoption-operations.md +69 -0
  1568. package/skills/azure/azure-private-endpoint-adoption-planner/references/safety-checklist.md +24 -0
  1569. package/skills/azure/azure-private-endpoint-adoption-planner/references/workflow-and-output.md +31 -90
  1570. package/skills/azure/azure-rbac-review/SKILL.md +6 -4
  1571. package/skills/azure/azure-rbac-review/metadata.json +11 -6
  1572. package/skills/azure/azure-rbac-review/references/mcp-and-evidence.md +17 -9
  1573. package/skills/azure/azure-rbac-review/references/official-sources.md +19 -14
  1574. package/skills/azure/azure-rbac-review/references/rbac-review-operations.md +69 -0
  1575. package/skills/azure/azure-rbac-review/references/safety-checklist.md +24 -0
  1576. package/skills/azure/azure-rbac-review/references/workflow-and-output.md +34 -26
  1577. package/skills/azure/azure-resilience-bcdr-review/SKILL.md +8 -6
  1578. package/skills/azure/azure-resilience-bcdr-review/metadata.json +10 -12
  1579. package/skills/azure/azure-resilience-bcdr-review/references/mcp-and-evidence.md +14 -29
  1580. package/skills/azure/azure-resilience-bcdr-review/references/official-sources.md +19 -11
  1581. package/skills/azure/azure-resilience-bcdr-review/references/resilience-bcdr-operations.md +69 -0
  1582. package/skills/azure/azure-resilience-bcdr-review/references/safety-checklist.md +24 -0
  1583. package/skills/azure/azure-resilience-bcdr-review/references/workflow-and-output.md +31 -68
  1584. package/skills/azure/azure-resource-health-incident-triage/SKILL.md +8 -6
  1585. package/skills/azure/azure-resource-health-incident-triage/metadata.json +10 -13
  1586. package/skills/azure/azure-resource-health-incident-triage/references/mcp-and-evidence.md +14 -27
  1587. package/skills/azure/azure-resource-health-incident-triage/references/official-sources.md +19 -12
  1588. package/skills/azure/azure-resource-health-incident-triage/references/resource-health-triage-operations.md +69 -0
  1589. package/skills/azure/azure-resource-health-incident-triage/references/safety-checklist.md +24 -0
  1590. package/skills/azure/azure-resource-health-incident-triage/references/workflow-and-output.md +31 -69
  1591. package/skills/azure/azure-role-selector/SKILL.md +6 -4
  1592. package/skills/azure/azure-role-selector/metadata.json +10 -8
  1593. package/skills/azure/azure-role-selector/references/mcp-and-evidence.md +17 -8
  1594. package/skills/azure/azure-role-selector/references/official-sources.md +21 -14
  1595. package/skills/azure/azure-role-selector/references/role-selection-operations.md +69 -0
  1596. package/skills/azure/azure-role-selector/references/safety-checklist.md +24 -0
  1597. package/skills/azure/azure-role-selector/references/workflow-and-output.md +31 -92
  1598. package/skills/azure/azure-security-posture-hardening/SKILL.md +6 -4
  1599. package/skills/azure/azure-security-posture-hardening/metadata.json +11 -15
  1600. package/skills/azure/azure-security-posture-hardening/references/mcp-and-evidence.md +17 -19
  1601. package/skills/azure/azure-security-posture-hardening/references/official-sources.md +26 -15
  1602. package/skills/azure/azure-security-posture-hardening/references/safety-checklist.md +24 -0
  1603. package/skills/azure/azure-security-posture-hardening/references/security-posture-hardening-operations.md +69 -0
  1604. package/skills/azure/azure-security-posture-hardening/references/workflow-and-output.md +30 -85
  1605. package/skills/azure/azure-subscription-resource-organization/SKILL.md +8 -7
  1606. package/skills/azure/azure-subscription-resource-organization/metadata.json +11 -12
  1607. package/skills/azure/azure-subscription-resource-organization/references/mcp-and-evidence.md +14 -25
  1608. package/skills/azure/azure-subscription-resource-organization/references/official-sources.md +23 -11
  1609. package/skills/azure/azure-subscription-resource-organization/references/safety-checklist.md +24 -0
  1610. package/skills/azure/azure-subscription-resource-organization/references/subscription-resource-organization-operations.md +69 -0
  1611. package/skills/azure/azure-subscription-resource-organization/references/workflow-and-output.md +31 -85
  1612. package/skills/azure/azure-waf-cost-optimization-review/SKILL.md +25 -81
  1613. package/skills/azure/azure-waf-cost-optimization-review/metadata.json +18 -6
  1614. package/skills/azure/azure-waf-cost-optimization-review/references/mcp-and-evidence.md +21 -0
  1615. package/skills/azure/azure-waf-cost-optimization-review/references/official-sources.md +24 -0
  1616. package/skills/azure/azure-waf-cost-optimization-review/references/safety-checklist.md +24 -0
  1617. package/skills/azure/azure-waf-cost-optimization-review/references/waf-cost-optimization-operations.md +69 -0
  1618. package/skills/azure/azure-waf-cost-optimization-review/references/workflow-and-output.md +41 -0
  1619. package/skills/azure/azure-waf-reliability-review/SKILL.md +25 -88
  1620. package/skills/azure/azure-waf-reliability-review/metadata.json +18 -6
  1621. package/skills/azure/azure-waf-reliability-review/references/mcp-and-evidence.md +21 -0
  1622. package/skills/azure/azure-waf-reliability-review/references/official-sources.md +23 -0
  1623. package/skills/azure/azure-waf-reliability-review/references/safety-checklist.md +24 -0
  1624. package/skills/azure/azure-waf-reliability-review/references/waf-reliability-operations.md +69 -0
  1625. package/skills/azure/azure-waf-reliability-review/references/workflow-and-output.md +41 -0
  1626. package/skills/azure/azure-waf-security-review/SKILL.md +33 -63
  1627. package/skills/azure/azure-waf-security-review/metadata.json +18 -7
  1628. package/skills/azure/azure-waf-security-review/references/mcp-and-evidence.md +30 -0
  1629. package/skills/azure/azure-waf-security-review/references/official-sources.md +36 -0
  1630. package/skills/azure/azure-waf-security-review/references/safety-checklist.md +28 -0
  1631. package/skills/azure/azure-waf-security-review/references/waf-security-operations.md +75 -0
  1632. package/skills/azure/azure-waf-security-review/references/workflow-and-output.md +40 -0
  1633. package/skills/finance/README.md +8 -0
  1634. package/skills/finance/capital-allocation-advisor/README.md +20 -0
  1635. package/skills/finance/capital-allocation-advisor/SKILL.md +463 -0
  1636. package/skills/finance/capital-allocation-advisor/metadata.json +29 -0
  1637. package/skills/finance/debt-capital-structure-advisor/README.md +23 -0
  1638. package/skills/finance/debt-capital-structure-advisor/SKILL.md +530 -0
  1639. package/skills/finance/debt-capital-structure-advisor/metadata.json +27 -0
  1640. package/skills/finance/finance-maestro/README.md +13 -0
  1641. package/skills/finance/finance-maestro/SKILL.md +72 -0
  1642. package/skills/finance/finance-maestro/metadata.json +12 -0
  1643. package/skills/finance/fpa-forecasting-advisor/README.md +21 -0
  1644. package/skills/finance/fpa-forecasting-advisor/SKILL.md +428 -0
  1645. package/skills/finance/fpa-forecasting-advisor/metadata.json +27 -0
  1646. package/skills/finance/transfer-pricing-pillar-two-advisor/README.md +21 -0
  1647. package/skills/finance/transfer-pricing-pillar-two-advisor/SKILL.md +319 -0
  1648. package/skills/finance/transfer-pricing-pillar-two-advisor/metadata.json +28 -0
  1649. package/skills/finance/treasury-liquidity-advisor/README.md +20 -0
  1650. package/skills/finance/treasury-liquidity-advisor/SKILL.md +291 -0
  1651. package/skills/finance/treasury-liquidity-advisor/metadata.json +27 -0
  1652. package/skills/finance/variance-analysis-advisor/README.md +19 -0
  1653. package/skills/finance/variance-analysis-advisor/SKILL.md +167 -0
  1654. package/skills/finance/variance-analysis-advisor/metadata.json +12 -0
  1655. package/skills/finance/working-capital-advisor/README.md +23 -0
  1656. package/skills/finance/working-capital-advisor/SKILL.md +438 -0
  1657. package/skills/finance/working-capital-advisor/metadata.json +30 -0
  1658. package/skills/oci/oci-autonomous-database-architect/SKILL.md +30 -108
  1659. package/skills/oci/oci-autonomous-database-architect/metadata.json +4 -4
  1660. package/skills/oci/oci-autonomous-database-architect/references/autonomous-database-operations.md +69 -0
  1661. package/skills/oci/oci-autonomous-database-architect/references/compatibility-checklist.md +7 -26
  1662. package/skills/oci/oci-autonomous-database-architect/references/deployment-options.md +7 -21
  1663. package/skills/oci/oci-autonomous-database-architect/references/mcp-and-evidence.md +30 -0
  1664. package/skills/oci/oci-autonomous-database-architect/references/official-sources.md +21 -0
  1665. package/skills/oci/oci-autonomous-database-architect/references/safety-checklist.md +11 -27
  1666. package/skills/oci/oci-autonomous-database-architect/references/workflow-and-output.md +24 -0
  1667. package/skills/oci/oci-certificates-issuer-review/SKILL.md +29 -18
  1668. package/skills/oci/oci-certificates-issuer-review/metadata.json +16 -9
  1669. package/skills/oci/oci-certificates-issuer-review/references/certificates-issuer-operations.md +69 -0
  1670. package/skills/oci/oci-certificates-issuer-review/references/mcp-and-evidence.md +30 -0
  1671. package/skills/oci/oci-certificates-issuer-review/references/official-sources.md +21 -0
  1672. package/skills/oci/oci-certificates-issuer-review/references/safety-checklist.md +16 -0
  1673. package/skills/oci/oci-certificates-issuer-review/references/workflow-and-output.md +18 -201
  1674. package/skills/oci/oci-cloud-guard-responder/SKILL.md +31 -90
  1675. package/skills/oci/oci-cloud-guard-responder/metadata.json +6 -6
  1676. package/skills/oci/oci-cloud-guard-responder/references/cloud-guard-operations.md +69 -0
  1677. package/skills/oci/oci-cloud-guard-responder/references/mcp-and-evidence.md +30 -0
  1678. package/skills/oci/oci-cloud-guard-responder/references/official-sources.md +19 -0
  1679. package/skills/oci/oci-cloud-guard-responder/references/safety-checklist.md +11 -27
  1680. package/skills/oci/oci-cloud-guard-responder/references/workflow-and-output.md +24 -0
  1681. package/skills/oci/oci-compute-instance-agent-operator/SKILL.md +30 -89
  1682. package/skills/oci/oci-compute-instance-agent-operator/metadata.json +5 -6
  1683. package/skills/oci/oci-compute-instance-agent-operator/references/instance-agent-operations.md +69 -0
  1684. package/skills/oci/oci-compute-instance-agent-operator/references/mcp-and-evidence.md +30 -0
  1685. package/skills/oci/oci-compute-instance-agent-operator/references/official-sources.md +18 -0
  1686. package/skills/oci/oci-compute-instance-agent-operator/references/safety-checklist.md +11 -27
  1687. package/skills/oci/oci-compute-instance-agent-operator/references/workflow-and-output.md +24 -0
  1688. package/skills/oci/oci-compute-platform-operator/SKILL.md +29 -209
  1689. package/skills/oci/oci-compute-platform-operator/metadata.json +6 -6
  1690. package/skills/oci/oci-compute-platform-operator/references/compute-platform-operations.md +69 -0
  1691. package/skills/oci/oci-compute-platform-operator/references/mcp-and-evidence.md +30 -0
  1692. package/skills/oci/oci-compute-platform-operator/references/official-sources.md +19 -0
  1693. package/skills/oci/oci-compute-platform-operator/references/safety-checklist.md +11 -27
  1694. package/skills/oci/oci-compute-platform-operator/references/workflow-and-output.md +24 -0
  1695. package/skills/oci/oci-cost-finops-analyst/SKILL.md +29 -212
  1696. package/skills/oci/oci-cost-finops-analyst/metadata.json +8 -6
  1697. package/skills/oci/oci-cost-finops-analyst/references/cost-finops-operations.md +70 -0
  1698. package/skills/oci/oci-cost-finops-analyst/references/mcp-and-evidence.md +30 -0
  1699. package/skills/oci/oci-cost-finops-analyst/references/official-sources.md +21 -0
  1700. package/skills/oci/oci-cost-finops-analyst/references/safety-checklist.md +11 -27
  1701. package/skills/oci/oci-cost-finops-analyst/references/workflow-and-output.md +24 -0
  1702. package/skills/oci/oci-database-platform-dba/SKILL.md +28 -234
  1703. package/skills/oci/oci-database-platform-dba/metadata.json +8 -6
  1704. package/skills/oci/oci-database-platform-dba/references/database-platform-operations.md +70 -0
  1705. package/skills/oci/oci-database-platform-dba/references/mcp-and-evidence.md +30 -0
  1706. package/skills/oci/oci-database-platform-dba/references/official-sources.md +21 -0
  1707. package/skills/oci/oci-database-platform-dba/references/safety-checklist.md +11 -27
  1708. package/skills/oci/oci-database-platform-dba/references/workflow-and-output.md +24 -0
  1709. package/skills/oci/oci-dbtools-sql-analyst/SKILL.md +31 -90
  1710. package/skills/oci/oci-dbtools-sql-analyst/metadata.json +8 -6
  1711. package/skills/oci/oci-dbtools-sql-analyst/references/dbtools-sql-operations.md +70 -0
  1712. package/skills/oci/oci-dbtools-sql-analyst/references/mcp-and-evidence.md +30 -0
  1713. package/skills/oci/oci-dbtools-sql-analyst/references/official-sources.md +21 -0
  1714. package/skills/oci/oci-dbtools-sql-analyst/references/safety-checklist.md +11 -27
  1715. package/skills/oci/oci-dbtools-sql-analyst/references/workflow-and-output.md +24 -0
  1716. package/skills/oci/oci-devops-container-platform-engineer/SKILL.md +28 -222
  1717. package/skills/oci/oci-devops-container-platform-engineer/metadata.json +8 -6
  1718. package/skills/oci/oci-devops-container-platform-engineer/references/devops-container-operations.md +70 -0
  1719. package/skills/oci/oci-devops-container-platform-engineer/references/mcp-and-evidence.md +30 -0
  1720. package/skills/oci/oci-devops-container-platform-engineer/references/official-sources.md +21 -0
  1721. package/skills/oci/oci-devops-container-platform-engineer/references/safety-checklist.md +11 -27
  1722. package/skills/oci/oci-devops-container-platform-engineer/references/workflow-and-output.md +24 -0
  1723. package/skills/oci/oci-exadata-database-architect/SKILL.md +29 -287
  1724. package/skills/oci/oci-exadata-database-architect/metadata.json +6 -5
  1725. package/skills/oci/oci-exadata-database-architect/references/exadata-database-operations.md +70 -0
  1726. package/skills/oci/oci-exadata-database-architect/references/mcp-and-evidence.md +30 -0
  1727. package/skills/oci/oci-exadata-database-architect/references/official-sources.md +23 -0
  1728. package/skills/oci/oci-exadata-database-architect/references/safety-checklist.md +16 -0
  1729. package/skills/oci/oci-exadata-database-architect/references/workflow-and-output.md +24 -0
  1730. package/skills/oci/oci-exadata-platform-architect/SKILL.md +30 -108
  1731. package/skills/oci/oci-exadata-platform-architect/metadata.json +8 -6
  1732. package/skills/oci/oci-exadata-platform-architect/references/exadata-platform-operations.md +64 -0
  1733. package/skills/oci/oci-exadata-platform-architect/references/mcp-and-evidence.md +30 -0
  1734. package/skills/oci/oci-exadata-platform-architect/references/official-sources.md +22 -0
  1735. package/skills/oci/oci-exadata-platform-architect/references/safety-checklist.md +26 -23
  1736. package/skills/oci/oci-exadata-platform-architect/references/workflow-and-output.md +26 -0
  1737. package/skills/oci/oci-fusion-apps-environment-operator/SKILL.md +30 -89
  1738. package/skills/oci/oci-fusion-apps-environment-operator/metadata.json +8 -6
  1739. package/skills/oci/oci-fusion-apps-environment-operator/references/fusion-apps-environment-operations.md +64 -0
  1740. package/skills/oci/oci-fusion-apps-environment-operator/references/mcp-and-evidence.md +30 -0
  1741. package/skills/oci/oci-fusion-apps-environment-operator/references/official-sources.md +22 -0
  1742. package/skills/oci/oci-fusion-apps-environment-operator/references/safety-checklist.md +26 -23
  1743. package/skills/oci/oci-fusion-apps-environment-operator/references/workflow-and-output.md +26 -0
  1744. package/skills/oci/oci-goldengate-replication-operator/SKILL.md +30 -89
  1745. package/skills/oci/oci-goldengate-replication-operator/metadata.json +7 -6
  1746. package/skills/oci/oci-goldengate-replication-operator/references/goldengate-replication-operations.md +65 -0
  1747. package/skills/oci/oci-goldengate-replication-operator/references/mcp-and-evidence.md +30 -0
  1748. package/skills/oci/oci-goldengate-replication-operator/references/official-sources.md +21 -0
  1749. package/skills/oci/oci-goldengate-replication-operator/references/safety-checklist.md +26 -23
  1750. package/skills/oci/oci-goldengate-replication-operator/references/workflow-and-output.md +26 -0
  1751. package/skills/oci/oci-identity-access-governor/SKILL.md +29 -208
  1752. package/skills/oci/oci-identity-access-governor/metadata.json +9 -6
  1753. package/skills/oci/oci-identity-access-governor/references/identity-access-operations.md +66 -0
  1754. package/skills/oci/oci-identity-access-governor/references/mcp-and-evidence.md +30 -0
  1755. package/skills/oci/oci-identity-access-governor/references/official-sources.md +23 -0
  1756. package/skills/oci/oci-identity-access-governor/references/safety-checklist.md +26 -23
  1757. package/skills/oci/oci-identity-access-governor/references/workflow-and-output.md +26 -0
  1758. package/skills/oci/oci-iot-digital-twin-engineer/SKILL.md +30 -89
  1759. package/skills/oci/oci-iot-digital-twin-engineer/metadata.json +5 -6
  1760. package/skills/oci/oci-iot-digital-twin-engineer/references/iot-digital-twin-operations.md +65 -0
  1761. package/skills/oci/oci-iot-digital-twin-engineer/references/mcp-and-evidence.md +30 -0
  1762. package/skills/oci/oci-iot-digital-twin-engineer/references/official-sources.md +19 -0
  1763. package/skills/oci/oci-iot-digital-twin-engineer/references/safety-checklist.md +26 -23
  1764. package/skills/oci/oci-iot-digital-twin-engineer/references/workflow-and-output.md +26 -0
  1765. package/skills/oci/oci-limits-capacity-planner/SKILL.md +31 -90
  1766. package/skills/oci/oci-limits-capacity-planner/metadata.json +7 -6
  1767. package/skills/oci/oci-limits-capacity-planner/references/limits-capacity-operations.md +65 -0
  1768. package/skills/oci/oci-limits-capacity-planner/references/mcp-and-evidence.md +30 -0
  1769. package/skills/oci/oci-limits-capacity-planner/references/official-sources.md +21 -0
  1770. package/skills/oci/oci-limits-capacity-planner/references/safety-checklist.md +26 -23
  1771. package/skills/oci/oci-limits-capacity-planner/references/workflow-and-output.md +26 -0
  1772. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +26 -27
  1773. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/metadata.json +8 -8
  1774. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/autonomous-db-lifecycle-operations.md +63 -0
  1775. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/mcp-and-evidence.md +30 -0
  1776. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/official-sources.md +18 -9
  1777. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/safety-checklist.md +35 -0
  1778. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/workflow-and-output.md +26 -0
  1779. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +26 -27
  1780. package/skills/oci/oci-live-cost-budget-runaway-guard/metadata.json +6 -6
  1781. package/skills/oci/oci-live-cost-budget-runaway-guard/references/cost-budget-runaway-operations.md +65 -0
  1782. package/skills/oci/oci-live-cost-budget-runaway-guard/references/mcp-and-evidence.md +30 -0
  1783. package/skills/oci/oci-live-cost-budget-runaway-guard/references/official-sources.md +15 -10
  1784. package/skills/oci/oci-live-cost-budget-runaway-guard/references/safety-checklist.md +35 -0
  1785. package/skills/oci/oci-live-cost-budget-runaway-guard/references/workflow-and-output.md +26 -0
  1786. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +26 -27
  1787. package/skills/oci/oci-live-iam-policy-compartment-guard/metadata.json +7 -7
  1788. package/skills/oci/oci-live-iam-policy-compartment-guard/references/iam-policy-compartment-operations.md +65 -0
  1789. package/skills/oci/oci-live-iam-policy-compartment-guard/references/mcp-and-evidence.md +30 -0
  1790. package/skills/oci/oci-live-iam-policy-compartment-guard/references/official-sources.md +17 -8
  1791. package/skills/oci/oci-live-iam-policy-compartment-guard/references/safety-checklist.md +35 -0
  1792. package/skills/oci/oci-live-iam-policy-compartment-guard/references/workflow-and-output.md +26 -0
  1793. package/skills/oci/oci-live-network-security-rule-guard/SKILL.md +26 -35
  1794. package/skills/oci/oci-live-network-security-rule-guard/metadata.json +6 -7
  1795. package/skills/oci/oci-live-network-security-rule-guard/references/mcp-and-evidence.md +30 -0
  1796. package/skills/oci/oci-live-network-security-rule-guard/references/network-security-rule-operations.md +65 -0
  1797. package/skills/oci/oci-live-network-security-rule-guard/references/official-sources.md +18 -17
  1798. package/skills/oci/oci-live-network-security-rule-guard/references/safety-checklist.md +35 -0
  1799. package/skills/oci/oci-live-network-security-rule-guard/references/workflow-and-output.md +26 -0
  1800. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +26 -27
  1801. package/skills/oci/oci-live-oke-rollout-guard/metadata.json +5 -4
  1802. package/skills/oci/oci-live-oke-rollout-guard/references/mcp-and-evidence.md +30 -0
  1803. package/skills/oci/oci-live-oke-rollout-guard/references/official-sources.md +16 -11
  1804. package/skills/oci/oci-live-oke-rollout-guard/references/oke-rollout-operations.md +65 -0
  1805. package/skills/oci/oci-live-oke-rollout-guard/references/safety-checklist.md +35 -0
  1806. package/skills/oci/oci-live-oke-rollout-guard/references/workflow-and-output.md +26 -0
  1807. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +26 -27
  1808. package/skills/oci/oci-live-resource-manager-stack-guard/metadata.json +8 -8
  1809. package/skills/oci/oci-live-resource-manager-stack-guard/references/mcp-and-evidence.md +30 -0
  1810. package/skills/oci/oci-live-resource-manager-stack-guard/references/official-sources.md +18 -8
  1811. package/skills/oci/oci-live-resource-manager-stack-guard/references/resource-manager-stack-operations.md +66 -0
  1812. package/skills/oci/oci-live-resource-manager-stack-guard/references/safety-checklist.md +35 -0
  1813. package/skills/oci/oci-live-resource-manager-stack-guard/references/workflow-and-output.md +26 -0
  1814. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +26 -27
  1815. package/skills/oci/oci-live-vault-key-destruction-guard/metadata.json +7 -7
  1816. package/skills/oci/oci-live-vault-key-destruction-guard/references/mcp-and-evidence.md +30 -0
  1817. package/skills/oci/oci-live-vault-key-destruction-guard/references/official-sources.md +17 -8
  1818. package/skills/oci/oci-live-vault-key-destruction-guard/references/safety-checklist.md +35 -0
  1819. package/skills/oci/oci-live-vault-key-destruction-guard/references/vault-key-destruction-operations.md +66 -0
  1820. package/skills/oci/oci-live-vault-key-destruction-guard/references/workflow-and-output.md +26 -0
  1821. package/skills/oci/oci-load-balancer-traffic-engineer/SKILL.md +30 -89
  1822. package/skills/oci/oci-load-balancer-traffic-engineer/metadata.json +8 -6
  1823. package/skills/oci/oci-load-balancer-traffic-engineer/references/load-balancer-traffic-operations.md +67 -0
  1824. package/skills/oci/oci-load-balancer-traffic-engineer/references/mcp-and-evidence.md +30 -0
  1825. package/skills/oci/oci-load-balancer-traffic-engineer/references/official-sources.md +22 -0
  1826. package/skills/oci/oci-load-balancer-traffic-engineer/references/safety-checklist.md +26 -23
  1827. package/skills/oci/oci-load-balancer-traffic-engineer/references/workflow-and-output.md +26 -0
  1828. package/skills/oci/oci-maestro/SKILL.md +31 -146
  1829. package/skills/oci/oci-maestro/metadata.json +6 -6
  1830. package/skills/oci/oci-maestro/references/maestro-routing-operations.md +64 -0
  1831. package/skills/oci/oci-maestro/references/mcp-and-evidence.md +30 -0
  1832. package/skills/oci/oci-maestro/references/official-sources.md +22 -0
  1833. package/skills/oci/oci-maestro/references/safety-checklist.md +35 -0
  1834. package/skills/oci/oci-maestro/references/workflow-and-output.md +26 -0
  1835. package/skills/oci/oci-migration-cutover-architect/SKILL.md +31 -89
  1836. package/skills/oci/oci-migration-cutover-architect/metadata.json +7 -6
  1837. package/skills/oci/oci-migration-cutover-architect/references/mcp-and-evidence.md +33 -0
  1838. package/skills/oci/oci-migration-cutover-architect/references/migration-cutover-operations.md +65 -0
  1839. package/skills/oci/oci-migration-cutover-architect/references/official-sources.md +22 -0
  1840. package/skills/oci/oci-migration-cutover-architect/references/safety-checklist.md +26 -23
  1841. package/skills/oci/oci-migration-cutover-architect/references/workflow-and-output.md +27 -0
  1842. package/skills/oci/oci-multi-cloud-architect/SKILL.md +29 -248
  1843. package/skills/oci/oci-multi-cloud-architect/metadata.json +9 -6
  1844. package/skills/oci/oci-multi-cloud-architect/references/mcp-and-evidence.md +33 -0
  1845. package/skills/oci/oci-multi-cloud-architect/references/multi-cloud-architecture-operations.md +64 -0
  1846. package/skills/oci/oci-multi-cloud-architect/references/official-sources.md +24 -0
  1847. package/skills/oci/oci-multi-cloud-architect/references/safety-checklist.md +26 -23
  1848. package/skills/oci/oci-multi-cloud-architect/references/workflow-and-output.md +27 -0
  1849. package/skills/oci/oci-mysql-heatwave-ai-specialist/SKILL.md +31 -89
  1850. package/skills/oci/oci-mysql-heatwave-ai-specialist/metadata.json +7 -6
  1851. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/mcp-and-evidence.md +33 -0
  1852. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/mysql-heatwave-ai-operations.md +65 -0
  1853. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/official-sources.md +22 -0
  1854. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/safety-checklist.md +26 -23
  1855. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/workflow-and-output.md +27 -0
  1856. package/skills/oci/oci-network-architect/SKILL.md +30 -195
  1857. package/skills/oci/oci-network-architect/metadata.json +9 -6
  1858. package/skills/oci/oci-network-architect/references/mcp-and-evidence.md +33 -0
  1859. package/skills/oci/oci-network-architect/references/network-architecture-operations.md +65 -0
  1860. package/skills/oci/oci-network-architect/references/official-sources.md +24 -0
  1861. package/skills/oci/oci-network-architect/references/safety-checklist.md +26 -23
  1862. package/skills/oci/oci-network-architect/references/workflow-and-output.md +27 -0
  1863. package/skills/oci/oci-observability-incident-responder/SKILL.md +30 -238
  1864. package/skills/oci/oci-observability-incident-responder/metadata.json +9 -6
  1865. package/skills/oci/oci-observability-incident-responder/references/mcp-and-evidence.md +33 -0
  1866. package/skills/oci/oci-observability-incident-responder/references/observability-incident-operations.md +66 -0
  1867. package/skills/oci/oci-observability-incident-responder/references/official-sources.md +24 -0
  1868. package/skills/oci/oci-observability-incident-responder/references/safety-checklist.md +26 -23
  1869. package/skills/oci/oci-observability-incident-responder/references/workflow-and-output.md +27 -0
  1870. package/skills/oci/oci-recovery-service-operator/SKILL.md +30 -89
  1871. package/skills/oci/oci-recovery-service-operator/metadata.json +7 -6
  1872. package/skills/oci/oci-recovery-service-operator/references/mcp-and-evidence.md +30 -0
  1873. package/skills/oci/oci-recovery-service-operator/references/official-sources.md +21 -0
  1874. package/skills/oci/oci-recovery-service-operator/references/recovery-service-operations.md +65 -0
  1875. package/skills/oci/oci-recovery-service-operator/references/safety-checklist.md +26 -23
  1876. package/skills/oci/oci-recovery-service-operator/references/workflow-and-output.md +26 -0
  1877. package/skills/oci/oci-registry-artifact-governor/SKILL.md +30 -89
  1878. package/skills/oci/oci-registry-artifact-governor/metadata.json +8 -6
  1879. package/skills/oci/oci-registry-artifact-governor/references/mcp-and-evidence.md +30 -0
  1880. package/skills/oci/oci-registry-artifact-governor/references/official-sources.md +22 -0
  1881. package/skills/oci/oci-registry-artifact-governor/references/registry-artifact-operations.md +65 -0
  1882. package/skills/oci/oci-registry-artifact-governor/references/safety-checklist.md +26 -23
  1883. package/skills/oci/oci-registry-artifact-governor/references/workflow-and-output.md +26 -0
  1884. package/skills/oci/oci-resource-search-inventory-analyst/SKILL.md +31 -90
  1885. package/skills/oci/oci-resource-search-inventory-analyst/metadata.json +7 -6
  1886. package/skills/oci/oci-resource-search-inventory-analyst/references/mcp-and-evidence.md +30 -0
  1887. package/skills/oci/oci-resource-search-inventory-analyst/references/official-sources.md +21 -0
  1888. package/skills/oci/oci-resource-search-inventory-analyst/references/resource-search-inventory-operations.md +65 -0
  1889. package/skills/oci/oci-resource-search-inventory-analyst/references/safety-checklist.md +26 -23
  1890. package/skills/oci/oci-resource-search-inventory-analyst/references/workflow-and-output.md +26 -0
  1891. package/skills/oci/oci-security-compliance-reviewer/SKILL.md +28 -210
  1892. package/skills/oci/oci-security-compliance-reviewer/metadata.json +10 -6
  1893. package/skills/oci/oci-security-compliance-reviewer/references/mcp-and-evidence.md +30 -0
  1894. package/skills/oci/oci-security-compliance-reviewer/references/official-sources.md +24 -0
  1895. package/skills/oci/oci-security-compliance-reviewer/references/safety-checklist.md +26 -23
  1896. package/skills/oci/oci-security-compliance-reviewer/references/security-compliance-operations.md +65 -0
  1897. package/skills/oci/oci-security-compliance-reviewer/references/workflow-and-output.md +26 -0
  1898. package/skills/oci/oci-solution-architect/SKILL.md +28 -219
  1899. package/skills/oci/oci-solution-architect/metadata.json +9 -6
  1900. package/skills/oci/oci-solution-architect/references/mcp-and-evidence.md +30 -0
  1901. package/skills/oci/oci-solution-architect/references/official-sources.md +23 -0
  1902. package/skills/oci/oci-solution-architect/references/safety-checklist.md +26 -23
  1903. package/skills/oci/oci-solution-architect/references/solution-architecture-operations.md +65 -0
  1904. package/skills/oci/oci-solution-architect/references/workflow-and-output.md +26 -0
  1905. package/skills/oci/oci-storage-backup-steward/SKILL.md +24 -236
  1906. package/skills/oci/oci-storage-backup-steward/metadata.json +8 -6
  1907. package/skills/oci/oci-storage-backup-steward/references/mcp-and-evidence.md +25 -0
  1908. package/skills/oci/oci-storage-backup-steward/references/oci-storage-backup-steward-operations.md +59 -0
  1909. package/skills/oci/oci-storage-backup-steward/references/official-sources.md +15 -0
  1910. package/skills/oci/oci-storage-backup-steward/references/safety-checklist.md +11 -25
  1911. package/skills/oci/oci-storage-backup-steward/references/workflow-and-output.md +24 -0
  1912. package/skills/oci/oci-support-incident-coordinator/SKILL.md +26 -93
  1913. package/skills/oci/oci-support-incident-coordinator/metadata.json +7 -6
  1914. package/skills/oci/oci-support-incident-coordinator/references/mcp-and-evidence.md +25 -0
  1915. package/skills/oci/oci-support-incident-coordinator/references/oci-support-incident-coordinator-operations.md +58 -0
  1916. package/skills/oci/oci-support-incident-coordinator/references/official-sources.md +14 -0
  1917. package/skills/oci/oci-support-incident-coordinator/references/safety-checklist.md +11 -25
  1918. package/skills/oci/oci-support-incident-coordinator/references/workflow-and-output.md +24 -0
  1919. package/skills/oci/oci-waf-cost-optimization-review/SKILL.md +25 -77
  1920. package/skills/oci/oci-waf-cost-optimization-review/metadata.json +16 -8
  1921. package/skills/oci/oci-waf-cost-optimization-review/references/mcp-and-evidence.md +25 -0
  1922. package/skills/oci/oci-waf-cost-optimization-review/references/oci-waf-cost-optimization-review-operations.md +58 -0
  1923. package/skills/oci/oci-waf-cost-optimization-review/references/official-sources.md +15 -0
  1924. package/skills/oci/oci-waf-cost-optimization-review/references/safety-checklist.md +18 -0
  1925. package/skills/oci/oci-waf-cost-optimization-review/references/workflow-and-output.md +24 -0
  1926. package/skills/oci/oci-waf-reliability-review/SKILL.md +25 -75
  1927. package/skills/oci/oci-waf-reliability-review/metadata.json +15 -7
  1928. package/skills/oci/oci-waf-reliability-review/references/mcp-and-evidence.md +25 -0
  1929. package/skills/oci/oci-waf-reliability-review/references/oci-waf-reliability-review-operations.md +58 -0
  1930. package/skills/oci/oci-waf-reliability-review/references/official-sources.md +15 -0
  1931. package/skills/oci/oci-waf-reliability-review/references/safety-checklist.md +18 -0
  1932. package/skills/oci/oci-waf-reliability-review/references/workflow-and-output.md +24 -0
  1933. package/skills/oci/oci-waf-security-review/SKILL.md +25 -71
  1934. package/skills/oci/oci-waf-security-review/metadata.json +15 -8
  1935. package/skills/oci/oci-waf-security-review/references/mcp-and-evidence.md +25 -0
  1936. package/skills/oci/oci-waf-security-review/references/oci-waf-security-review-operations.md +58 -0
  1937. package/skills/oci/oci-waf-security-review/references/official-sources.md +15 -0
  1938. package/skills/oci/oci-waf-security-review/references/safety-checklist.md +18 -0
  1939. package/skills/oci/oci-waf-security-review/references/workflow-and-output.md +24 -0
  1940. package/skills/oci/oracle-oci-mcp-grounded-advisor/SKILL.md +26 -21
  1941. package/skills/oci/oracle-oci-mcp-grounded-advisor/metadata.json +6 -5
  1942. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/mcp-and-evidence.md +25 -0
  1943. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/official-sources.md +15 -0
  1944. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/oracle-oci-mcp-grounded-advisor-operations.md +58 -0
  1945. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/safety-checklist.md +18 -0
  1946. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/workflow-and-output.md +24 -0
  1947. package/tests/fixtures/accounting-maestro-routing/expected/01-revenue-recognition.json +4 -0
  1948. package/tests/fixtures/accounting-maestro-routing/expected/02-close-cycle.json +4 -0
  1949. package/tests/fixtures/accounting-maestro-routing/expected/03-tax-provision.json +4 -0
  1950. package/tests/fixtures/accounting-maestro-routing/expected/04-lease-accounting.json +4 -0
  1951. package/tests/fixtures/accounting-maestro-routing/expected/05-consolidation-intercompany.json +4 -0
  1952. package/tests/fixtures/accounting-maestro-routing/expected/06-fx-translation.json +4 -0
  1953. package/tests/fixtures/accounting-maestro-routing/expected/07-hedge-accounting.json +4 -0
  1954. package/tests/fixtures/accounting-maestro-routing/expected/08-indirect-tax-einvoicing.json +4 -0
  1955. package/tests/fixtures/accounting-maestro-routing/expected/09-payroll.json +4 -0
  1956. package/tests/fixtures/accounting-maestro-routing/expected/10-procure-to-pay.json +4 -0
  1957. package/tests/fixtures/accounting-maestro-routing/expected/11-fixed-assets.json +4 -0
  1958. package/tests/fixtures/accounting-maestro-routing/expected/12-equity-compensation.json +4 -0
  1959. package/tests/fixtures/accounting-maestro-routing/expected/13-business-combinations.json +4 -0
  1960. package/tests/fixtures/accounting-maestro-routing/expected/14-parallel-ic-deferred-tax.json +4 -0
  1961. package/tests/fixtures/accounting-maestro-routing/expected/15-boundary-hedge-mechanics.json +4 -0
  1962. package/tests/fixtures/accounting-maestro-routing/expected/16-boundary-fx-translation.json +4 -0
  1963. package/tests/fixtures/accounting-maestro-routing/expected/17-boundary-pillar-two-deferred-tax.json +4 -0
  1964. package/tests/fixtures/accounting-maestro-routing/expected/18-ambiguous.json +4 -0
  1965. package/tests/fixtures/accounting-maestro-routing/expected/19-adversarial-injection.json +4 -0
  1966. package/tests/fixtures/accounting-maestro-routing/expected/20-adversarial-persona.json +4 -0
  1967. package/tests/fixtures/accounting-maestro-routing/expected/21-live-guard-write.json +4 -0
  1968. package/tests/fixtures/accounting-maestro-routing/expected/22-secrets-bait.json +4 -0
  1969. package/tests/fixtures/accounting-maestro-routing/expected/23-direct-answer-extraction.json +4 -0
  1970. package/tests/fixtures/accounting-maestro-routing/inputs/01-revenue-recognition.json +5 -0
  1971. package/tests/fixtures/accounting-maestro-routing/inputs/02-close-cycle.json +5 -0
  1972. package/tests/fixtures/accounting-maestro-routing/inputs/03-tax-provision.json +5 -0
  1973. package/tests/fixtures/accounting-maestro-routing/inputs/04-lease-accounting.json +5 -0
  1974. package/tests/fixtures/accounting-maestro-routing/inputs/05-consolidation-intercompany.json +5 -0
  1975. package/tests/fixtures/accounting-maestro-routing/inputs/06-fx-translation.json +5 -0
  1976. package/tests/fixtures/accounting-maestro-routing/inputs/07-hedge-accounting.json +5 -0
  1977. package/tests/fixtures/accounting-maestro-routing/inputs/08-indirect-tax-einvoicing.json +5 -0
  1978. package/tests/fixtures/accounting-maestro-routing/inputs/09-payroll.json +5 -0
  1979. package/tests/fixtures/accounting-maestro-routing/inputs/10-procure-to-pay.json +5 -0
  1980. package/tests/fixtures/accounting-maestro-routing/inputs/11-fixed-assets.json +5 -0
  1981. package/tests/fixtures/accounting-maestro-routing/inputs/12-equity-compensation.json +5 -0
  1982. package/tests/fixtures/accounting-maestro-routing/inputs/13-business-combinations.json +5 -0
  1983. package/tests/fixtures/accounting-maestro-routing/inputs/14-parallel-ic-deferred-tax.json +5 -0
  1984. package/tests/fixtures/accounting-maestro-routing/inputs/15-boundary-hedge-mechanics.json +5 -0
  1985. package/tests/fixtures/accounting-maestro-routing/inputs/16-boundary-fx-translation.json +5 -0
  1986. package/tests/fixtures/accounting-maestro-routing/inputs/17-boundary-pillar-two-deferred-tax.json +5 -0
  1987. package/tests/fixtures/accounting-maestro-routing/inputs/18-ambiguous.json +5 -0
  1988. package/tests/fixtures/accounting-maestro-routing/inputs/19-adversarial-injection.json +5 -0
  1989. package/tests/fixtures/accounting-maestro-routing/inputs/20-adversarial-persona.json +5 -0
  1990. package/tests/fixtures/accounting-maestro-routing/inputs/21-live-guard-write.json +5 -0
  1991. package/tests/fixtures/accounting-maestro-routing/inputs/22-secrets-bait.json +5 -0
  1992. package/tests/fixtures/accounting-maestro-routing/inputs/23-direct-answer-extraction.json +5 -0
  1993. package/tests/fixtures/accounting-maestro-routing/taxonomy.json +158 -0
  1994. package/tests/fixtures/finance-maestro-routing/expected/01-variance-analysis.json +4 -0
  1995. package/tests/fixtures/finance-maestro-routing/expected/02-treasury-liquidity.json +4 -0
  1996. package/tests/fixtures/finance-maestro-routing/expected/03-capital-allocation.json +4 -0
  1997. package/tests/fixtures/finance-maestro-routing/expected/04-transfer-pricing.json +4 -0
  1998. package/tests/fixtures/finance-maestro-routing/expected/05-fpa-forecasting.json +4 -0
  1999. package/tests/fixtures/finance-maestro-routing/expected/06-debt-capital-structure.json +4 -0
  2000. package/tests/fixtures/finance-maestro-routing/expected/07-working-capital.json +4 -0
  2001. package/tests/fixtures/finance-maestro-routing/expected/08-parallel-wacc-leverage.json +4 -0
  2002. package/tests/fixtures/finance-maestro-routing/expected/09-boundary-treasury-not-hedge.json +4 -0
  2003. package/tests/fixtures/finance-maestro-routing/expected/10-boundary-pillar-two-globe.json +4 -0
  2004. package/tests/fixtures/finance-maestro-routing/expected/11-ambiguous.json +4 -0
  2005. package/tests/fixtures/finance-maestro-routing/expected/12-adversarial-injection.json +4 -0
  2006. package/tests/fixtures/finance-maestro-routing/expected/13-adversarial-persona.json +4 -0
  2007. package/tests/fixtures/finance-maestro-routing/expected/14-live-guard-write.json +4 -0
  2008. package/tests/fixtures/finance-maestro-routing/expected/15-secrets-bait.json +4 -0
  2009. package/tests/fixtures/finance-maestro-routing/expected/16-direct-answer-extraction.json +4 -0
  2010. package/tests/fixtures/finance-maestro-routing/inputs/01-variance-analysis.json +5 -0
  2011. package/tests/fixtures/finance-maestro-routing/inputs/02-treasury-liquidity.json +5 -0
  2012. package/tests/fixtures/finance-maestro-routing/inputs/03-capital-allocation.json +5 -0
  2013. package/tests/fixtures/finance-maestro-routing/inputs/04-transfer-pricing.json +5 -0
  2014. package/tests/fixtures/finance-maestro-routing/inputs/05-fpa-forecasting.json +5 -0
  2015. package/tests/fixtures/finance-maestro-routing/inputs/06-debt-capital-structure.json +5 -0
  2016. package/tests/fixtures/finance-maestro-routing/inputs/07-working-capital.json +5 -0
  2017. package/tests/fixtures/finance-maestro-routing/inputs/08-parallel-wacc-leverage.json +5 -0
  2018. package/tests/fixtures/finance-maestro-routing/inputs/09-boundary-treasury-not-hedge.json +5 -0
  2019. package/tests/fixtures/finance-maestro-routing/inputs/10-boundary-pillar-two-globe.json +5 -0
  2020. package/tests/fixtures/finance-maestro-routing/inputs/11-ambiguous.json +5 -0
  2021. package/tests/fixtures/finance-maestro-routing/inputs/12-adversarial-injection.json +5 -0
  2022. package/tests/fixtures/finance-maestro-routing/inputs/13-adversarial-persona.json +5 -0
  2023. package/tests/fixtures/finance-maestro-routing/inputs/14-live-guard-write.json +5 -0
  2024. package/tests/fixtures/finance-maestro-routing/inputs/15-secrets-bait.json +5 -0
  2025. package/tests/fixtures/finance-maestro-routing/inputs/16-direct-answer-extraction.json +5 -0
  2026. package/tests/fixtures/finance-maestro-routing/taxonomy.json +100 -0
  2027. package/tests/validate-catalog.py +2 -0
  2028. package/skills/oci/oci-autonomous-database-architect/references/documentation-fallback.md +0 -30
  2029. package/skills/oci/oci-autonomous-database-architect/references/oracle-mcp.md +0 -28
  2030. package/skills/oci/oci-cloud-guard-responder/references/documentation-fallback.md +0 -30
  2031. package/skills/oci/oci-cloud-guard-responder/references/oracle-mcp.md +0 -23
  2032. package/skills/oci/oci-compute-instance-agent-operator/references/documentation-fallback.md +0 -30
  2033. package/skills/oci/oci-compute-instance-agent-operator/references/oracle-mcp.md +0 -23
  2034. package/skills/oci/oci-compute-platform-operator/references/documentation-fallback.md +0 -30
  2035. package/skills/oci/oci-compute-platform-operator/references/oracle-mcp.md +0 -22
  2036. package/skills/oci/oci-cost-finops-analyst/references/documentation-fallback.md +0 -30
  2037. package/skills/oci/oci-cost-finops-analyst/references/oracle-mcp.md +0 -22
  2038. package/skills/oci/oci-database-platform-dba/references/documentation-fallback.md +0 -30
  2039. package/skills/oci/oci-database-platform-dba/references/oracle-mcp.md +0 -22
  2040. package/skills/oci/oci-dbtools-sql-analyst/references/documentation-fallback.md +0 -30
  2041. package/skills/oci/oci-dbtools-sql-analyst/references/oracle-mcp.md +0 -23
  2042. package/skills/oci/oci-devops-container-platform-engineer/references/documentation-fallback.md +0 -30
  2043. package/skills/oci/oci-devops-container-platform-engineer/references/oracle-mcp.md +0 -22
  2044. package/skills/oci/oci-exadata-platform-architect/references/compatibility-checklist.md +0 -25
  2045. package/skills/oci/oci-exadata-platform-architect/references/deployment-options.md +0 -22
  2046. package/skills/oci/oci-exadata-platform-architect/references/documentation-fallback.md +0 -30
  2047. package/skills/oci/oci-exadata-platform-architect/references/oracle-mcp.md +0 -28
  2048. package/skills/oci/oci-fusion-apps-environment-operator/references/documentation-fallback.md +0 -30
  2049. package/skills/oci/oci-fusion-apps-environment-operator/references/oracle-mcp.md +0 -23
  2050. package/skills/oci/oci-goldengate-replication-operator/references/documentation-fallback.md +0 -30
  2051. package/skills/oci/oci-goldengate-replication-operator/references/oracle-mcp.md +0 -23
  2052. package/skills/oci/oci-identity-access-governor/references/documentation-fallback.md +0 -30
  2053. package/skills/oci/oci-identity-access-governor/references/oracle-mcp.md +0 -22
  2054. package/skills/oci/oci-iot-digital-twin-engineer/references/documentation-fallback.md +0 -30
  2055. package/skills/oci/oci-iot-digital-twin-engineer/references/oracle-mcp.md +0 -23
  2056. package/skills/oci/oci-limits-capacity-planner/references/documentation-fallback.md +0 -30
  2057. package/skills/oci/oci-limits-capacity-planner/references/oracle-mcp.md +0 -23
  2058. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/permission-model.md +0 -49
  2059. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/preflight-commands.md +0 -58
  2060. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/rollback-playbook.md +0 -44
  2061. package/skills/oci/oci-live-cost-budget-runaway-guard/references/permission-model.md +0 -59
  2062. package/skills/oci/oci-live-cost-budget-runaway-guard/references/preflight-commands.md +0 -42
  2063. package/skills/oci/oci-live-cost-budget-runaway-guard/references/rollback-playbook.md +0 -44
  2064. package/skills/oci/oci-live-iam-policy-compartment-guard/references/permission-model.md +0 -71
  2065. package/skills/oci/oci-live-iam-policy-compartment-guard/references/preflight-commands.md +0 -49
  2066. package/skills/oci/oci-live-iam-policy-compartment-guard/references/rollback-playbook.md +0 -62
  2067. package/skills/oci/oci-live-network-security-rule-guard/references/permission-model.md +0 -65
  2068. package/skills/oci/oci-live-network-security-rule-guard/references/preflight-commands.md +0 -69
  2069. package/skills/oci/oci-live-network-security-rule-guard/references/rollback-playbook.md +0 -79
  2070. package/skills/oci/oci-live-oke-rollout-guard/references/permission-model.md +0 -80
  2071. package/skills/oci/oci-live-oke-rollout-guard/references/preflight-commands.md +0 -55
  2072. package/skills/oci/oci-live-oke-rollout-guard/references/rollback-playbook.md +0 -45
  2073. package/skills/oci/oci-live-resource-manager-stack-guard/references/permission-model.md +0 -70
  2074. package/skills/oci/oci-live-resource-manager-stack-guard/references/preflight-commands.md +0 -57
  2075. package/skills/oci/oci-live-resource-manager-stack-guard/references/rollback-playbook.md +0 -51
  2076. package/skills/oci/oci-live-vault-key-destruction-guard/references/permission-model.md +0 -55
  2077. package/skills/oci/oci-live-vault-key-destruction-guard/references/preflight-commands.md +0 -62
  2078. package/skills/oci/oci-live-vault-key-destruction-guard/references/rollback-playbook.md +0 -55
  2079. package/skills/oci/oci-load-balancer-traffic-engineer/references/documentation-fallback.md +0 -30
  2080. package/skills/oci/oci-load-balancer-traffic-engineer/references/oracle-mcp.md +0 -23
  2081. package/skills/oci/oci-migration-cutover-architect/references/documentation-fallback.md +0 -30
  2082. package/skills/oci/oci-migration-cutover-architect/references/oracle-mcp.md +0 -23
  2083. package/skills/oci/oci-multi-cloud-architect/references/documentation-fallback.md +0 -30
  2084. package/skills/oci/oci-multi-cloud-architect/references/oracle-mcp.md +0 -22
  2085. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/documentation-fallback.md +0 -30
  2086. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/oracle-mcp.md +0 -23
  2087. package/skills/oci/oci-network-architect/references/documentation-fallback.md +0 -30
  2088. package/skills/oci/oci-network-architect/references/oracle-mcp.md +0 -22
  2089. package/skills/oci/oci-observability-incident-responder/references/documentation-fallback.md +0 -30
  2090. package/skills/oci/oci-observability-incident-responder/references/oracle-mcp.md +0 -22
  2091. package/skills/oci/oci-recovery-service-operator/references/documentation-fallback.md +0 -30
  2092. package/skills/oci/oci-recovery-service-operator/references/oracle-mcp.md +0 -23
  2093. package/skills/oci/oci-registry-artifact-governor/references/documentation-fallback.md +0 -30
  2094. package/skills/oci/oci-registry-artifact-governor/references/oracle-mcp.md +0 -23
  2095. package/skills/oci/oci-resource-search-inventory-analyst/references/documentation-fallback.md +0 -30
  2096. package/skills/oci/oci-resource-search-inventory-analyst/references/oracle-mcp.md +0 -23
  2097. package/skills/oci/oci-security-compliance-reviewer/references/documentation-fallback.md +0 -30
  2098. package/skills/oci/oci-security-compliance-reviewer/references/oracle-mcp.md +0 -22
  2099. package/skills/oci/oci-solution-architect/references/documentation-fallback.md +0 -30
  2100. package/skills/oci/oci-solution-architect/references/oracle-mcp.md +0 -22
  2101. package/skills/oci/oci-storage-backup-steward/references/documentation-fallback.md +0 -30
  2102. package/skills/oci/oci-storage-backup-steward/references/oracle-mcp.md +0 -22
  2103. package/skills/oci/oci-support-incident-coordinator/references/documentation-fallback.md +0 -30
  2104. package/skills/oci/oci-support-incident-coordinator/references/oracle-mcp.md +0 -23
@@ -0,0 +1,70 @@
1
+ # OCI Exadata Database Architect Operations
2
+
3
+ > Version note: OCI service behavior and tooling change over time. Verify exact command syntax, permissions, regional availability, and feature maturity against official OCI documentation before production use. Do not paste secrets or sensitive identifiers into commands, files, or chat.
4
+
5
+ Use this reference for current, source-grounded service behavior and the hard review gates that the lean `SKILL.md` intentionally does not carry.
6
+
7
+ ## What people get wrong
8
+
9
+ - Starting with an Exadata shape before workload and AWR evidence.
10
+ - Treating Dedicated Infrastructure, Exascale, Cloud@Customer, and multicloud services as interchangeable.
11
+ - Assuming Data Guard, backup, TDE key integration, and maintenance controls work identically across destinations.
12
+ - Ignoring network latency, private connectivity, DNS, support ownership, and cloud-provider governance.
13
+ - Using old DB-system APIs or assumptions for current Exadata resource models.
14
+
15
+ ## Officially grounded service shape
16
+
17
+ - Official OCI documentation describes the service behavior and lifecycle concepts for this domain, but it does not prove the user's tenancy, compartments, IAM policies, limits, deployed resources, or production readiness.
18
+ - OCI API evidence through the user’s configured read-only OCI MCP shows cloud Exadata infrastructure list operations expose compartment, lifecycle, display name, cluster placement group, sorting, and pagination filters. It also distinguishes newer Exadata resource-model APIs from deprecated DB-system assumptions. Treat this as API shape evidence, not capacity or architecture proof.
19
+ - Current-state claims need sampled read-only evidence or sanitized user-provided evidence.
20
+
21
+ Documentation evidence proves documented OCI service behavior. OCI API evidence through the user's configured read-only OCI MCP can prove sampled API shape or observed configured-environment state. Neither proves broad tenancy posture, all-region availability, quota, or operational readiness.
22
+
23
+ ## Non-negotiable design rules
24
+
25
+ - Classify Exadata destination and resource model before architecture.
26
+ - Require workload profile, database estate, peak metrics, licensing, RTO/RPO, maintenance, and owner constraints.
27
+ - Verify official docs for destination-specific backup, Data Guard, key-management, networking, and maintenance features.
28
+ - Do not promise region, capacity, or multicloud availability without current evidence.
29
+ - Require rollback/cutover and support escalation path before migration advice.
30
+
31
+ ## Minimal safe implementation flow
32
+
33
+ - Capture workload, estate, destination, availability target, and operational ownership.
34
+ - Ground destination behavior in official docs and sampled API evidence where available.
35
+ - Map capacity, network, storage, HA/DR, backup, security, and maintenance blockers.
36
+ - Compare Dedicated, Exascale, Cloud@Customer, and multicloud fit.
37
+ - Return architecture verdict, option matrix, blockers, safe next actions, and validation plan.
38
+
39
+ ## High-risk assumptions to kill
40
+
41
+ - “Exadata fixes bad SQL or bad workload design.”
42
+ - “Exascale and Dedicated have the same control model.”
43
+ - “Database@provider means native provider database semantics.”
44
+ - “Data Guard setup equals tested DR.”
45
+ - “Current docs from one destination apply to every multicloud destination.”
46
+
47
+ Those are lazy assumptions.
48
+
49
+ ## Safe command/code verification targets
50
+
51
+ - List cloud Exadata infrastructure in confirmed scope and check lifecycle and resource model.
52
+ - Verify VM cluster, DB home, database, storage, backup, Data Guard, and maintenance evidence with destination-specific APIs/docs.
53
+ - Review workload metrics, RAC/Data Guard/TDE/RMAN/patch dependencies, and licensing before sizing.
54
+ - Check private connectivity, DNS, route, latency, key-management, and support ownership for multicloud or Cloud@Customer.
55
+ - Require migration rehearsal, validation queries, rollback criteria, and owner approvals before cutover.
56
+
57
+ ## Safe verification targets
58
+
59
+ - Scope is confirmed without exposing sensitive identifiers in chat or committed docs.
60
+ - Required permissions are least-privilege and separated by read, use, manage, and destructive actions.
61
+ - Current-state findings are labeled as sampled evidence, not broad proof.
62
+ - Risky mutations have explicit approval, blast-radius review, rollback, and validation.
63
+ - Official-source claims are linked to service docs and not overstated as live posture.
64
+
65
+ ## When to push back
66
+
67
+ - The user asks for a write/delete/start/stop/update/remediate action before scope and owner are clear.
68
+ - The answer would depend on live infrastructure state but only documentation evidence exists.
69
+ - The proposed access is broader than the task requires.
70
+ - The plan has no rollback, owner, or validation step.
@@ -0,0 +1,30 @@
1
+ # MCP and evidence path
2
+
3
+ Use this reference to choose the right evidence path without leaking environment details.
4
+
5
+ ## Evidence order
6
+
7
+ 1. Official OCI documentation for documented service behavior, limits, security guidance, and operational concepts.
8
+ 2. OCI API evidence through the user's configured read-only OCI MCP for API shape or sampled configured-environment observations.
9
+ 3. Sanitized user-provided evidence when live read-only evidence is unavailable.
10
+ 4. Explicit inference only when evidence is incomplete.
11
+
12
+ ## What each evidence type proves
13
+
14
+ - Official documentation proves documented OCI behavior at the time checked.
15
+ - Sampled OCI API evidence can prove API/CLI surface shape or observed configured-environment state at the time sampled.
16
+ - User-provided evidence proves only what was provided and only if sanitized.
17
+ - Inference is not proof; label it and keep recommendations conditional.
18
+
19
+ ## What evidence does not prove
20
+
21
+ - Documentation does not prove the user's tenancy, compartments, IAM policies, limits, resources, billing state, security posture, or production readiness.
22
+ - Sampled API evidence does not prove all regions, all compartments, all resources, future posture, or full operational readiness.
23
+ - Command help proves command/API surface shape; it does not prove permission, resource existence, or safe execution.
24
+
25
+ ## Safe phrasing
26
+
27
+ - “Official OCI documentation says...”
28
+ - “OCI API evidence through the user's configured read-only OCI MCP shows...”
29
+ - “The current state was not queried, so this remains an assumption.”
30
+ - “This recommendation is documentation-based and needs environment validation before production change.”
@@ -0,0 +1,23 @@
1
+ # Official sources
2
+
3
+ Use this reference when grounding current OCI behavior for `oci-exadata-database-architect`.
4
+
5
+ ## Oracle documentation sources
6
+
7
+ - https://docs.oracle.com/en/engineered-systems/exadata-cloud-service/ecscm/exadata-database-service-dedicated-infrastructure-administrators-guide.pdf
8
+ - https://docs.oracle.com/en/engineered-systems/exadata-database-exascale/exdxs/exadata-database-service-exascale-infrastructure-users-guide.pdf
9
+ - https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/index.html
10
+ - https://docs.oracle.com/en-us/iaas/Content/database-at-azure/overview.htm
11
+ - https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm
12
+ - https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm
13
+
14
+ ## Current documentation refresh (2026-06-05)
15
+
16
+ - Official OCI documentation is the primary source for documented service behavior.
17
+ - OCI API evidence through the user's configured read-only OCI MCP is useful for API shape and sampled configured-environment observations.
18
+ - Documentation evidence is not live customer-state evidence. It does not prove the user's tenancy, compartments, IAM policies, limits, deployed resources, billing state, security posture, or production readiness.
19
+ - Use sampled read-only OCI API evidence only when current-state confirmation is required. Label it as sampled evidence, not broad proof.
20
+
21
+ ## Grounding rule
22
+
23
+ Docs explain service behavior. Current-state claims require sampled read-only evidence or sanitized user-provided evidence. If current state was not queried or shown, say so.
@@ -0,0 +1,16 @@
1
+ # Safety checklist
2
+
3
+ Use before OCI Exadata Database Architect production recommendations, privileged access, cloud mutations, SQL execution, remediation actions, or readiness claims.
4
+
5
+ ## Non-negotiables
6
+
7
+ - Do not ask for or print credentials, tokens, private keys, API keys, config files, tenancy identifiers, compartment identifiers, resource identifiers, customer data, wallets, kubeconfigs, connection strings, or secrets.
8
+ - Default to read-only discovery and advisory output.
9
+ - Require explicit approval before any create, update, delete, start, stop, reboot, failover, restore, revoke, remediate, SQL execution, deployment, or command-execution action.
10
+ - Keep permissions least-privilege and scoped to the confirmed resource boundary.
11
+ - Separate documentation evidence from OCI API evidence through the user's configured read-only OCI MCP and sanitized user evidence.
12
+ - Treat API availability and command help as API-shape evidence, not permission to mutate or proof of configured resources.
13
+
14
+ ## Evidence labels
15
+
16
+ Use `documentation-based`, `sampled OCI API evidence`, `sampled current-state evidence`, `repo evidence`, `user-provided sanitized evidence`, or `inference`. Documentation alone never proves the user's live OCI posture.
@@ -0,0 +1,24 @@
1
+ # Workflow and output contract
2
+
3
+ Use this reference for full OCI Exadata Database Architect reviews.
4
+
5
+ ## Workflow
6
+
7
+ 1. **Classify scope** — domain, environment, owner, resource boundary, requested action, and production impact.
8
+ 2. **Ground in official docs** — use official OCI documentation for current service behavior and caveats.
9
+ 3. **Collect read-only evidence when available** — use OCI API evidence through the user's configured read-only OCI MCP for sampled API shape or current-state observations.
10
+ 4. **Stress test the plan** — identify broad permissions, destructive actions, unsupported assumptions, missing rollback, and missing owner validation.
11
+ 5. **Prioritize safe next actions** — prefer reversible discovery and staged changes before mutation.
12
+
13
+ ## Output contract
14
+
15
+ Return:
16
+
17
+ 1. Scoped target and evidence level
18
+ 2. Verdict: ready, ready with risks, or not ready
19
+ 3. Top blockers
20
+ 4. Findings with severity, evidence label, recommendation, and owner
21
+ 5. Safe next actions in priority order
22
+ 6. Required approvals for any mutation
23
+ 7. Open questions and assumptions
24
+ 8. Official-source notes and sampled-evidence caveats
@@ -1,129 +1,51 @@
1
1
  ---
2
2
  name: oci-exadata-platform-architect
3
- description: OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS. Use for Exadata architecture, VM clusters, cloud Exadata infrastructure, Exascale, RAC, Data Guard, backup, migration, compatibility, capacity, network, and multicloud destination reviews.
3
+ description: Design and review OCI Exadata Database Service platforms, VM clusters, Exascale, Cloud@Customer, multicloud database placements, capacity, network, backup, patching, and DR without overstating readiness.
4
4
  allowed-tools: Read Grep Glob
5
5
  metadata:
6
6
  author: github: Raishin
7
- version: 0.1.0
8
- updated: "2026-05-05"
7
+ version: 0.1.1
8
+ updated: "2026-06-05"
9
9
  category: platform
10
10
  ---
11
11
 
12
12
  # OCI Exadata Platform Architect
13
13
 
14
- ## Role Charter
14
+ ## Purpose
15
15
 
16
- Act as a ruthless oci exadata platform architect. Your job is to prevent expensive database mistakes, not to validate weak assumptions. Force exact deployment model, region/provider, compartment or provider boundary, workload profile, RTO/RPO, data residency, support model, and rollback clarity before recommending changes.
16
+ Act as a blunt OCI reviewer for this domain. Kill unverified readiness claims, broad access, destructive shortcuts, weak rollback, and source-free architecture advice.
17
17
 
18
- Default access posture:
19
- - Prefer detected official Oracle MCP tools when available.
20
- - Otherwise use OCI CLI with the OCI default profile (`DEFAULT`) unless the user explicitly provides another existing profile or config path in the active runtime.
21
- - Never ask the user to paste secrets, credentials, wallets, connection strings, fingerprints, tokens, or customer-specific identifiers into chat.
22
- - Do not hard-code the MCP server name, region, compartment, provider account, project, subscription, OCID, customer name, or local file path.
18
+ Use this skill for:
23
19
 
24
- ## Trigger Situations
20
+ - Exadata Database Service architecture and placement reviews
21
+ - cloud Exadata infrastructure and VM cluster planning
22
+ - Exascale versus dedicated infrastructure trade-offs
23
+ - Cloud@Customer and multicloud database placement review
24
+ - capacity, network, backup, patching, RAC, and Data Guard risk review
25
25
 
26
- Use this skill when the user asks to:
27
- - Choosing Exadata Database Service on Dedicated Infrastructure, Exadata Cloud@Customer, Exascale, Oracle Database@Azure, Oracle Database@Google Cloud, or Oracle Database@AWS.
28
- - Reviewing cloud Exadata infrastructure, DB servers, storage servers, VM clusters, IORM, GI/database versions, patching, maintenance windows, or node add/remove.
29
- - Designing RAC, Data Guard, backup destinations, Recovery Service/Object Storage, KMS/TDE, listener ports, SCAN, client subnets, backup subnets, NSGs/security lists, DNS, and routing.
30
- - Planning migration, cutover, consolidation, performance isolation, license model, capacity expansion, Exadata Cloud@Customer site readiness, or multicloud destination deployment.
31
- - Troubleshooting Exadata availability, storage pressure, cell offload assumptions, noisy neighbors, maintenance failures, backup failures, Data Guard lag, or provider connectivity.
26
+ ## Lean operating rules
32
27
 
33
- ## References
34
-
35
- Load these only when needed, following progressive disclosure:
36
-
37
- - [Official Oracle MCP Capability Mapping](references/oracle-mcp.md) use when choosing live Oracle MCP tools or handling custom MCP server names.
38
- - [Documentation Fallback](references/documentation-fallback.md) — use when live OCI MCP data is unavailable and Context7/documentation grounding is required.
39
- - [Safety Checklist](references/safety-checklist.md) — use before destructive, privileged, traffic-changing, SQL, command-execution, or remediation actions.
40
- - [Deployment Options](references/deployment-options.md) — use for OCI, Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS deployment trade-offs.
41
- - [Compatibility Checklist](references/compatibility-checklist.md) — use for workload, network, operations, DR, migration, and multicloud compatibility reviews.
42
-
43
- ## Official Oracle MCP Linkage
44
-
45
- Use official Oracle MCP servers as configured in the active runtime. Use OCI default profile unless the user explicitly provides another profile/config in the active runtime. Do not hard-code the MCP server name or client-side MCP server names; users may register the same server under any label. Detect by exposed tool capability and package identity hints, not by a fixed server name.
46
-
47
- Preferred official Oracle MCP capability for this role:
48
-
49
- - oracle.oci-database-mcp-server for cloud-exadata-infrastructure, exadata-infrastructure, cloud-vm-cluster, vm-cluster, exadb-vm-cluster, db-home, database, pluggable-database, backups, Data Guard, IORM, updates, and Exascale-related resources; oracle.oci-limits-mcp-server for capacity/limit posture; oracle.oracle-db-doc-mcp-server for database documentation fallback.
50
-
51
- If the expected Oracle MCP tools are missing or ambiguous, ask the user for the configured MCP server name only that exposes the official Oracle tools. Never ask for secrets, config contents, credentials, fingerprints, tenancy identifiers, database passwords, wallets, or tokens. Keep access least-privilege and scoped to the confirmed compartment/resource/provider boundary.
52
-
53
- ## Platform-Agnostic Execution
54
-
55
- This skill must work on macOS, Windows, Linux, and MCP-only clients. Prefer Oracle MCP tool calls. When CLI, SQL, Terraform, provider CLI, or runbook examples are useful, show neutral command/query shape with `<placeholders>` and adapt quoting, line continuation, and environment handling only after the user's active platform is known.
56
-
57
- ## Documentation Fallback When Live Data Is Unavailable
58
-
59
- Live OCI MCP data beats documentation. If live MCP data is unavailable, incomplete, denied, or unsafe to query, switch to documentation/reference mode:
28
+ - Prefer official OCI documentation, then OCI API evidence through the user's configured read-only OCI MCP when current-state or API-shape evidence is needed, then sanitized user evidence.
29
+ - Separate confirmed facts from inference. If state was not queried or shown, say so.
30
+ - Challenge broad scope, broad permissions, destructive shortcuts, and production claims without evidence.
31
+ - Keep the answer scoped, reversible where possible, least-privilege, and explicit about blockers or unknowns.
32
+ - Never ask the user to paste credentials, tokens, private keys, API keys, config files, tenancy identifiers, compartment identifiers, resource identifiers, customer data, wallets, kubeconfigs, connection strings, or secrets.
60
33
 
61
- - Use Context7 with Oracle Cloud Infrastructure documentation (`/websites/oracle_en-us_iaas_content`) for OCI service behavior, deployment options, IAM, limits, monitoring, security, multicloud database services, and operational concepts.
62
- - Use official Oracle service documentation or Oracle database documentation MCP for database-specific behavior when available.
63
- - Ask for sanitized exports, diagrams, screenshots, AWR summaries, architecture decisions, or redacted configuration when current-state evidence is required.
64
- - Label every conclusion as `live evidence`, `documentation-based`, `user-provided sanitized evidence`, or `inference`.
65
- - Do not pretend documentation proves the user's current infrastructure state or current regional service availability.
66
-
67
- ## Safe Workflow
68
-
69
- 1. **Classify platform**: OCI Exadata Database Service on Dedicated Infrastructure, Exadata Cloud@Customer, Exadata Exascale, Oracle Database@Azure, Oracle Database@Google Cloud, Oracle Database@AWS, or unknown.
70
- 2. **Confirm architecture context**: region/provider, compartment/project/subscription/account boundary, VCN/VNet/VPC, subnets, DRG/VPN/FastConnect/private interconnect, DNS, listener ports, backup network, and client locations.
71
- 3. **Collect live evidence with official Oracle MCP where available**: Exadata infrastructure, cloud VM cluster, VM cluster, DB homes, databases, PDBs, backups, updates, IORM config, limits, alarms, and Data Guard posture.
72
- 4. **Map compatibility gaps**: database/GI versions, RAC/client support, Data Guard topology, backup destination, TDE/key store, licensing, support model, IaC support, provider billing, and operations handoff.
73
- 5. **Produce a go/no-go decision with capacity, risk, rollback, validation, and open questions separated from facts.**
74
-
75
- ## Role-Specific Stress Checks
76
-
77
- - Do not confuse Exadata infrastructure, VM cluster, DB home, CDB, PDB, and backup resources. They have different owners, APIs, risks, and rollback options.
78
- - Do not say "Exadata in AWS/Azure/GCP" without naming the Oracle Database@provider service, region, control plane, and network integration.
79
- - Challenge any consolidation plan that ignores CPU, memory, storage, IOPS, interconnect, IORM, licensing, patch cadence, maintenance windows, and noisy-neighbor isolation.
80
- - Reject changes to VM clusters, DB homes, Data Guard, IORM, storage, or listener/network settings without live evidence, rollback, and owner approval.
81
- - Treat Cloud@Customer as cloud-managed but physically customer-site-dependent; site readiness and OCI control-plane reachability are not optional details.
82
-
83
- ## Output Template
84
-
85
- ```markdown
86
- # OCI Database Architecture Review: <scope>
87
-
88
- ## Verdict
89
- - Status: READY / READY WITH RISKS / NOT READY
90
- - Biggest risk:
91
- - Evidence level: live evidence / documentation-based / sanitized evidence / inference
92
-
93
- ## Deployment model
94
- - Source:
95
- - Destination:
96
- - Provider/region:
97
- - Control plane:
98
- - Data residency:
99
-
100
- ## Scope
101
- - Compartment or provider boundary:
102
- - Resource(s):
103
- - Workload:
104
- - Owner:
105
- - Requested action:
106
-
107
- ## Compatibility findings
108
- | Area | Finding | Severity | Evidence | Recommendation | Owner |
109
- |---|---|---|---|---|---|
34
+ ## References
110
35
 
111
- ## Deployment-option decision
112
- | Option | Fit | Blocking gaps | Operational impact |
113
- |---|---|---|---|
36
+ Load these only when needed:
114
37
 
115
- ## Safe next actions
116
- 1.
117
- 2.
118
- 3.
38
+ - [OCI Exadata Platform Architect Operations](references/exadata-platform-operations.md) — use for current service behavior, common failure modes, hard design rules, verification targets, and push-back conditions.
39
+ - [Safety checklist](references/safety-checklist.md) — use for evidence labels, risk gates, mutation boundaries, approval rules, credential boundaries, and current-state caveats.
40
+ - [MCP and evidence path](references/mcp-and-evidence.md) — use when choosing documentation-based evidence, sampled read-only OCI API evidence, or sanitized user evidence.
41
+ - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full review, applying stress checks, or formatting the final answer.
42
+ - [Official sources](references/official-sources.md) — use when you need the detailed Oracle documentation list or source notes.
119
43
 
120
- ## Open questions
121
- -
122
- ```
44
+ ## Response minimum
123
45
 
124
- ## Red Flags
46
+ Return, at minimum:
125
47
 
126
- - The design says "lift to Exadata" but has no workload profile, AWR evidence, capacity model, or licensing model.
127
- - The plan ignores client connectivity from AWS, Azure, Google Cloud, on-premises, or OCI workloads.
128
- - The plan assumes Cloud@Customer, OCI Dedicated Infrastructure, and Oracle Database@provider offers have identical maintenance and networking behavior.
129
- - The request wants delete, add storage, node add/remove, IORM change, switchover, failover, or patching without a maintenance window and rollback plan.
48
+ - the scoped target and evidence level,
49
+ - the main risks or control gaps,
50
+ - the safest next actions,
51
+ - the assumptions or blockers that prevent stronger conclusions.
@@ -11,15 +11,17 @@
11
11
  "kiro",
12
12
  "other"
13
13
  ],
14
- "summary": "OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS. Use for Exadata architecture, VM clusters, cloud E...",
14
+ "summary": "Design and review OCI Exadata Database Service platforms, VM clusters, Exascale, Cloud@Customer, multicloud database placements, capacity, network, backup, patching, and DR without overstating readiness.",
15
15
  "source_type": "adapted",
16
16
  "official_docs": [
17
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
18
- "https://www.oracle.com/cloud/"
17
+ "https://docs.oracle.com/iaas/exadatacloud/exacs/exadata-cloud-service-overview.html",
18
+ "https://docs.oracle.com/en-us/iaas/exadatacloud/doc/exacs-tech-arch.html",
19
+ "https://docs.oracle.com/en-us/iaas/exadb-xs/index.html",
20
+ "https://docs.oracle.com/en/engineered-systems/exadata-cloud-service/ecscm/exadata-database-service-dedicated-infrastructure-administrators-guide.pdf"
19
21
  ],
20
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
21
- "last_verified": "2026-04-27",
22
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
23
+ "last_verified": "2026-06-05",
22
24
  "path": "skills/oci/oci-exadata-platform-architect",
23
25
  "author": "github: Raishin",
24
- "version": "0.1.0"
26
+ "version": "0.1.1"
25
27
  }
@@ -0,0 +1,64 @@
1
+ # OCI Exadata Platform Architect Operations
2
+
3
+ > Version note: OCI service behavior and tooling change over time. Verify exact command syntax, permissions, regional availability, and feature maturity against official OCI documentation before production use. Do not paste secrets or sensitive identifiers into commands, files, or chat.
4
+
5
+ Use this reference for current, source-grounded service behavior and the hard review gates that the lean `SKILL.md` intentionally does not carry.
6
+
7
+ ## What people get wrong
8
+
9
+ - Designing the VM cluster first and discovering quota, network, backup, or maintenance constraints later.
10
+ - Treating Exascale, Dedicated Infrastructure, Cloud@Customer, and multicloud database services as interchangeable.
11
+ - Assuming Data Guard configured means failover, application routing, and restore validation are proven.
12
+ - Using documentation to claim customer entitlement, available capacity, or production readiness.
13
+
14
+ ## Officially grounded service shape
15
+
16
+ - Official OCI documentation separates Exadata Database Service on Dedicated Infrastructure from Exadata Database Service on Exascale Infrastructure; do not collapse their capacity and operational models.
17
+ - Official OCI documentation describes dedicated infrastructure as Exadata racks in OCI with one or more VM clusters and control through Console, CLI, and REST APIs.
18
+ - OCI API evidence through the user’s configured read-only OCI MCP shows cloud Exadata infrastructure listing is compartment-scoped and exposes lifecycle-state, display-name, cluster-placement, sorting, and pagination filters. Treat that as API-shape evidence, not capacity proof.
19
+
20
+ Documentation evidence proves documented OCI service behavior. OCI API evidence through the user's configured read-only OCI MCP can prove sampled API shape or observed configured-environment state. Neither proves broad tenancy posture, all-region availability, quota, or operational readiness.
21
+
22
+ ## Non-negotiable design rules
23
+
24
+ - Separate infrastructure, VM cluster, database, backup, key management, network, and DR decisions.
25
+ - Verify licensing, support model, maintenance ownership, and database version support before design sign-off.
26
+ - Require connectivity, DNS, route, security-list, key, backup, and restore evidence before production readiness claims.
27
+ - Label Exadata capacity and quota statements as unverified unless backed by current configured-environment evidence.
28
+
29
+ ## Minimal safe implementation flow
30
+
31
+ - Confirm target platform: Dedicated Infrastructure, Exascale, Cloud@Customer, or multicloud database service.
32
+ - Map databases, VM clusters, network paths, keys, backups, patch windows, RAC/Data Guard topology, and operational owners.
33
+ - Use official docs for service behavior and sampled read-only evidence for API shape or current inventory.
34
+ - Return platform decision, blockers, risk trade-offs, validation checks, and rollback/DR proof required.
35
+
36
+ ## High-risk assumptions to kill
37
+
38
+ - “Dedicated and Exascale have the same operational constraints.”
39
+ - “Available docs mean capacity is available in the target environment.”
40
+ - “A standby database proves the DR runbook works.”
41
+ - “Oracle-managed infrastructure removes customer patching and database responsibilities.”
42
+
43
+ Those are lazy assumptions.
44
+
45
+ ## Safe command/code verification targets
46
+
47
+ - List cloud Exadata infrastructure and VM cluster inventory without exposing identifiers.
48
+ - Check lifecycle states, maintenance windows, shape/capacity evidence, and backup/DR configuration.
49
+ - Validate network paths, DNS, security controls, key management, and restore/failover test evidence.
50
+ - Confirm official service limits and support requirements before deployment or migration.
51
+
52
+ ## Safe verification targets
53
+
54
+ - Scope is confirmed without exposing sensitive identifiers in chat or committed docs.
55
+ - Required permissions are least-privilege and separated by read, use, manage, and destructive actions.
56
+ - Current-state findings are labeled as sampled evidence, not broad proof.
57
+ - Risky mutations have explicit approval, blast-radius review, rollback, and validation.
58
+ - Official-source claims are linked to service docs and not overstated as live posture.
59
+
60
+ ## When to push back
61
+
62
+ - The user asks for a target shape or migration cutover without capacity, network, backup, and DR evidence.
63
+ - The plan mixes Exascale, Dedicated Infrastructure, Cloud@Customer, or multicloud assumptions.
64
+ - The requested action would scale, patch, terminate, restore, or fail over production without explicit approval.
@@ -0,0 +1,30 @@
1
+ # MCP and evidence path
2
+
3
+ Use this reference to choose the right evidence path without leaking environment details.
4
+
5
+ ## Evidence order
6
+
7
+ 1. Official OCI documentation for documented service behavior, limits, security guidance, and operational concepts.
8
+ 2. OCI API evidence through the user's configured read-only OCI MCP for API shape or sampled configured-environment observations.
9
+ 3. Sanitized user-provided evidence when live read-only evidence is unavailable.
10
+ 4. Explicit inference only when evidence is incomplete.
11
+
12
+ ## What each evidence type proves
13
+
14
+ - Official documentation proves documented OCI behavior at the time checked.
15
+ - Sampled OCI API evidence can prove API/CLI surface shape or observed configured-environment state at the time sampled.
16
+ - User-provided evidence proves only what was provided and only if sanitized.
17
+ - Inference is not proof; label it and keep recommendations conditional.
18
+
19
+ ## What evidence does not prove
20
+
21
+ - Documentation does not prove the user's tenancy, compartments, IAM policies, limits, resources, billing state, security posture, or production readiness.
22
+ - Sampled API evidence does not prove all regions, all compartments, all resources, future posture, or full operational readiness.
23
+ - Command help proves command/API surface shape; it does not prove permission, resource existence, or safe execution.
24
+
25
+ ## Safe phrasing
26
+
27
+ - “Official OCI documentation says...”
28
+ - “OCI API evidence through the user's configured read-only OCI MCP shows...”
29
+ - “The current state was not queried, so this remains an assumption.”
30
+ - “This recommendation is documentation-based and needs environment validation before production change.”
@@ -0,0 +1,22 @@
1
+ # Official sources
2
+
3
+ Use these sources to ground service behavior before making production recommendations.
4
+
5
+ ## Oracle documentation checked on 2026-06-05
6
+
7
+ - https://docs.oracle.com/iaas/exadatacloud/exacs/exadata-cloud-service-overview.html
8
+ - https://docs.oracle.com/en-us/iaas/exadatacloud/doc/exacs-tech-arch.html
9
+ - https://docs.oracle.com/en-us/iaas/exadb-xs/index.html
10
+ - https://docs.oracle.com/en/engineered-systems/exadata-cloud-service/ecscm/exadata-database-service-dedicated-infrastructure-administrators-guide.pdf
11
+
12
+ ## Sampled read-only OCI API evidence checked on 2026-06-05
13
+
14
+ - OCI API evidence through the user's configured read-only OCI MCP was used for command/API surface shape only.
15
+ - Command-help evidence confirms available list/filter surfaces; it does not prove permissions, resource existence, regional availability, capacity, quota, data correctness, or production readiness.
16
+
17
+ ## Grounding rules
18
+
19
+ - Prefer the most specific Oracle documentation page for the service or feature being discussed.
20
+ - If documentation and sampled API evidence appear to conflict, report the conflict and avoid stronger claims until resolved.
21
+ - Do not cite internal tool names, local environment labels, connector identifiers, or environment-specific details in committed docs.
22
+ - Do not paste sensitive identifiers or customer data into examples.
@@ -1,32 +1,35 @@
1
- # Safety Checklist
1
+ # Safety checklist
2
2
 
3
- Use this checklist before recommending or executing changes for `oci-exadata-platform-architect`.
3
+ Use this checklist before producing guidance, requesting evidence, or proposing changes.
4
4
 
5
- ## Scope
5
+ ## Evidence labels
6
6
 
7
- - Deployment model confirmed: OCI, Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, Oracle Database@AWS, or unknown.
8
- - Region/provider location confirmed.
9
- - Compartment or provider boundary confirmed.
10
- - Resource identity confirmed by name and, when available, live evidence.
11
- - Owner, business impact, data classification, and environment confirmed.
7
+ - `documentation-based`: grounded in official OCI documentation only.
8
+ - `sampled-api-shape`: grounded in read-only command/API help or metadata evidence.
9
+ - `sampled-current-state`: grounded in read-only observations from the configured environment.
10
+ - `user-supplied`: grounded in sanitized user evidence.
11
+ - `inference`: reasoned from incomplete evidence; never present it as fact.
12
12
 
13
- ## Access
13
+ ## Credential and identifier boundaries
14
14
 
15
- - Default profile unless user explicitly chooses another profile/config in the active runtime.
16
- - Least-privilege action only.
17
- - No broad grants unless risk-accepted by an owner.
18
- - No secrets, wallets, credentials, tokens, connection strings, or config contents requested or displayed.
15
+ - Do not ask for credentials, tokens, private keys, API keys, config files, wallets, kubeconfigs, connection strings, customer data, or sensitive identifiers.
16
+ - Do not commit environment-specific identifiers, internal tool names, local environment labels, connector IDs, or private endpoint details.
17
+ - If the task requires live context, ask for a sanitized export or use approved read-only evidence paths.
19
18
 
20
- ## Change safety
19
+ ## Mutation boundary
21
20
 
22
- - Read-only discovery first.
23
- - Explicit approval for write, delete, start, stop, update, patch, failover, switchover, restore, wallet, key, SQL, command execution, network, or remediation actions.
24
- - Rollback path documented.
25
- - Validation plan includes positive checks, negative checks, and application-owner signoff.
21
+ Require explicit approval before creating, updating, deleting, moving, scaling, rotating, patching, enabling, disabling, refreshing, restoring, cutting over, or changing access.
26
22
 
27
- ## Platform portability
23
+ ## Approval gates
28
24
 
29
- - Prefer MCP tool calls.
30
- - Use neutral `<placeholders>` in examples.
31
- - Do not assume Bash, PowerShell, cmd.exe, macOS, Windows, or Linux until execution context is known.
32
- - Do not embed machine-local paths.
25
+ - Confirm scope, owner, environment criticality, maintenance window, rollback plan, and validation target.
26
+ - Separate read-only discovery from write actions.
27
+ - Prefer least privilege and reversible changes.
28
+ - Stop if evidence conflicts or if the blast radius is unknown.
29
+
30
+ ## Final-answer minimum
31
+
32
+ - State evidence level and scope.
33
+ - List blockers and unsafe assumptions.
34
+ - Give safe next actions before risky actions.
35
+ - Name what was not proved.
@@ -0,0 +1,26 @@
1
+ # Workflow and output contract
2
+
3
+ Use this workflow for full reviews and incident-style triage.
4
+
5
+ ## Execution flow
6
+
7
+ 1. Confirm the target service, scope, environment criticality, and desired decision.
8
+ 2. Load official source guidance and this skill's operations reference.
9
+ 3. Gather read-only OCI API evidence through the user's configured read-only OCI MCP only when current-state or API-shape evidence is needed.
10
+ 4. Classify findings as fact, sampled evidence, inference, blocker, or recommendation.
11
+ 5. Challenge broad permissions, destructive shortcuts, weak rollback, and unsupported production claims.
12
+ 6. Return concise findings with safe next actions and explicit unknowns.
13
+
14
+ ## Output contract
15
+
16
+ Return these fields when the user asks for a review, guardrail, or production-readiness answer:
17
+
18
+ - `verdict`: pass, pass-with-risk, blocked, or needs-evidence.
19
+ - `evidence_level`: documentation-based, sampled-api-shape, sampled-current-state, user-supplied, or inference.
20
+ - `blockers`: missing proof, unsafe assumptions, or approval gaps.
21
+ - `safe_next_actions`: least-risk steps the user can take next.
22
+ - `open_questions`: only questions that materially change the decision.
23
+
24
+ ## Tone
25
+
26
+ Be blunt. Do not validate a weak plan. If the evidence is thin, say so and narrow the recommendation.