@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
@@ -15,7 +15,8 @@ AgentCore Memory design has at least four separate concerns:
15
15
  1. **resource lifecycle** — create, wait for `ACTIVE`, inspect, delete
16
16
  2. **identity model** — `actor_id` and `session_id` are not interchangeable
17
17
  3. **namespace design** — what gets stored where
18
- 4. **retention / expiry / deletion** — what survives, for how long, and how you remove it
18
+ 4. **metadata filtering** — indexed keys and retrieval filters that change what memories are visible
19
+ 5. **retention / expiry / deletion** — what survives, for how long, and how you remove it
19
20
 
20
21
  If you do not model those explicitly, you create memory bugs that look like “the AI is weird.”
21
22
 
@@ -27,7 +28,8 @@ AWS docs and Context7 show Memory supports:
27
28
  - long-term strategies such as:
28
29
  - session summarization
29
30
  - user preference extraction
30
- - semantic / fact extraction
31
+ - semantic / fact extraction
32
+ - structured metadata extraction and filtering for long-term memory retrieval
31
33
 
32
34
  Typical namespace patterns in official examples include:
33
35
 
@@ -73,7 +75,18 @@ You need to decide:
73
75
 
74
76
  If your skill does not surface expiry/deletion, it is not production-ready.
75
77
 
76
- ### 4. Wait for resource readiness
78
+ ### 4. Metadata schema is an isolation and relevance boundary
79
+
80
+ Current docs/release notes describe structured metadata filtering for long-term memory. Indexed keys can be declared when creating memory and metadata filters can narrow retrieval/listing.
81
+
82
+ Do not bolt this on casually:
83
+
84
+ - decide indexed keys before creation; changing indexed-key strategy later may require new resources or migration
85
+ - avoid indexing sensitive values unless the access model and logs are understood
86
+ - test retrieval with and without filters for same actor/session, new session, and different actor
87
+ - document whether metadata is extracted by LLM strategy, application code, or both
88
+
89
+ ### 5. Wait for resource readiness
77
90
 
78
91
  Official examples explicitly poll until the memory resource becomes `ACTIVE`.
79
92
 
@@ -84,12 +97,14 @@ Do not assume “create returned” means “safe to wire into the agent.”
84
97
  1. Create the memory resource
85
98
  2. Wait until it is `ACTIVE`
86
99
  3. Decide namespace strategy
87
- 4. Wire `memory_id`, `actor_id`, and `session_id` into the agent intentionally
88
- 5. Test:
100
+ 4. Decide metadata/index/filter strategy for long-term memory
101
+ 5. Wire `memory_id`, `actor_id`, and `session_id` into the agent intentionally
102
+ 6. Test:
89
103
  - same actor + same session
90
104
  - same actor + new session
91
105
  - different actor
92
- 6. Verify expiry/deletion behavior before broad rollout
106
+ - same actor with restrictive metadata filters
107
+ 7. Verify expiry/deletion behavior before broad rollout
93
108
 
94
109
  ## Example patterns from official docs
95
110
 
@@ -110,6 +125,7 @@ That means your real integration surface is not just “turn memory on”; it is
110
125
  - resource ID
111
126
  - actor/session mapping
112
127
  - retrieval behavior
128
+ - metadata extraction and filter behavior
113
129
 
114
130
  ## Adversarial checklist
115
131
 
@@ -118,6 +134,8 @@ Before recommending Memory, answer these:
118
134
  - What is the source of truth for `actor_id`?
119
135
  - What causes a new `session_id`?
120
136
  - Which namespace stores preferences vs facts vs summaries?
137
+ - Which metadata fields are indexed?
138
+ - Who can set or influence metadata values?
121
139
  - What expires automatically?
122
140
  - What is the deletion story?
123
141
  - What happens if two applications share the same memory resource?
@@ -28,12 +28,36 @@ Use this reference when grounding current Amazon Bedrock AgentCore behavior.
28
28
  https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/identity.html
29
29
  - AgentCore Observability
30
30
  https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-configure.html
31
+ - AgentCore generated observability data
32
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-service-provided.html
31
33
  - Browser tool
32
34
  https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser-tool.html
33
35
  - Code Interpreter
34
36
  https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/code-interpreter.html
