@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
@@ -5,11 +5,25 @@ Use this reference only when you need source grounding for AWS service behavior
5
5
  ## AWS documentation
6
6
 
7
7
  Use these as starting points, not as proof of the user's live AWS state:
8
- - https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/plan-for-disaster-recovery-dr.html
9
- - https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/welcome.html
10
- - https://docs.aws.amazon.com/wellarchitected/latest/framework/rel_testing_resiliency_failure_injection_resiliency.html
8
+ - https://docs.aws.amazon.com/wellarchitected/2023-10-03/framework/rel_planning_for_recovery_disaster_recovery.html
9
+ - https://docs.aws.amazon.com/resilience-hub/latest/userguide/resilience-checks.html
11
10
  - https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html
11
+ - https://docs.aws.amazon.com/route53/latest/developerguide/dns-failover.html
12
12
 
13
13
  ## Grounding rule
14
14
 
15
- Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, entitlement, or operational state. Prefer read-only AWS MCP or CLI evidence, repository evidence, or sanitized user-provided evidence for current-state claims.
16
+
17
+ ## Current MCP/documentation refresh (2026-06-02)
18
+
19
+ Service facts from official docs:
20
+ - Well-Architected reliability guidance says DR strategy should meet recovery objectives using approaches such as backup/restore, standby, or active/active.
21
+ - Resilience Hub checks can evaluate RTO/RPO targets and service-specific resilience patterns across services including RDS/Aurora, S3, DynamoDB, EC2, EBS, Lambda, EKS, SNS, SQS, ECS, ELB, API Gateway, Route 53, ARC, and Step Functions.
22
+
23
+ Sampled live evidence:
24
+ - Read-only regional availability sampling reported AWS Resilience Hub, AWS Backup, and Route 53 as `isAvailableIn` in `us-east-1`, `us-west-2`, `eu-west-1`, and `ap-southeast-1`.
25
+ - Sampled API `Backup+ListBackupVaults` was reported `isAvailableIn` in those regions.
26
+
27
+ Review implications:
28
+ - BCDR review requires explicit RTO/RPO, dependency map, backup/replication evidence, failover runbook, restore/failover test results, DNS/traffic plan, and rollback criteria.
29
+ - Tool checks do not prove business recovery readiness without exercised tests.
@@ -5,10 +5,10 @@ Use this reference before privileged, destructive, traffic-changing, cost-changi
5
5
  ## Non-negotiables
6
6
 
7
7
  - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
- - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
8
+ - Use read-only AWS MCP or read-only AWS CLI evidence for live state when available; otherwise use repository evidence, sanitized user evidence, or official documentation and label the evidence level.
9
9
  - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
10
  - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, or production-impacting actions.
11
- - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
11
+ - Use current official AWS documentation for service behavior when the answer depends on AWS service details.
12
12
  - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
13
 
14
14
  ## Stress checks
@@ -19,7 +19,7 @@ Check these areas before giving a verdict:
19
19
  - Required outcome:
20
20
  - Explicit non-goals:
21
21
  2. **Collect evidence**
22
- - Prefer live AWS MCP read-only evidence if available.
22
+ - Prefer read-only AWS MCP or read-only AWS CLI evidence for current-state claims when available.
23
23
  - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
24
  - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
25
  3. **Stress-test risk**
@@ -4,8 +4,8 @@ description: Review Amazon S3 data perimeter and exposure posture across Block P
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: security
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,7 @@ 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
+ - [S3 Data Perimeter Controls Guide](references/s3-data-perimeter-controls.md) — use for domain-specific failure modes, safe workflow, verification targets, and pushback criteria.
42
43
 
43
44
  ## Response minimum
44
45
 
@@ -14,14 +14,14 @@
14
14
  "summary": "Review Amazon S3 data perimeter, Block Public Access, Object Ownership, ACL removal, bucket/access point policies, TLS-only access, encryption, replication, lifecycle, and exposure risk.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
- "https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-best-practices.html",
18
17
  "https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html",
19
- "https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html",
20
- "https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-policy-actions.html"
18
+ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html",
19
+ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html",
20
+ "https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html"
21
21
  ],