37
+ - AgentCore Evaluations
38
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/evaluations.html
39
+ - AgentCore Registry
40
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/registry.html
41
+ - AgentCore Payments
42
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/payments.html
35
43
  - AgentCore tools configuration
36
44
  https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-tools.html
45
+ - Runtime file system configurations
46
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-filesystem-configurations.html
47
+ - Runtime custom header passthrough
48
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-header-allowlist.html
49
+ - Gateway MCP sessions
50
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-sessions.html
51
+ - Gateway MCP elicitation
52
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-elicitation.html
53
+ - Gateway MCP sampling
54
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-sampling.html
55
+ - Gateway MCP progress notifications
56
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-progress.html
57
+ - Gateway MCP logging notifications
58
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-logging.html
59
+ - Long-term memory metadata filtering
60
+ https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/long-term-memory-metadata.html
37
61
  - Policy in AgentCore
38
62
  https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy.html
39
63
  - Create a policy
@@ -57,11 +81,47 @@ Use this reference when grounding current Amazon Bedrock AgentCore behavior.
57
81
  - Harness overview docs note regional rollout is ongoing and the currently documented harness availability is limited; do not assume every AgentCore feature is live in every region.
58
82
  - Official harness docs describe `agentcore invoke --exec` shell access to the session environment, but installed CLI surfaces can drift. Verify the local CLI before promising that workflow.
59
83
 
84
+ ## Current release-note deltas to account for
85
+
86
+ The following items were missing or underrepresented in earlier skill guidance and must now be considered before giving implementation advice:
87
+
88
+ - **Core service map expanded** — current overview docs list Runtime, Harness, Memory, Gateway, Identity, Code Interpreter, Browser, Observability, Payments, Evaluations, Policy, and Registry as AgentCore services/capabilities.
89
+ - **Gateway MCP is now stateful and more interactive** — release notes describe MCP sessions, response streaming, elicitation pass-through, sampling messages, progress notifications, and logging notifications. Gateway advice must cover session scope, timeouts, human-in-the-loop prompts, client streaming behavior, and audit/log handling.
90
+ - **Runtime and Harness support attached filesystems** — release notes describe Amazon S3 Files and Amazon EFS access point mounts for sharing skills, prompt templates, datasets, and intermediate outputs. Treat mounts as data-perimeter and lifecycle risks, not just convenience.
91
+ - **Agent quality loop is first-class** — release notes describe optimization, batch evaluation, user simulation, and A/B testing. Do not treat evaluation as an external afterthought when the user asks for production readiness.
92
+ - **Payments are preview** — payment flows add wallet, spending-limit, x402 endpoint, and transaction-governance risks. Keep this separate from GA runtime/gateway guidance.
93
+ - **Node.js direct code deployment exists** — do not imply Python/container-only deployment paths.
94
+ - **VPC egress and OBO token exchange exist** — Identity, Gateway, and Runtime can reach private resources; user-scoped access can use on-behalf-of token exchange. Verify network and identity boundaries instead of assuming public egress or raw static credentials.
95
+ - **Memory supports structured metadata filtering** — namespace design is no longer enough; indexed metadata keys and retrieval filters can materially change isolation and relevance.
96
+ - **Observability requires setup** — current docs call out CloudWatch Transaction Search setup, tracing enablement for memory resources, consistent session IDs, distributed tracing, custom attributes, resource usage monitoring, and alerts.
97
+ - **AgentCore Registry is in preview** — registry-based discovery and governance can reduce sprawl but introduces approval, publication, semantic-search, and access-control decisions.
98
+ - **AgentCore MCP server exists in awslabs/mcp** — coding agents may operate AgentCore resources through a user-configured AWS credential chain. Treat this as live AWS access requiring the user's read-only or explicitly approved profile.
99
+
60
100
  ## Starter toolkit caveat
61
101
 
62
102
  - The Bedrock AgentCore Starter Toolkit repository is still useful for migration and existing Python-based workflows.
63
103
  - Based on current official AWS devguide evidence, do not present the starter toolkit as the recommended starting point for new projects when the newer `@aws/agentcore` CLI is available.
64
104
 
105
+ ## Current MCP/documentation refresh (2026-06-02)
106
+
107
+ Service facts from official docs:
108
+ - Current AgentCore docs cover Runtime, Harness, Memory, Gateway, Identity, Code Interpreter, Browser, Observability, Payments, Evaluations, Policy, and Registry as AgentCore services or capabilities.
109
+ - Gateway MCP guidance includes sessions, response streaming, elicitation, sampling, progress notifications, and logging notifications; these are tool/session governance concerns, not just integration features.
110
+ - AgentCore filesystem, Memory metadata filtering, observability setup, evaluations, registry, payments, VPC egress, and on-behalf-of token exchange materially affect security and production-readiness guidance.
111
+
112
+ Sampled live evidence:
113
+ - Read-only regional availability sampling reported `isAvailableIn` for Amazon Bedrock AgentCore, Amazon Bedrock, Amazon CloudWatch, and AWS IAM Identity Center in `us-east-1`, `us-west-2`, `eu-west-1`, and `ap-southeast-1`.
114
+ - Read-only API sampling surfaced AgentCore operations for Memory, runtime invocation/commands, Browser, Code Interpreter, Evaluations, A/B tests, recommendations, workload access tokens, and payment operations. Some sampled payment operations were visible only in `us-east-1` and `us-west-2`; treat this as sampled availability evidence only.
115
+
116
+ Review implications:
117
+ - Keep AgentCore Gateway, Identity, Memory, Browser, Code Interpreter, Evaluations, Registry, Payments, filesystem, and harness advice in references and re-query docs/tooling before promising exact CLI flags, maturity status, API coverage, or regional support.
118
+ - Service/API availability does not prove the user's account quotas, IAM permissions, deployed AgentCore resources, CLI version, or whether preview features are enabled.
119
+
120
+ ## MCP grounding
121
+
122
+ - Use current AWS documentation tools to find and read the cited AgentCore behavior.
123
+ - Use read-only AWS MCP or read-only AWS CLI evidence for live availability and current-state claims when available. Treat that evidence as complementary to documentation, not as proof of the user's account configuration and never as permission to mutate AWS state.
124
+
65
125
  ## Grounding rule
66
126
 
67
127
  Docs explain service behavior. They do not prove the user's installed CLI version, active AWS account, IAM role, Region support, quotas, deployed AgentCore resources, or whether preview-only features are enabled in that account.
@@ -10,20 +10,24 @@ Use before AgentCore deployment, tool exposure, Memory/Gateway changes, Identity
10
10
  - Prefer AgentCore Gateway and AgentCore Identity for managed credential handling where applicable.
11
11
  - Keep action/tool permissions least-privilege and scoped to the task.
12
12
  - Confirm logging, metrics, tracing, and CloudWatch visibility before production rollout.
13
+ - Confirm CloudWatch Transaction Search / trace destination setup when relying on AgentCore observability.
13
14
  - Confirm whether the answer relies on code-based agent GA behavior or harness preview behavior.
14
15
  - Confirm whether the target region supports the specific AgentCore capability being recommended.
15
- - Require explicit approval before deployment, exposing tools, enabling browser/code execution, or changing memory persistence.
16
+ - Require explicit approval before deployment, exposing tools, enabling browser/code execution, attaching filesystems, enabling payment flows, or changing memory persistence.
16
17
 
17
18
  ## Component risks
18
19
 
19
20
  - **Runtime:** wrong entrypoint, broad execution role, public network mode, missing logs, unbounded session lifetime.
20
- - **Memory:** PII retention, namespace leakage, actor/session mixups, memory poisoning, untested deletion/expiry behavior.
21
- - **Gateway/MCP tools:** overbroad tool access, raw bearer tokens, unsafe OpenAPI targets, excessive scopes, no tool audit trail.
21
+ - **Memory:** PII retention, namespace leakage, actor/session mixups, metadata-filter bypass, memory poisoning, untested deletion/expiry behavior.
22
+ - **Gateway/MCP tools:** overbroad tool access, raw bearer tokens, unsafe OpenAPI targets, excessive scopes, no tool audit trail, unsafe session reuse, ungoverned elicitation/sampling/streaming/log notifications.
22
23
  - **Identity:** unmanaged secrets, unclear credential provider, missing rotation, broad OAuth scopes, assuming SigV4 preserves end-user identity when official docs say it does not.