22
22
  "security_notes": "Do not broaden S3 public or cross-account access. Prefer Block Public Access, disabled ACLs, scoped policies, TLS-only conditions, encryption, logging, and Access Analyzer validation.",
23
- "last_verified": "2026-04-29",
23
+ "last_verified": "2026-06-02",
24
24
  "path": "skills/aws/aws-s3-data-perimeter-governor",
25
25
  "author": "github: Raishin",
26
- "version": "0.1.2"
26
+ "version": "0.1.4"
27
27
  }
@@ -5,11 +5,25 @@ Use this reference only when you need source grounding for AWS service behavior
5
5
  ## AWS documentation
6
6
 
7
7
  Use these as starting points, not as proof of the user's live AWS state:
8
- - https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-best-practices.html
9
8
  - https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html
10
- - https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
11
- - https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-policy-actions.html
9
+ - https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html
10
+ - https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html
11
+ - https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html
12
12
 
13
13
  ## Grounding rule
14
14
 
15
- Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, entitlement, or operational state. Prefer read-only AWS MCP or CLI evidence, repository evidence, or sanitized user-provided evidence for current-state claims.
16
+
17
+ ## Current MCP/documentation refresh (2026-06-02)
18
+
19
+ Service facts from official docs:
20
+ - S3 Block Public Access can be configured at account, bucket, access point, and organization levels; IAM Access Analyzer for S3 can review public buckets.
21
+ - S3 access points support shared dataset access patterns, VPC restrictions, IAM policies, and object-operation controls.
22
+
23
+ Sampled live evidence:
24
+ - Read-only regional availability sampling reported S3, Security Hub, and GuardDuty as `isAvailableIn` in `us-east-1`, `us-west-2`, `eu-west-1`, and `ap-southeast-1`.
25
+ - Sampled APIs `S3+GetBucketPolicy`, `S3+GetPublicAccessBlock`, and `AccessAnalyzer+ListFindings` were reported `isAvailableIn` in those regions.
26
+
27
+ Review implications:
28
+ - Data perimeter review needs bucket/access point policies, BPA state, encryption, VPC endpoint policy, organization/SCP context, Access Analyzer findings, replication, logging, and exception approvals.
29
+ - Public-access absence alone does not prove tenant/data perimeter safety.
@@ -0,0 +1,59 @@
1
+ # S3 Data Perimeter Controls Guide
2
+
3
+ Use this reference for Amazon S3 data perimeter reviews covering Block Public Access, Object Ownership, ACL removal, bucket/access point policies, VPC endpoint conditions, TLS-only access, encryption, replication, logging, and cross-account access.
4
+
5
+ ## What people get wrong
6
+
7
+ The lazy story is:
8
+
9
+ > Block Public Access is on, so the bucket is safe.
10
+
11
+ Wrong. S3 exposure is a policy system. Public blocking helps, but data can still leak through broad principals, cross-account trust, access points, replication, CloudFront origins, VPC endpoint policies, logging gaps, and weak object ownership assumptions.
12
+
13
+ Common bad assumptions:
14
+
15
+ - `Principal: *` is safe if conditions look specific.
16
+ - ACLs no longer matter everywhere because Object Ownership exists.
17
+ - VPC endpoint conditions prove private-only access.
18
+ - SSE-S3/SSE-KMS proves authorization and data minimization.
19
+ - Access points simplify policy without changing risk.
20
+ - Server access logging or CloudTrail data events are enabled unless proven.
21
+
22
+ ## S3-specific failure modes
23
+
24
+ - Bucket policy allows public, cross-account, or organization-wide access without prefix/resource boundaries.
25
+ - Access point or Multi-Region Access Point policy bypasses intended bucket guardrails.
26
+ - Block Public Access differs at account, bucket, and access-point layers.
27
+ - Object Ownership/ACL state allows unexpected object-owner access or breaks writers.
28
+ - VPC endpoint policy, `aws:SourceVpce`, `aws:PrincipalOrgID`, and TLS conditions are missing or misapplied.
29
+ - Replication, lifecycle expiration, inventory, logging, or Macie coverage excludes sensitive prefixes.
30
+
31
+ ## Minimum safe workflow
32
+
33
+ 1. Identify bucket, account, Region, data classification, access patterns, writers/readers, and prefixes.
34
+ 2. Review account-level and bucket-level Block Public Access plus Object Ownership and ACL posture.
35
+ 3. Inspect bucket policy, access point policies, VPC endpoint policies, KMS key policy, and cross-account principals together.
36
+ 4. Verify data perimeter conditions: organization, VPC endpoint, TLS, encryption, source account, source ARN, and prefix scope.
37
+ 5. Check logging/detection: CloudTrail data events, S3 server access logs, Storage Lens, Macie, Access Analyzer, and Security Hub findings.
38
+ 6. Recommend smallest reversible policy/control changes; destructive delete/lifecycle changes require separate approval.
39
+ 7. State what live evidence was sampled and what remains unknown.
40
+
41
+ ## Verification targets
42
+
43
+ - S3 Block Public Access at account, bucket, and access point level
44
+ - Object Ownership, ACL state, bucket policy, access point policy, and Multi-Region Access Point policy
45
+ - IAM/SCP/VPC endpoint/KMS policies affecting access
46
+ - policy conditions: `aws:PrincipalOrgID`, `aws:SourceVpce`, `aws:SecureTransport`, `s3:prefix`, `aws:SourceArn`, `aws:SourceAccount`
47
+ - CloudTrail data events, server access logs, S3 Inventory, Storage Lens, Macie classification, Access Analyzer, and Security Hub findings
48
+ - replication/lifecycle/object lock/retention settings for sensitive prefixes
49
+
50
+ ## When to push back
51
+
52
+ Push back if the user asks to:
53
+
54
+ - allow broad cross-account or public access without data-owner approval
55
+ - disable Block Public Access to “fix” application access
56
+ - rely on encryption as a substitute for authorization
57
+ - remove logs, Object Lock, retention, or replication without compliance review
58
+ - trust a single bucket policy snippet without account/SCP/KMS/endpoint context
59
+ - patch production bucket policies without rollback and access test plan
@@ -5,10 +5,10 @@ Use this reference before privileged, destructive, traffic-changing, cost-changi
5
5
  ## Non-negotiables
6
6
 
7
7
  - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
- - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
8
+ - Use read-only AWS MCP or read-only AWS CLI evidence for live state when available; otherwise use repository evidence, sanitized user evidence, or official documentation and label the evidence level.
9
9
  - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
10
  - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting actions.
11
- - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
11
+ - Use current official AWS documentation for service behavior when the answer depends on AWS service details.
12
12
  - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
13
 
14
14
  ## Stress checks
@@ -19,7 +19,7 @@ Check these areas before giving a verdict:
19
19
  - Required outcome:
20
20
  - Explicit non-goals:
21
21
  2. **Collect evidence**
22
- - Prefer live AWS MCP read-only evidence if available.
22
+ - Prefer read-only AWS MCP or read-only AWS CLI evidence for current-state claims when available.
23
23
  - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
24
  - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
25
  3. **Stress-test risk**
@@ -4,8 +4,8 @@ description: Review broad AWS security posture across Security Hub CSPM, GuardDu
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: security
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,7 @@ 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
+ - [Security Posture Prioritization Guide](references/security-posture-prioritization.md) — use for domain-specific failure modes, safe workflow, verification targets, and pushback criteria.
42
43
 
43
44
  ## Response minimum
44
45
 
@@ -14,14 +14,14 @@
14
14
  "summary": "Harden AWS security posture across Security Hub CSPM, GuardDuty, Inspector, Macie, Config, IAM, logging, encryption, public exposure, and remediation workflow.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
- "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-v2-recommendations.html",
18
- "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-controls-reference.html",
19
- "https://docs.aws.amazon.com/securityhub/latest/userguide/enable-standards.html",
20
- "https://docs.aws.amazon.com/securityhub/latest/userguide/guardduty-controls.html"
17
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub-v2.html",
18
+ "https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html",
19
+ "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
20
+ "https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html"
21
21
  ],
22
22
  "security_notes": "Do not treat a green dashboard as proof of security. Verify service coverage, Regions, delegated admin, Config recording, suppressions, public exposure, and remediation evidence.",
23
- "last_verified": "2026-04-29",
23
+ "last_verified": "2026-06-02",
24
24
  "path": "skills/aws/aws-security-posture-hardening",