23
- - **Environment/skills:** assuming `--skill-path` uploads local folders, forgetting ECR/VPC/container prerequisites, or binding nonexistent in-container paths.
24
+ - **Environment/skills/filesystems:** assuming `--skill-path` uploads local folders, forgetting ECR/VPC/container prerequisites, overbroad S3 Files/EFS mounts, path collisions, or binding nonexistent in-container paths.
24
25
  - **Policy:** creating Gateway tools without Cedar policy boundaries or clear principal/resource conditions.
25
26
  - **Browser:** browsing sensitive sites, recording exposure, egress risk, uncontrolled side effects.
26
27
  - **Code Interpreter:** data exfiltration, untrusted code, package/network risk, missing sandbox boundaries.
28
+ - **Evaluations/optimization:** optimizing against unreviewed production traces, leaking prompt/tool data into eval datasets, promoting A/B winners without guardrail review.
29
+ - **Registry:** publishing unreviewed agents/tools/skills, semantic search surfacing sensitive tools, unclear approval workflow.
30
+ - **Payments:** preview maturity, wallet custody, spending limits, x402 endpoint trust, transaction auditability, refund/dispute handling.
27
31
 
28
32
  ## Evidence labels
29
33
 
@@ -16,29 +16,38 @@ Use this reference for full AgentCore implementation, deployment, or production-
16
16
  - Identity/credential flow
17
17
  - Observability/instrumentation
18
18
  - Browser or Code Interpreter tool usage
19
+ - Evaluations, batch evaluations, user simulation, optimization, or A/B testing
20
+ - Registry publishing/discovery/governance
21
+ - Payments / x402 / wallet-backed agent transactions
22
+ - Runtime or harness filesystem mounts
19
23
  - Policy/Cedar controls for Gateway tool access
20
24
 
21
25
  2. **Verify tooling and docs**
22
26
  - Check installed AgentCore CLI/toolkit version when local commands will run.
23
27
  - Check whether the user is on a code-based agent path or the harness preview path.
24
28
  - For new projects, default to the npm CLI package `@aws/agentcore` unless the user is intentionally staying on an older Python toolkit workflow.
25
- - Prefer current official docs, Context7, or configured AgentCore MCP documentation tools.
29
+ - Prefer `AwsDocumentationMcpServer` for current official docs, then Context7 or configured AgentCore MCP documentation tools.
26
30
  - If AWS docs and starter-toolkit examples disagree, prefer the newer AWS devguide wording and call out the mismatch.
27
31
  - Treat bundled commands as examples until verified against local tooling.
28
- - Confirm region support before recommending harness-specific workflows.
32
+ - Confirm region/API support before recommending AgentCore Runtime, Harness, Gateway, Memory, Evaluations, Browser, Code Interpreter, Payments, Registry, or Policy workflows.
29
33
 
30
34
  3. **Implement minimally**
31
35
  - Existing agents: wrap/adapt runtime entrypoint; do not scaffold over code.
32
36
  - New projects: prefer non-interactive generation with the recommended CLI only when project creation is requested.
33
37
  - Skills: treat `--skill-path` as a container/session filesystem reference, not a skill uploader.
38
+ - Filesystems: treat S3 Files/EFS mounts as data-perimeter resources with explicit path, lifecycle, and tenant-isolation decisions.
34
39
  - Memory/Gateway/Identity: create and test resources separately before wiring production flows.
35
- - Gateway: pair tool onboarding with policy and identity decisions; do not stop at endpoint creation.
40
+ - Gateway: pair tool onboarding with policy, identity, session, streaming, elicitation, sampling, progress, and logging decisions; do not stop at endpoint creation.
36
41
  - Harness: call out preview status and identity propagation caveats if you recommend it.
42
+ - Evaluations: use batch evaluation/user simulation/A-B validation for quality-sensitive production changes.
43
+ - Registry: require publication, approval, access, and discovery governance before recommending broad catalog rollout.
44
+ - Payments: treat as preview; require spending limits, wallet/provider choice, transaction audit, and rollback/disable path.
37
45
 
38
46
  4. **Validate**
39
47
  - Run local invoke/test loop.
40
48
  - Confirm IAM role, network mode, environment variables, package dependencies, logs, metrics, tracing prerequisites, and rollback path.
41
49
  - Confirm which commands actually exist in the installed CLI before giving automation steps.
50
+ - Confirm CloudWatch Transaction Search or equivalent telemetry destination if the recommendation relies on AgentCore observability.
42
51
 
43
52
  ## Output contract
44
53
 