25
25
  "author": "github: Raishin",
26
- "version": "0.1.2"
26
+ "version": "0.1.4"
27
27
  }
@@ -5,11 +5,25 @@ Use this reference only when you need source grounding for AWS service behavior
5
5
  ## AWS documentation
6
6
 
7
7
  Use these as starting points, not as proof of the user's live AWS state:
8
- - https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-v2-recommendations.html
9
- - https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-controls-reference.html
10
- - https://docs.aws.amazon.com/securityhub/latest/userguide/enable-standards.html
11
- - https://docs.aws.amazon.com/securityhub/latest/userguide/guardduty-controls.html
8
+ - https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub-v2.html
9
+ - https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html
10
+ - https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html
11
+ - https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html
12
12
 
13
13
  ## Grounding rule
14
14
 
15
- Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, entitlement, or operational state. Prefer read-only AWS MCP or CLI evidence, repository evidence, or sanitized user-provided evidence for current-state claims.
16
+
17
+ ## Current MCP/documentation refresh (2026-06-02)
18
+
19
+ Service facts from official docs:
20
+ - Security Hub unifies cloud security signals, exposure detection, automated response paths, and third-party integrations.
21
+ - IAM Access Analyzer can identify external/internal access, unused IAM access, validate policies, and generate policies from CloudTrail activity.
22
+
23
+ Sampled live evidence:
24
+ - Read-only regional availability sampling reported Security Hub and GuardDuty as `isAvailableIn` in `us-east-1`, `us-west-2`, `eu-west-1`, and `ap-southeast-1`.
25
+ - Sampled APIs `SecurityHub+GetFindings`, `GuardDuty+ListDetectors`, and `AccessAnalyzer+ListFindings` were reported `isAvailableIn` in those regions.
26
+
27
+ Review implications:
28
+ - Hardening requires enabled-service coverage, org aggregation, finding severity/age, exceptions, IAM exposure, public access, encryption/logging gaps, and remediation ownership.
29
+ - Security tool availability does not prove detectors are enabled, findings are triaged, or controls are enforced.
@@ -5,10 +5,10 @@ Use this reference before privileged, destructive, traffic-changing, cost-changi
5
5
  ## Non-negotiables
6
6
 
7
7
  - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
- - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
8
+ - Use read-only AWS MCP or read-only AWS CLI evidence for live state when available; otherwise use repository evidence, sanitized user evidence, or official documentation and label the evidence level.
9
9
  - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
10
  - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, or production-impacting actions.
11
- - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
11
+ - Use current official AWS documentation for service behavior when the answer depends on AWS service details.
12
12
  - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
13
 
14
14
  ## Stress checks
@@ -0,0 +1,59 @@
1
+ # Security Posture Prioritization Guide
2
+
3
+ Use this reference when prioritizing AWS Security Hub CSPM, GuardDuty, Inspector, Macie, Config, CloudTrail, IAM, public exposure, vulnerability, and compliance posture findings.
4
+
5
+ ## What people get wrong
6
+
7
+ The lazy story is:
8
+
9
+ > Sort Security Hub findings by severity and fix the highs first.
10
+
11
+ Wrong. Finding severity is an input, not a priority model. Real risk depends on exploitability, exposure, asset criticality, compensating controls, account scope, and remediation blast radius.
12
+
13
+ Common bad assumptions:
14
+
15
+ - Security Hub enabled means all relevant controls are covered.
16
+ - GuardDuty finding absence means no threat activity.
17
+ - Inspector vulnerability severity equals business priority.
18
+ - Public exposure findings are all equally urgent.
19
+ - CloudTrail configured in one account/Region proves audit coverage.
20
+ - Auto-remediation is safe for posture hardening.
21
+
22
+ ## Security-posture failure modes
23
+
24
+ - Delegated administrator and organization coverage miss member accounts or Regions.
25
+ - Security Hub standards are enabled but findings are suppressed, stale, or unowned.
26
+ - GuardDuty, Inspector, Macie, Config, or CloudTrail are partially deployed or not routed to responders.
27
+ - IAM findings are remediated with broad deny/allow changes that break workloads.
28
+ - Public S3, security group, ALB, API Gateway, or CloudFront exposure lacks data classification context.
29
+ - Remediation deletes evidence, disables logging, rotates secrets without consumers, or changes KMS policies unsafely.
30
+
31
+ ## Minimum safe workflow
32
+
33
+ 1. Confirm organization/account/Region scope and which services are actually enabled.
34
+ 2. Normalize findings by resource, owner, business criticality, exposure path, data sensitivity, and active threat evidence.
35
+ 3. Separate detection gaps from resource misconfigurations and vulnerability remediation.
36
+ 4. Prioritize by risk: internet exposure plus sensitive data, identity escalation, logging gaps, exploitable vulnerabilities, and active GuardDuty signals.
37
+ 5. Recommend least-privilege, reversible remediation with validation and rollback notes.
38
+ 6. Track exceptions, suppressions, compensating controls, and due dates explicitly.
39
+ 7. Do not execute auto-remediation from this review skill.
40
+
41
+ ## Verification targets
42
+
43
+ - Security Hub/CSPM standards, finding workflow status, suppression rules, and delegated admin/account coverage
44
+ - GuardDuty detectors, findings, malware protection, trusted/threat lists, and alert routing
45
+ - Inspector coverage for EC2/ECR/Lambda and vulnerable package/resource context
46
+ - Macie jobs/classification findings for sensitive data exposure
47
+ - Config recorders, conformance packs, aggregators, and CloudTrail organization trails/log integrity
48
+ - IAM Access Analyzer, public access findings, security group exposure, S3 Block Public Access, KMS key policy, and secret rotation evidence
49
+
50
+ ## When to push back
51
+
52
+ Push back if the user asks to:
53
+
54
+ - treat compliance score as actual security risk
55
+ - suppress findings without owner, reason, expiry, and compensating control
56
+ - run broad auto-remediation on production resources
57
+ - widen IAM/network access to clear a finding
58
+ - claim organization coverage from a single account sample
59
+ - remove logs/evidence while remediating
@@ -19,7 +19,7 @@ Check these areas before giving a verdict:
19
19
  - Required outcome:
20
20
  - Explicit non-goals:
21
21
  2. **Collect evidence**
22
- - Prefer live AWS MCP read-only evidence if available.
22
+ - Prefer read-only AWS MCP or read-only AWS CLI evidence for current-state claims when available.
23
23
  - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
24
  - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
25
  3. **Stress-test risk**
@@ -4,8 +4,8 @@ description: Review AWS Lambda-centered serverless workloads for production read
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: platform
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,7 @@ 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
+ - [Lambda Event Production Readiness Guide](references/lambda-event-production-readiness.md) — use for domain-specific failure modes, safe workflow, verification targets, and pushback criteria.
42
43
 
43
44
  ## Response minimum
44
45
 
@@ -14,14 +14,14 @@
14
14
  "summary": "Review AWS Lambda and serverless workloads for IAM, concurrency, event sources, retries, DLQs, observability, secrets, performance, cost, and rollback readiness.",
15
15
  "source_type": "original",
16
16
  "official_docs": [
17
+ "https://docs.aws.amazon.com/lambda/latest/dg/durable-execution-sdk-retries.html",
18
+ "https://docs.aws.amazon.com/lambda/latest/dg/governance-observability.html",
17
19
  "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html",
18
- "https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html",
19
- "https://docs.aws.amazon.com/lambda/latest/operatorguide/monitoring-observability.html",
20
- "https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html"
20
+ "https://docs.aws.amazon.com/serverless/latest/devguide/serverless-samples.html"
21
21
  ],
22
22
  "security_notes": "Do not approve serverless workloads that lack least-privilege execution roles, retry/DLQ semantics, concurrency controls, observability, idempotency, and rollback evidence.",
23
- "last_verified": "2026-04-29",
23
+ "last_verified": "2026-06-02",
24
24
  "path": "skills/aws/aws-serverless-production-readiness",
25
25
  "author": "github: Raishin",
26
- "version": "0.1.2"
26
+ "version": "0.1.4"
27
27
  }