@@ -4,8 +4,8 @@ description: Review AWS API and edge delivery posture across API Gateway, CloudF
4
4
  allowed-tools: Read Grep Glob
5
5
  metadata:
6
6
  author: "github: Raishin"
7
- version: "0.1.2"
8
- updated: "2026-05-05"
7
+ version: "0.1.4"
8
+ updated: "2026-06-02"
9
9
  category: networking
10
10
  ---
11
11
 
@@ -26,7 +26,7 @@ Use this skill for:
26
26
 
27
27
  ## Lean operating rules
28
28
 
29
- - Prefer `AwsDocumentationMcpServer` when available via `uvx awslabs.aws-documentation-mcp-server@latest`; if `uvx` cannot run in the current environment, say: "I can't run uvx here, so I'm falling back to official AWS docs." Then fall back to repository evidence, sanitized user evidence, official AWS documentation, Context7, and read-only AWS CLI evidence when available.
29
+ - Prefer current AWS documentation tools for service behavior. Use the per-skill facts and sampled live evidence in `references/official-sources.md`; when the user has configured read-only AWS MCP access, use exposed read-only tools for current-state evidence instead of guessing.
30
30
  - Separate confirmed facts from inference. If state was not queried or shown, say so.
31
31
  - Challenge broad access, public exposure, destructive automation, untested recovery, hidden cost, and vague production claims.
32
32
  - Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
@@ -39,6 +39,10 @@ Load these only when needed:
39
39
  - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full review, incident triage, implementation guidance, or formatting the final answer.
40
40
  - [Safety checklist](references/safety-checklist.md) — use before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
41
41
  - [Official sources](references/official-sources.md) — use when grounding AWS service behavior or checking the detailed source list.
42
+ - [API Gateway controls](references/api-gateway-controls.md) — use for API Gateway routes, stages, authorizers, throttling, quotas, logging, and resource policies.
43
+ - [CloudFront origin protection](references/cloudfront-origin-protection.md) — use for distributions, origins, OAC/OAI, cache policies, TLS, and DNS/rollback design.
44
+ - [WAF, Shield, and abuse controls](references/waf-shield-abuse-controls.md) — use for web ACLs, managed rules, rate-based rules, Bot Control, labels, Shield, and anti-DDoS posture.
45
+ - [Observability and incident playbook](references/observability-incident-playbook.md) — use for 4xx/5xx, latency, throttling, WAF false-positive, origin, cache, or cost incidents.
42
46
 
43
47
  ## Response minimum
44
48
 
@@ -17,11 +17,16 @@
17
17
  "https://docs.aws.amazon.com/apigateway/latest/developerguide/security-best-practices.html",
18
18
  "https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html",
19
19
  "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html",
20
- "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-awswaf.html"
20
+ "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/add-origin-custom-headers.html",
21
+ "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-cloudfront-to-s3-origin.html",
22
+ "https://docs.aws.amazon.com/waf/latest/developerguide/how-aws-waf-works.html",
23
+ "https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups.html",
24
+ "https://docs.aws.amazon.com/waf/latest/developerguide/waf-anti-ddos-best-practices.html",
25
+ "https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html"
21
26
  ],
22
27
  "security_notes": "Do not approve public API or edge changes without auth, throttling, TLS, logging, WAF/origin protection where appropriate, sensitive-log controls, and rollback path.",
23
- "last_verified": "2026-04-29",
28
+ "last_verified": "2026-06-02",
24
29
  "path": "skills/aws/aws-api-edge-delivery-review",
25
30
  "author": "github: Raishin",
26
- "version": "0.1.2"
31
+ "version": "0.1.4"
27
32
  }