@@ -0,0 +1,59 @@
1
+ # Lambda Event Production Readiness Guide
2
+
3
+ Use this reference for production readiness reviews of Lambda-centered serverless workloads, event source mappings, retries, DLQs/destinations, concurrency, idempotency, observability, API Gateway, EventBridge, SQS/SNS, Step Functions, and DynamoDB stream integrations.
4
+
5
+ ## What people get wrong
6
+
7
+ The lazy story is:
8
+
9
+ > Lambda scales and retries automatically, so production readiness is mostly IAM and monitoring.
10
+
11
+ Wrong. Serverless failures come from event semantics: duplicate delivery, poison messages, hot partitions, retry amplification, timeout mismatch, concurrency starvation, and silent data loss.
12
+
13
+ Common bad assumptions:
14
+
15
+ - At-least-once delivery can be ignored if the function is fast.
16
+ - DLQ presence proves recoverability.
17
+ - Reserved concurrency is only a cost control.
18
+ - API Gateway timeout and Lambda timeout can be tuned independently without user impact.
19
+ - EventBridge/SNS/SQS retries are harmless.
20
+ - CloudWatch logs are enough observability.
21
+
22
+ ## Serverless failure modes
23
+
24
+ - Non-idempotent handlers double-charge, duplicate writes, or corrupt state during retry.
25
+ - SQS visibility timeout, batch size, partial batch response, and function timeout are inconsistent.
26
+ - Async Lambda destinations or DLQs are absent, unmonitored, or unreadable by responders.
27
+ - Reserved/provisioned concurrency starves critical functions or allows noisy neighbors to dominate.
28
+ - EventBridge rule pattern is too broad, causing fanout storms or unexpected consumers.
29
+ - Step Functions retry/catch hides failed business states or creates unbounded downstream calls.
30
+
31
+ ## Minimum safe workflow
32
+
33
+ 1. Map every trigger, event schema, retry policy, destination, DLQ, and downstream dependency.
34
+ 2. Confirm idempotency key, deduplication behavior, ordering needs, and poison-message handling.
35
+ 3. Check timeout and concurrency alignment across API Gateway, Lambda, SQS visibility, Step Functions, and downstream services.
36
+ 4. Verify observability: RED/USE metrics, structured logs, traces, alarms, DLQ depth, throttles, iterator age, and business KPIs.
37
+ 5. Review deployment safety: versions, aliases, CodeDeploy/SAM traffic shifting, rollback alarms, and previous version target.
38
+ 6. Identify cost and quota risks: concurrency, payload size, retention, logs, retries, and downstream throttling.
39
+ 7. Return readiness gaps with evidence level and approval-gated remediation.
40
+
41
+ ## Verification targets
42
+
43
+ - Lambda timeout, memory, ephemeral storage, architecture, environment, layers, versions, aliases, and concurrency settings
44
+ - event source mapping: batch size, max batching window, filters, partial batch response, enabled state, and starting position
45
+ - SQS/SNS/EventBridge retry, DLQ, destination, archive/replay, and fanout configuration
46
+ - Step Functions state machine retries, catches, timeouts, task tokens, and compensation paths
47
+ - IAM execution role, resource policies, KMS, VPC config, and secrets access
48
+ - CloudWatch metrics/alarms for Errors, Throttles, Duration, IteratorAge, ConcurrentExecutions, DLQ depth, and custom business metrics
49
+
50
+ ## When to push back
51
+
52
+ Push back if the user asks to:
53
+
54
+ - declare production-ready without idempotency and retry evidence
55
+ - remove DLQs or alarms to simplify deployment
56
+ - raise concurrency limits without downstream capacity proof
57
+ - ignore duplicate/out-of-order event handling
58
+ - log raw event payloads containing sensitive data
59
+ - deploy alias/version changes without rollback target and alarms
@@ -5,11 +5,25 @@ Use this reference only when you need source grounding for AWS service behavior
5
5
  ## AWS documentation
6
6
 
7
7
  Use these as starting points, not as proof of the user's live AWS state:
8
+ - https://docs.aws.amazon.com/lambda/latest/dg/durable-execution-sdk-retries.html
9
+ - https://docs.aws.amazon.com/lambda/latest/dg/governance-observability.html
8
10
  - https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html
9
- - https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html
10
- - https://docs.aws.amazon.com/lambda/latest/operatorguide/monitoring-observability.html
11
- - https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html
11
+ - https://docs.aws.amazon.com/serverless/latest/devguide/serverless-samples.html
12
12
 
13
13
  ## Grounding rule
14
14
 
15
- Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, entitlement, or operational state. Prefer read-only AWS MCP or CLI evidence, repository evidence, or sanitized user-provided evidence for current-state claims.
16
+
17
+ ## Current MCP/documentation refresh (2026-06-02)
18
+
19
+ Service facts from official docs:
20
+ - Lambda durable function retry guidance covers step retries, invocation retries, backend retries, exponential backoff, CloudWatch monitoring, and retry best practices.
21
+ - Lambda governance/observability guidance covers visibility into configurations, compliance, function boundaries through Security Hub CSPM, dashboards, tagging, and owner outreach.
22
+
23
+ Sampled live evidence:
24
+ - Read-only regional availability sampling reported Lambda, API Gateway, and Step Functions as `isAvailableIn` in `us-east-1`, `us-west-2`, `eu-west-1`, and `ap-southeast-1`.
25
+ - Sampled APIs `Lambda+GetFunction` and `SFN+DescribeStateMachine` were reported `isAvailableIn` in those regions.
26
+
27
+ Review implications:
28
+ - Production readiness requires concurrency, timeout/memory, retry/DLQ/destination behavior, idempotency, observability, IAM, secrets, deployment/rollback, cost guardrails, and failure-mode tests.
29
+ - Serverless service availability does not prove workload readiness or correct event-source semantics.
@@ -5,10 +5,10 @@ Use this reference before privileged, destructive, traffic-changing, cost-changi
5
5
  ## Non-negotiables
6
6
 
7
7
  - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
- - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
8
+ - Use read-only AWS MCP or read-only AWS CLI evidence for live state when available; otherwise use repository evidence, sanitized user evidence, or official documentation and label the evidence level.
9
9
  - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
10
  - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, or production-impacting actions.
11
- - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
11
+ - Use current official AWS documentation for service behavior when the answer depends on AWS service details.
12
12
  - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
13
 
14
14
  ## Stress checks
@@ -19,7 +19,7 @@ Check these areas before giving a verdict:
19
19
  - Required outcome:
20
20
  - Explicit non-goals:
21
21
  2. **Collect evidence**
22
- - Prefer live AWS MCP read-only evidence if available.
22
+ - Prefer read-only AWS MCP or read-only AWS CLI evidence for current-state claims when available.
23
23
  - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
24
  - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
25
  3. **Stress-test risk**
@@ -4,8 +4,8 @@ description: Patch AWS serverless rollout definitions across Lambda, API Gateway
4
4
  allowed-tools: Read Edit Write MultiEdit Grep Glob
5
5
  metadata:
6
6
  author: "github: Raishin"
7
- version: "0.1.0"
8
- updated: "2026-05-05"
7
+ version: "0.1.2"
8
+ updated: "2026-06-02"
9
9
  category: delivery
10
10
  ---
11
11
 
@@ -25,7 +25,7 @@ Use this skill for:
25
25
 
26
26
  ## Lean operating rules
27
27
 
28
- - 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.
28
+ - 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.
29
29
  - This role has repo write access for bounded corrections, but it is non-destructive toward live AWS state by default. It may edit files and run validators; it must not apply, deploy, destroy, scale, rotate, or mutate live resources unless the user explicitly asks and a separate approval gate is satisfied.
30
30
  - Separate confirmed facts from inference. If state was not queried or shown, say so.
31
31
  - Challenge broad access, hidden blast radius, unsafe hotfixes, and vague production claims.
@@ -39,6 +39,7 @@ Load these only when needed:
39
39
  - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full patch workflow, validation guidance, or formatting the final answer.
40
40
  - [Safety checklist](references/safety-checklist.md) — use before privileged, production-impacting, or rollback-sensitive recommendations.
41
41
  - [Official sources](references/official-sources.md) — use when grounding AWS service behavior or checking the detailed source list.
42
+ - [Lambda Rollout Correction Guide](references/lambda-rollout-correction.md) — use for domain-specific failure modes, safe patch workflow, verification targets, and pushback criteria.
42
43
 
43
44
  ## Response minimum
44
45