@@ -0,0 +1,120 @@
1
+ # API Gateway Control Guide
2
+
3
+ Use this reference when the review scope includes API Gateway REST, HTTP, or WebSocket APIs, custom domains, authorizers, throttling, quotas, stages, resource policies, or API Gateway logging.
4
+
5
+ ## What people get wrong
6
+
7
+ The lazy story is:
8
+
9
+ > API Gateway is managed, so the API edge is safe by default.
10
+
11
+ Wrong. API Gateway removes server management; it does not remove API abuse, auth, quota, logging, or data-exposure risk.
12
+
13
+ Common bad assumptions:
14
+
15
+ - A public API is acceptable because the backend is private.
16
+ - JWT authorizer exists, so authorization is solved.
17
+ - Account-level throttling is enough for per-tenant abuse.
18
+ - CloudWatch metrics exist, so audit evidence exists.
19
+ - CORS is a browser concern, not a security review item.
20
+ - Stage variables, access logs, and mapping templates cannot leak sensitive data.
21
+
22
+ ## Officially grounded controls
23
+
24
+ Current AWS documentation points API Gateway reviewers toward these control families:
25
+
26
+ - IAM authorization, Lambda/JWT/Cognito authorizers, and resource policies for access control.
27
+ - CloudWatch metrics/logs and access logging for observability.
28
+ - CloudTrail for API management-plane audit activity.
29
+ - AWS Config and Security Hub CSPM for configuration/security evidence.
30
+ - Throttling and quotas to limit request rates and protect downstream systems.
31
+
32
+ Treat those as required evidence categories, not optional polish.
33
+
34
+ ## Non-negotiable review checks
35
+
36
+ ### 1. Identify API type before giving guidance
37
+
38
+ REST API, HTTP API, and WebSocket API do not expose the same controls or operational surfaces. Do not give one-size-fits-all recommendations.
39
+
40
+ Capture:
41
+
42
+ - API type and stage
43
+ - custom domain and TLS policy
44
+ - integration type and backend
45
+ - authorizer type
46
+ - resource policy, if any
47
+ - usage plan/API key design, if any
48
+ - throttling/quota settings
49
+ - access-log format and destination
50
+
51
+ ### 2. Split authentication from authorization
52
+
53
+ An authorizer answers “who is this?” or “is this token acceptable?”. It does not automatically prove per-route, per-tenant, or object-level authorization.
54
+
55
+ Look for:
56
+
57
+ - route/method authorization coverage
58
+ - claims-to-permission mapping
59
+ - tenant isolation checks
60
+ - explicit deny paths
61
+ - unauthenticated OPTIONS/CORS behavior
62
+ - bypasses through alternate stages/domains
63
+
64
+ ### 3. Treat throttling as layered protection
65
+
66
+ Review all relevant layers:
67
+
68
+ - account-level throttles
69
+ - stage/method throttles
70
+ - usage plans and quotas
71
+ - WAF rate-based rules
72
+ - downstream service capacity
73
+ - retry behavior from clients and integrations
74
+
75
+ A single throttle setting is not an abuse-control strategy.
76
+
77
+ ### 4. Logs must be useful and safe
78
+
79
+ Access logs should answer who/what/when/outcome without leaking secrets.
80
+
81
+ Check for:
82
+
83
+ - request ID / extended request ID
84
+ - principal or anonymized tenant identifier
85
+ - route/method/status/integration latency
86
+ - WAF decision correlation where applicable
87
+ - no bearer tokens, cookies, API keys, passwords, or PII payloads in logs
88
+ - retention and KMS controls for log groups
89
+
90
+ ## Minimum safe workflow
91
+
92
+ 1. Classify API type, stage, custom domain, and backend integration.
93
+ 2. Enumerate all public routes and unauthenticated routes.
94
+ 3. Verify authorizer, resource policy, and route authorization coverage.
95
+ 4. Verify throttles, quotas, usage plans, and downstream capacity assumptions.
96
+ 5. Inspect access-log settings and log redaction posture.
97
+ 6. Check CloudTrail/Config/Security Hub evidence for management-plane and config drift.
98
+ 7. Identify rollback: stage variable, canary, deployment, DNS, or previous deployment ID.
99
+
100
+ ## Verification targets
101
+
102
+ Use read-only evidence when available:
103
+
104
+ - API Gateway API/stage/domain/authorizer/resource-policy descriptions
105
+ - route/method authorization settings
106
+ - stage access-log settings
107
+ - usage plan and API key attachment where used
108
+ - CloudWatch metrics: 4xx, 5xx, latency, integration latency, throttles
109
+ - CloudTrail events for recent API/stage/domain changes
110
+
111
+ ## When to push back
112
+
113
+ Push back if the design says:
114
+
115
+ - “public for now, auth later”
116
+ - “API keys are authentication”
117
+ - “JWT means authorization is done”
118
+ - “we do not need throttling because traffic is low”
119
+ - “we log full requests for debugging”
120
+ - “rollback is redeploying main”
@@ -0,0 +1,100 @@
1
+ # CloudFront Origin Protection Guide
2
+
3
+ Use this reference when the review scope includes CloudFront distributions, origins, cache behaviors, origin access control, TLS, custom headers, cache keys, origin request policies, or distribution rollback.
4
+
5
+ ## What people get wrong
6
+
7
+ The naive story is:
8
+
9
+ > CloudFront is in front, so the origin is protected.
10
+
11
+ Wrong. CloudFront only protects the origin if the origin is configured to reject direct access and the cache/origin policies do not leak or amplify risk.
12
+
13
+ Common bad assumptions:
14
+
15
+ - S3 origin is private because CloudFront uses it.
16
+ - Origin access identity and origin access control are interchangeable.
17
+ - Viewer HTTPS is enough; origin HTTPS does not matter.
18
+ - Forwarding all headers/cookies/query strings is safer because it is “complete”.
19
+ - Cache invalidation is the rollback plan.
20
+ - Custom origin headers are secrets.
21
+
22
+ ## Officially grounded controls
23
+
24
+ Current AWS docs ground these CloudFront controls:
25
+
26
+ - Origin Access Control for restricting S3 origins, including migration from legacy OAI and SSE-KMS permission considerations.
27
+ - HTTPS viewer/origin policies for encrypted transport.
28
+ - Custom origin headers for origin request shaping, with documented header restrictions.
29
+ - Cache behavior, cache key, and origin request policy choices that affect correctness, privacy, and cost.
30
+ - AWS WAF association for edge filtering and rule enforcement.
31
+
32
+ ## Non-negotiable review checks
33
+
34
+ ### 1. Prove the origin cannot be bypassed
35
+
36
+ For S3 origins, verify bucket policy allows the CloudFront distribution/OAC path and denies unintended direct access.
37
+
38
+ For custom origins, verify one or more controls:
39
+
40
+ - origin only reachable from expected networks
41
+ - secret header is not the only control unless risk accepted
42
+ - ALB/security group/origin firewall rules restrict direct access
43
+ - origin TLS certificate and hostname behavior are correct
44
+
45
+ ### 2. Cache keys are security boundaries
46
+
47
+ Cache policies can leak tenant/user-specific responses if identity-bearing inputs are omitted from the cache key.
48
+
49
+ Check:
50
+
51
+ - Authorization/cookie/query/header forwarding
52
+ - whether authenticated responses are cached
53
+ - error response caching
54
+ - compression and content negotiation
55
+ - cache behavior path precedence
56
+
57
+ ### 3. TLS and domain posture are part of rollback
58
+
59
+ Capture:
60
+
61
+ - viewer protocol policy
62
+ - minimum TLS protocol
63
+ - certificate scope and expiration
64
+ - alternate domain names
65
+ - DNS cutover/rollback path
66
+
67
+ ### 4. Origin request controls can create data exposure
68
+
69
+ Forwarding too much can expose cookies and auth headers to origins that do not need them. Forwarding too little can break authorization or cache correctness.
70
+
71
+ ## Minimum safe workflow
72
+
73
+ 1. Map viewer domain -> distribution -> behavior -> origin -> backend.
74
+ 2. Identify every origin and whether direct access is blocked.
75
+ 3. Review cache and origin request policies for sensitive variance.
76
+ 4. Verify TLS policy, certificate, and DNS ownership.
77
+ 5. Verify WAF association and logging posture.
78
+ 6. Define rollback: previous distribution config, DNS change, origin failover, or behavior revert.
79
+
80
+ ## Verification targets
81
+
82
+ Use read-only evidence when available:
83
+
84
+ - distribution config and status
85
+ - cache behaviors and origin request/cache policies
86
+ - OAC/OAI config and S3 bucket policy
87
+ - origin protocol policy and custom headers
88
+ - WAF web ACL association
89
+ - standard or real-time log delivery
90
+ - CloudWatch metrics and CloudFront 4xx/5xx/error-rate signals
91
+
92
+ ## When to push back
93
+
94
+ Push back if the design says:
95
+
96
+ - “the S3 bucket is public but hidden behind CloudFront”
97
+ - “we forward everything to avoid bugs”
98
+ - “custom header is our only origin protection”
99
+ - “we can invalidate if something goes wrong”
100
+ - “CloudFront is global so regional evidence is irrelevant” without explaining global-control-plane implications
@@ -0,0 +1,110 @@
1
+ # API and Edge Observability / Incident Playbook
2
+
3
+ Use this reference for API Gateway, CloudFront, WAF, Shield, or ALB edge incidents involving 4xx/5xx spikes, latency, throttling, false positives, cache poisoning, origin failures, bot traffic, or unexpected cost.
4
+
5
+ ## What people get wrong
6
+
7
+ The naive story is:
8
+
9
+ > We have dashboards, so we can debug the edge.
10
+
11
+ Wrong. Edge incidents cross services. If request IDs, logs, WAF decisions, cache behavior, and origin metrics cannot be correlated, dashboards become theater.
12
+
13
+ Common bad assumptions:
14
+
15
+ - 4xx means client fault.
16
+ - 5xx means origin fault.
17
+ - WAF blocks are always attacks.
18
+ - CloudFront cache hit ratio is always good when high.
19
+ - API Gateway throttles prove abuse rather than mis-sized quotas.
20
+ - Cost spikes are separate from reliability incidents.
21
+
22
+ ## Evidence to collect first
23
+
24
+ Capture the time window and compare against a clean baseline.
25
+
26
+ Minimum evidence set:
27
+
28
+ - affected hostnames, paths, methods, status codes
29
+ - CloudFront distribution and cache behavior
30
+ - API Gateway API/stage/route, if applicable
31
+ - WAF web ACL/rule/action/labels, if applicable
32
+ - origin target and origin health
33
+ - recent deployments, WAF changes, DNS/certificate changes, or cache policy changes
34
+ - customer impact and business priority
35
+
36
+ ## Failure-mode map
37
+
38
+ ### 4xx spike
39
+
40
+ Check:
41
+
42
+ - authorizer failures
43
+ - resource policy denies
44
+ - WAF blocks/challenges/CAPTCHA
45
+ - CORS/preflight failures
46
+ - missing routes or base-path mappings
47
+ - signed URL/cookie failures
48
+ - request size/header validation
49
+
50
+ ### 5xx spike
51
+
52
+ Check:
53
+
54
+ - origin health and target group status
55
+ - API Gateway integration errors/timeouts
56
+ - Lambda/backend errors
57
+ - CloudFront origin connection attempts/timeouts
58
+ - certificate/TLS origin mismatch
59
+ - DNS/origin failover behavior
60
+
61
+ ### Latency spike
62
+
63
+ Check:
64
+
65
+ - cache hit ratio and origin latency
66
+ - API Gateway integration latency vs total latency
67
+ - backend saturation
68
+ - WAF inspection overhead from expensive rules
69
+ - regional vs global path differences
70
+
71
+ ### False-positive WAF incident
72
+
73
+ Check:
74
+
75
+ - rule ID/rule group/label
76
+ - sampled requests/logs
77
+ - recent managed rule updates or overrides
78
+ - path-specific exception options
79
+ - count-mode rollback
80
+
81
+ ## Minimum safe incident workflow
82
+
83
+ 1. State the exact time window and affected edge path.
84
+ 2. Identify whether the symptom begins at viewer, edge, WAF, API Gateway, or origin.
85
+ 3. Correlate metrics and logs across services.
86
+ 4. Identify the smallest reversible mitigation.
87
+ 5. Prefer count/allow exception scoped by path/header/method over disabling a whole managed rule group.
88
+ 6. Record rollback and post-incident hardening actions.
89
+
90
+ ## Verification targets
91
+
92
+ Use read-only evidence when available:
93
+
94
+ - CloudFront standard/real-time logs or distribution metrics
95
+ - API Gateway access logs and execution metrics
96
+ - WAF logs/sampled requests and rule metrics
97
+ - CloudWatch alarms and metric math dashboards
98
+ - origin target health and backend logs
99
+ - CloudTrail events for recent configuration changes
100
+ - Cost Explorer / usage evidence if request volume or logging cost spiked
101
+
102
+ ## When to push back
103
+
104
+ Push back if the user asks to:
105
+
106
+ - disable the entire WAF to fix one false positive
107
+ - increase throttles without checking origin capacity
108
+ - invalidate all cache paths as a generic rollback
109
+ - ignore missing logs and “just infer” root cause
110
+ - call the incident resolved without post-mitigation metrics