@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
@@ -1275,7 +1275,7 @@
1275
1275
  "kiro",
1276
1276
  "other"
1277
1277
  ],
1278
- "summary": "Build, test, migrate, and deploy Amazon Bedrock AgentCore code-based agents and harness workflows with runtime, policy, environment/skills, Memory, Gateway, Identity, Observability, Browser, Code Interpreter, and security guidance loaded progressively.",
1278
+ "summary": "Build, test, migrate, and deploy Amazon Bedrock AgentCore code-based agents and harness workflows with runtime, policy, environment/skills/filesystems, Memory, Gateway, Identity, Observability, Browser, Code Interpreter, Evaluations, Registry, Payments, and security guidance loaded progressively.",
1279
1279
  "source_type": "adapted",
1280
1280
  "official_docs": [
1281
1281
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/develop-agents.html",
@@ -1290,19 +1290,31 @@
1290
1290
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway.html",
1291
1291
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/identity.html",
1292
1292
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-configure.html",
1293
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-service-provided.html",
1293
1294
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser-tool.html",
1294
1295
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/code-interpreter.html",
1296
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/evaluations.html",
1297
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/registry.html",
1298
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/payments.html",
1295
1299
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-tools.html",
1300
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-filesystem-configurations.html",
1301
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-header-allowlist.html",
1302
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-sessions.html",
1303
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-elicitation.html",
1304
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-sampling.html",
1305
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-progress.html",
1306
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-mcp-logging.html",
1307
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/long-term-memory-metadata.html",
1296
1308
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy.html",
1297
1309
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy-create-policies.html",
1298
1310
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy-core-concepts.html",
1299
1311
  "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-operations.html"
1300
1312
  ],
1301
- "security_notes": "Do not hardcode credentials, tokens, client secrets, account IDs, or customer data. Prefer AgentCore Identity/Gateway for managed credentials, enforce Cedar policy where Gateway is used, verify region and preview-feature constraints, keep least-privilege roles, and require explicit approval before deployment or tool-exposure changes.",
1313
+ "security_notes": "Do not hardcode credentials, tokens, client secrets, account IDs, or customer data. Prefer AgentCore Identity/Gateway for managed credentials, enforce Cedar policy where Gateway is used, govern MCP sessions/streaming/elicitation/sampling, verify region/API and preview-feature constraints, keep least-privilege roles, review filesystem mounts and payment spending controls, and require explicit approval before deployment or tool-exposure changes.",
1302
1314
  "last_verified": "2026-04-29",
1303
1315
  "path": "skills/aws/aws-agentcore",
1304
1316
  "author": "github: Raishin",
1305
- "version": "0.1.6"
1317
+ "version": "0.1.8"
1306
1318
  },
1307
1319
  {
1308
1320
  "id": "aws-api-edge-delivery-review",
@@ -1329,7 +1341,7 @@
1329
1341
  "last_verified": "2026-04-29",
1330
1342
  "path": "skills/aws/aws-api-edge-delivery-review",
1331
1343
  "author": "github: Raishin",
1332
- "version": "0.1.2"
1344
+ "version": "0.1.4"
1333
1345
  },
1334
1346
  {
1335
1347
  "id": "aws-bedrock-agent-security-governor",
@@ -1356,7 +1368,7 @@
1356
1368
  "last_verified": "2026-04-29",
1357
1369
  "path": "skills/aws/aws-bedrock-agent-security-governor",
1358
1370
  "author": "github: Raishin",
1359
- "version": "0.1.2"
1371
+ "version": "0.1.4"
1360
1372
  },
1361
1373
  {
1362
1374
  "id": "aws-change-impact-advisor",
@@ -1383,7 +1395,7 @@
1383
1395
  "last_verified": "2026-04-29",
1384
1396
  "path": "skills/aws/aws-change-impact-advisor",
1385
1397
  "author": "github: Raishin",
1386
- "version": "0.1.0"
1398
+ "version": "0.1.2"
1387
1399
  },
1388
1400
  {
1389
1401
  "id": "aws-ci-cd-release-engineer",
@@ -1410,7 +1422,7 @@
1410
1422
  "last_verified": "2026-04-29",
1411
1423
  "path": "skills/aws/aws-ci-cd-release-engineer",
1412
1424
  "author": "github: Raishin",
1413
- "version": "0.1.2"
1425
+ "version": "0.1.4"
1414
1426
  },
1415
1427
  {
1416
1428
  "id": "aws-compliance-evidence-mapper",
@@ -1437,7 +1449,7 @@
1437
1449
  "last_verified": "2026-04-29",
1438
1450
  "path": "skills/aws/aws-compliance-evidence-mapper",
1439
1451
  "author": "github: Raishin",
1440
- "version": "0.1.2"
1452
+ "version": "0.1.4"
1441
1453
  },
1442
1454
  {
1443
1455
  "id": "aws-cost-anomaly-watch-coordinator",
@@ -1464,7 +1476,7 @@
1464
1476
  "last_verified": "2026-04-29",
1465
1477
  "path": "skills/aws/aws-cost-anomaly-watch-coordinator",
1466
1478
  "author": "github: Raishin",
1467
- "version": "0.1.0"
1479
+ "version": "0.1.2"
1468
1480
  },
1469
1481
  {
1470
1482
  "id": "aws-cost-optimization-governor",
@@ -1491,7 +1503,7 @@
1491
1503
  "last_verified": "2026-04-29",
1492
1504
  "path": "skills/aws/aws-cost-optimization-governor",
1493
1505
  "author": "github: Raishin",
1494
- "version": "0.1.2"
1506
+ "version": "0.1.4"
1495
1507
  },
1496
1508
  {
1497
1509
  "id": "aws-daily-operations-briefing-coordinator",
@@ -1518,7 +1530,7 @@
1518
1530
  "last_verified": "2026-04-29",
1519
1531
  "path": "skills/aws/aws-daily-operations-briefing-coordinator",
1520
1532
  "author": "github: Raishin",
1521
- "version": "0.1.0"
1533
+ "version": "0.1.2"
1522
1534
  },
1523
1535
  {
1524
1536
  "id": "aws-data-protection-backup-steward",
@@ -1545,7 +1557,7 @@
1545
1557
  "last_verified": "2026-04-29",
1546
1558
  "path": "skills/aws/aws-data-protection-backup-steward",
1547
1559
  "author": "github: Raishin",
1548
- "version": "0.1.2"
1560
+ "version": "0.1.4"
1549
1561
  },
1550
1562
  {
1551
1563
  "id": "aws-deployment-hotfix-operator",
@@ -1570,7 +1582,7 @@
1570
1582
  "last_verified": "2026-04-29",
1571
1583
  "path": "skills/aws/aws-deployment-hotfix-operator",
1572
1584
  "author": "github: Raishin",
1573
- "version": "0.1.0"
1585
+ "version": "0.1.2"
1574
1586
  },
1575
1587
  {
1576
1588
  "id": "aws-devops-agent-skill-designer",
@@ -1597,7 +1609,7 @@
1597
1609
  "last_verified": "2026-04-29",
1598
1610
  "path": "skills/aws/aws-devops-agent-skill-designer",
1599
1611
  "author": "github: Raishin",
1600
- "version": "0.1.2"
1612
+ "version": "0.1.4"
1601
1613
  },
1602
1614
  {
1603
1615
  "id": "aws-dynamodb-data-modeling-performance-review",
@@ -1624,7 +1636,7 @@
1624
1636
  "last_verified": "2026-04-29",
1625
1637
  "path": "skills/aws/aws-dynamodb-data-modeling-performance-review",
1626
1638
  "author": "github: Raishin",
1627
- "version": "0.1.2"
1639
+ "version": "0.1.4"
1628
1640
  },
1629
1641
  {
1630
1642
  "id": "aws-ec2-compute-operations-steward",
@@ -1651,7 +1663,7 @@
1651
1663
  "last_verified": "2026-04-29",
1652
1664
  "path": "skills/aws/aws-ec2-compute-operations-steward",
1653
1665
  "author": "github: Raishin",
1654
- "version": "0.1.2"
1666
+ "version": "0.1.4"
1655
1667
  },
1656
1668
  {
1657
1669
  "id": "aws-ecs-fargate-platform-operator",
@@ -1678,7 +1690,7 @@
1678
1690
  "last_verified": "2026-04-29",
1679
1691
  "path": "skills/aws/aws-ecs-fargate-platform-operator",
1680
1692
  "author": "github: Raishin",
1681
- "version": "0.1.2"
1693
+ "version": "0.1.4"
1682
1694
  },
1683
1695
  {
1684
1696
  "id": "aws-ecs-service-remediation-operator",
@@ -1704,7 +1716,7 @@
1704
1716
  "last_verified": "2026-04-29",
1705
1717
  "path": "skills/aws/aws-ecs-service-remediation-operator",
1706
1718
  "author": "github: Raishin",
1707
- "version": "0.1.0"
1719
+ "version": "0.1.2"
1708
1720
  },
1709
1721
  {
1710
1722
  "id": "aws-eks-platform-operator",
@@ -1731,7 +1743,7 @@
1731
1743
  "last_verified": "2026-04-29",
1732
1744
  "path": "skills/aws/aws-eks-platform-operator",
1733
1745
  "author": "github: Raishin",
1734
- "version": "0.1.2"
1746
+ "version": "0.1.4"
1735
1747
  },
1736
1748
  {
1737
1749
  "id": "aws-event-driven-architecture-review",
@@ -1758,7 +1770,7 @@
1758
1770
  "last_verified": "2026-04-29",
1759
1771
  "path": "skills/aws/aws-event-driven-architecture-review",
1760
1772
  "author": "github: Raishin",
1761
- "version": "0.1.2"
1773
+ "version": "0.1.4"
1762
1774
  },
1763
1775
  {
1764
1776
  "id": "aws-generative-ai-developer",
@@ -1789,7 +1801,7 @@
1789
1801
  "last_verified": "2026-04-29",
1790
1802
  "path": "skills/aws/aws-generative-ai-developer",
1791
1803
  "author": "github: Raishin",
1792
- "version": "0.1.0"
1804
+ "version": "0.1.4"
1793
1805
  },
1794
1806
  {
1795
1807
  "id": "aws-iac-change-safety-review",
@@ -1816,7 +1828,7 @@
1816
1828
  "last_verified": "2026-04-29",
1817
1829
  "path": "skills/aws/aws-iac-change-safety-review",
1818
1830
  "author": "github: Raishin",
1819
- "version": "0.1.2"
1831
+ "version": "0.1.4"
1820
1832
  },
1821
1833
  {
1822
1834
  "id": "aws-iac-patch-executor",
@@ -1842,7 +1854,7 @@
1842
1854
  "last_verified": "2026-04-29",
1843
1855
  "path": "skills/aws/aws-iac-patch-executor",
1844
1856
  "author": "github: Raishin",
1845
- "version": "0.1.0"
1857
+ "version": "0.1.2"
1846
1858
  },
1847
1859
  {
1848
1860
  "id": "aws-iam-least-privilege-review",
@@ -1869,7 +1881,7 @@
1869
1881
  "last_verified": "2026-04-29",
1870
1882
  "path": "skills/aws/aws-iam-least-privilege-review",
1871
1883
  "author": "github: Raishin",
1872
- "version": "0.1.2"
1884
+ "version": "0.1.4"
1873
1885
  },
1874
1886
  {
1875
1887
  "id": "aws-kms-secrets-lifecycle-steward",
@@ -1896,7 +1908,7 @@
1896
1908
  "last_verified": "2026-04-29",
1897
1909
  "path": "skills/aws/aws-kms-secrets-lifecycle-steward",
1898
1910
  "author": "github: Raishin",
1899
- "version": "0.1.2"
1911
+ "version": "0.1.4"
1900
1912
  },
1901
1913
  {
1902
1914
  "id": "aws-landing-zone-governor",
@@ -1923,7 +1935,7 @@
1923
1935
  "last_verified": "2026-04-29",
1924
1936
  "path": "skills/aws/aws-landing-zone-governor",
1925
1937
  "author": "github: Raishin",
1926
- "version": "0.1.2"
1938
+ "version": "0.1.4"
1927
1939
  },
1928
1940
  {
1929
1941
  "id": "aws-live-deployment-guarded-operator",
@@ -1950,7 +1962,7 @@
1950
1962
  "last_verified": "2026-04-29",
1951
1963
  "path": "skills/aws/aws-live-deployment-guarded-operator",
1952
1964
  "author": "github: Raishin",
1953
- "version": "0.1.0"
1965
+ "version": "0.1.3"
1954
1966
  },
1955
1967
  {
1956
1968
  "id": "aws-live-ecs-rollout-guard",
@@ -1977,7 +1989,7 @@
1977
1989
  "last_verified": "2026-04-29",
1978
1990
  "path": "skills/aws/aws-live-ecs-rollout-guard",
1979
1991
  "author": "github: Raishin",
1980
- "version": "0.1.0"
1992
+ "version": "0.1.3"
1981
1993
  },
1982
1994
  {
1983
1995
  "id": "aws-live-iac-change-guard",
@@ -2005,7 +2017,7 @@
2005
2017
  "last_verified": "2026-04-29",
2006
2018
  "path": "skills/aws/aws-live-iac-change-guard",
2007
2019
  "author": "github: Raishin",
2008
- "version": "0.1.0"
2020
+ "version": "0.1.3"
2009
2021
  },
2010
2022
  {
2011
2023
  "id": "aws-live-pipeline-approval-operator",
@@ -2032,7 +2044,7 @@
2032
2044
  "last_verified": "2026-04-29",
2033
2045
  "path": "skills/aws/aws-live-pipeline-approval-operator",
2034
2046
  "author": "github: Raishin",
2035
- "version": "0.1.0"
2047
+ "version": "0.1.3"
2036
2048
  },
2037
2049
  {
2038
2050
  "id": "aws-live-serverless-release-guard",
@@ -2059,7 +2071,7 @@
2059
2071
  "last_verified": "2026-04-29",
2060
2072
  "path": "skills/aws/aws-live-serverless-release-guard",
2061
2073
  "author": "github: Raishin",
2062
- "version": "0.1.0"
2074
+ "version": "0.1.3"
2063
2075
  },
2064
2076
  {
2065
2077
  "id": "aws-maestro",
@@ -2087,7 +2099,7 @@
2087
2099
  "last_verified": "2026-04-30",
2088
2100
  "path": "skills/aws/aws-maestro",
2089
2101
  "author": "github: Raishin",
2090
- "version": "0.1.0"
2102
+ "version": "0.1.4"
2091
2103
  },
2092
2104
  {
2093
2105
  "id": "aws-migration-cutover-architect",
@@ -2114,7 +2126,7 @@
2114
2126
  "last_verified": "2026-04-29",
2115
2127
  "path": "skills/aws/aws-migration-cutover-architect",
2116
2128
  "author": "github: Raishin",
2117
- "version": "0.1.2"
2129
+ "version": "0.1.4"
2118
2130
  },
2119
2131
  {
2120
2132
  "id": "aws-network-architect",
@@ -2143,7 +2155,7 @@
2143
2155
  "last_verified": "2026-04-29",
2144
2156
  "path": "skills/aws/aws-network-architect",
2145
2157
  "author": "github: Raishin",
2146
- "version": "0.1.2"
2158
+ "version": "0.1.4"
2147
2159
  },
2148
2160
  {
2149
2161
  "id": "aws-non-destructive-task-automation-advisor",
@@ -2170,7 +2182,7 @@
2170
2182
  "last_verified": "2026-04-29",
2171
2183
  "path": "skills/aws/aws-non-destructive-task-automation-advisor",
2172
2184
  "author": "github: Raishin",
2173
- "version": "0.1.0"
2185
+ "version": "0.1.2"
2174
2186
  },
2175
2187
  {
2176
2188
  "id": "aws-observability-incident-responder",
@@ -2197,7 +2209,7 @@
2197
2209
  "last_verified": "2026-04-29",
2198
2210
  "path": "skills/aws/aws-observability-incident-responder",
2199
2211
  "author": "github: Raishin",
2200
- "version": "0.1.2"
2212
+ "version": "0.1.4"
2201
2213
  },
2202
2214
  {
2203
2215
  "id": "aws-pipeline-fix-operator",
@@ -2223,7 +2235,7 @@
2223
2235
  "last_verified": "2026-04-29",
2224
2236
  "path": "skills/aws/aws-pipeline-fix-operator",
2225
2237
  "author": "github: Raishin",
2226
- "version": "0.1.0"
2238
+ "version": "0.1.2"
2227
2239
  },
2228
2240
  {
2229
2241
  "id": "aws-private-ca-issuer-review",
@@ -2250,7 +2262,7 @@
2250
2262
  "security_notes": "Using a Root CA ARN in AWSPCAIssuer exposes the root of trust directly to cert-manager. A SubordinateCACertificate template allows cert-manager to issue intermediate CAs, enabling an attacker with cert-manager IRSA access to create a shadow CA trusted by the entire corporate PKI. IRSA role must exclude acm-pca:DeleteCertificateAuthority and acm-pca:CreateCertificateAuthority.",
2251
2263
  "last_verified": "2026-05-02",
2252
2264
  "path": "skills/aws/aws-private-ca-issuer-review",
2253
- "version": "0.1.0",
2265
+ "version": "0.1.4",
2254
2266
  "author": "github: Raishin"
2255
2267
  },
2256
2268
  {
@@ -2278,7 +2290,7 @@
2278
2290
  "last_verified": "2026-04-29",
2279
2291
  "path": "skills/aws/aws-rds-aurora-performance-investigator",
2280
2292
  "author": "github: Raishin",
2281
- "version": "0.1.2"
2293
+ "version": "0.1.4"
2282
2294
  },
2283
2295
  {
2284
2296
  "id": "aws-resilience-bcdr-review",
@@ -2305,7 +2317,7 @@
2305
2317
  "last_verified": "2026-04-29",
2306
2318
  "path": "skills/aws/aws-resilience-bcdr-review",
2307
2319
  "author": "github: Raishin",
2308
- "version": "0.1.2"
2320
+ "version": "0.1.4"
2309
2321
  },
2310
2322
  {
2311
2323
  "id": "aws-s3-data-perimeter-governor",
@@ -2332,7 +2344,7 @@
2332
2344
  "last_verified": "2026-04-29",
2333
2345
  "path": "skills/aws/aws-s3-data-perimeter-governor",
2334
2346
  "author": "github: Raishin",
2335
- "version": "0.1.2"
2347
+ "version": "0.1.4"
2336
2348
  },
2337
2349
  {
2338
2350
  "id": "aws-security-posture-hardening",
@@ -2359,7 +2371,7 @@
2359
2371
  "last_verified": "2026-04-29",
2360
2372
  "path": "skills/aws/aws-security-posture-hardening",
2361
2373
  "author": "github: Raishin",
2362
- "version": "0.1.2"
2374
+ "version": "0.1.4"
2363
2375
  },
2364
2376
  {
2365
2377
  "id": "aws-serverless-production-readiness",
@@ -2386,7 +2398,7 @@
2386
2398
  "last_verified": "2026-04-29",
2387
2399
  "path": "skills/aws/aws-serverless-production-readiness",
2388
2400
  "author": "github: Raishin",
2389
- "version": "0.1.2"
2401
+ "version": "0.1.4"
2390
2402
  },
2391
2403
  {
2392
2404
  "id": "aws-serverless-rollout-corrector",
@@ -2412,7 +2424,7 @@
2412
2424
  "last_verified": "2026-04-29",
2413
2425
  "path": "skills/aws/aws-serverless-rollout-corrector",
2414
2426
  "author": "github: Raishin",
2415
- "version": "0.1.0"
2427
+ "version": "0.1.2"
2416
2428
  },
2417
2429
  {
2418
2430
  "id": "aws-solution-architect",
@@ -2440,7 +2452,7 @@
2440
2452
  "last_verified": "2026-04-29",
2441
2453
  "path": "skills/aws/aws-solution-architect",
2442
2454
  "author": "github: Raishin",
2443
- "version": "0.1.2"
2455
+ "version": "0.1.4"
2444
2456
  },
2445
2457
  {
2446
2458
  "id": "aws-ticket-triage-escalation-coordinator",
@@ -2467,7 +2479,7 @@
2467
2479
  "last_verified": "2026-04-29",
2468
2480
  "path": "skills/aws/aws-ticket-triage-escalation-coordinator",
2469
2481
  "author": "github: Raishin",
2470
- "version": "0.1.0"
2482
+ "version": "0.1.2"
2471
2483
  },
2472
2484
  {
2473
2485
  "id": "aws-waf-cost-optimization-review",
@@ -2492,7 +2504,7 @@
2492
2504
  "last_verified": "2026-05-09",
2493
2505
  "path": "skills/aws/aws-waf-cost-optimization-review",
2494
2506
  "author": "github: Raishin",
2495
- "version": "0.1.0"
2507
+ "version": "0.1.4"
2496
2508
  },
2497
2509
  {
2498
2510
  "id": "aws-waf-reliability-review",
@@ -2517,7 +2529,7 @@
2517
2529
  "last_verified": "2026-05-09",
2518
2530
  "path": "skills/aws/aws-waf-reliability-review",
2519
2531
  "author": "github: Raishin",
2520
- "version": "0.1.0"
2532
+ "version": "0.1.4"
2521
2533
  },
2522
2534
  {
2523
2535
  "id": "aws-waf-security-review",
@@ -2542,7 +2554,7 @@
2542
2554
  "last_verified": "2026-05-09",
2543
2555
  "path": "skills/aws/aws-waf-security-review",
2544
2556
  "author": "github: Raishin",
2545
- "version": "0.1.0"
2557
+ "version": "0.1.4"
2546
2558
  },
2547
2559
  {
2548
2560
  "id": "azure-ai-foundry-ops-governor",
@@ -2569,13 +2581,16 @@
2569
2581
  "https://learn.microsoft.com/en-us/azure/foundry/how-to/quota",
2570
2582
  "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/quotas-limits",
2571
2583
  "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/monitor-models",
2572
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
2584
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
2585
+ "https://learn.microsoft.com/azure/foundry/mcp/security-best-practices",
2586
+ "https://learn.microsoft.com/azure/foundry/mcp/available-tools",
2587
+ "https://learn.microsoft.com/security/benchmark/azure/baselines/azure-ai-foundry-security-baseline"
2573
2588
  ],
2574
- "security_notes": "Keep Foundry resource governance separate from project developer isolation, prefer Entra ID over key-based auth, verify quota and diagnostics before rollout, and treat MCP mutations as higher risk than read-only discovery, especially because hosted Foundry MCP security guidance documents preview and public-endpoint limitations.",
2575
- "last_verified": "2026-04-27",
2589
+ "security_notes": "Keep Foundry resource governance separate from project developer isolation, prefer Entra ID over key-based auth, verify quota and diagnostics before rollout, and treat tool-backed mutations as higher risk than read-only discovery, especially because hosted Foundry MCP capability security guidance documents preview and public-endpoint limitations.",
2590
+ "last_verified": "2026-06-05",
2576
2591
  "path": "skills/azure/azure-ai-foundry-ops-governor",
2577
2592
  "author": "github: Raishin",
2578
- "version": "0.1.0"
2593
+ "version": "0.1.3"
2579
2594
  },
2580
2595
  {
2581
2596
  "id": "azure-aks-platform-operator",
@@ -2599,13 +2614,15 @@
2599
2614
  "https://learn.microsoft.com/en-us/azure/aks/upgrade-options",
2600
2615
  "https://learn.microsoft.com/en-us/azure/aks/upgrade-conceptual",
2601
2616
  "https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview",
2602
- "https://learn.microsoft.com/en-us/azure/aks/network-policy-best-practices"
2617
+ "https://learn.microsoft.com/en-us/azure/aks/network-policy-best-practices",
2618
+ "https://learn.microsoft.com/en-us/azure/aks/best-practices-app-cluster-reliability",
2619
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-kubernetes-service"
2603
2620
  ],
2604
2621
  "security_notes": "Do not wave through AKS as production ready without explicit upgrade, rollback, workload identity, traffic-control, subnet-capacity, and observability evidence. Treat flat pod networking, static secrets, and untested drain behavior as high-risk.",
2605
- "last_verified": "2026-04-27",
2622
+ "last_verified": "2026-06-05",
2606
2623
  "path": "skills/azure/azure-aks-platform-operator",
2607
2624
  "author": "github: Raishin",
2608
- "version": "0.1.0"
2625
+ "version": "0.1.3"
2609
2626
  },
2610
2627
  {
2611
2628
  "id": "azure-app-service-production-readiness",
@@ -2638,18 +2655,19 @@
2638
2655
  "https://learn.microsoft.com/en-us/azure/app-service/configure-zone-redundancy",
2639
2656
  "https://learn.microsoft.com/en-us/azure/reliability/reliability-app-service",
2640
2657
  "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
2641
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-app-service"
2658
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-app-service",
2659
+ "https://learn.microsoft.com/en-us/azure/architecture/web-apps/app-service/architectures/baseline-zone-redundant"
2642
2660
  ],
2643
- "security_notes": "Do not confuse plan SKU with readiness, public access restrictions with true private ingress, or backup configuration with recovery readiness. Prefer managed identity and Key Vault references over embedded secrets, treat app settings as sensitive, and do not invent unsupported Azure MCP namespaces or operations.",
2644
- "last_verified": "2026-04-27",
2661
+ "security_notes": "Do not confuse plan SKU with readiness, public access restrictions with true private ingress, or backup configuration with recovery readiness. Prefer managed identity and Key Vault references over embedded secrets, treat app settings as sensitive, and do not invent unsupported configured Azure evidence namespaces or operations.",
2662
+ "last_verified": "2026-06-05",
2645
2663
  "path": "skills/azure/azure-app-service-production-readiness",
2646
2664
  "author": "github: Raishin",
2647
- "version": "0.1.0"
2665
+ "version": "0.1.3"
2648
2666
  },
2649
2667
  {
2650
2668
  "id": "azure-cosmosdb-application-developer",
2651
2669
  "name": "Azure Cosmos DB Application Developer",
2652
- "version": "0.1.0",
2670
+ "version": "0.1.3",
2653
2671
  "type": "skill",
2654
2672
  "provider": "azure",
2655
2673
  "harnesses": [
@@ -2673,17 +2691,19 @@
2673
2691
  "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
2674
2692
  "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
2675
2693
  "https://learn.microsoft.com/en-us/azure/cosmos-db/transactional-batch",
2676
- "https://learn.microsoft.com/en-us/azure/cosmos-db/find-request-unit-charge"
2694
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/find-request-unit-charge",
2695
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/optimize-cost-reads-writes",
2696
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/request-units"
2677
2697
  ],
2678
2698
  "security_notes": "Do not recommend data models, query patterns, transactional assumptions, or SDK usage that ignore partition scope, RU cost, consistency semantics, or least-privilege access boundaries.",
2679
- "last_verified": "2026-04-28",
2699
+ "last_verified": "2026-06-05",
2680
2700
  "path": "skills/azure/azure-cosmosdb-application-developer",
2681
2701
  "author": "github: Raishin"
2682
2702
  },
2683
2703
  {
2684
2704
  "id": "azure-cosmosdb-performance-investigator",
2685
2705
  "name": "Azure Cosmos DB Performance Investigator",
2686
- "version": "0.1.0",
2706
+ "version": "0.1.3",
2687
2707
  "type": "skill",
2688
2708
  "provider": "azure",
2689
2709
  "harnesses": [
@@ -2706,17 +2726,19 @@
2706
2726
  "https://learn.microsoft.com/en-us/azure/cosmos-db/use-metrics",
2707
2727
  "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-redistribute-throughput-across-partitions",
2708
2728
  "https://learn.microsoft.com/en-us/azure/cosmos-db/performance-tips-dotnet-sdk-v3",
2709
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db"
2729
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
2730
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/monitor-normalized-request-units",
2731
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/autoscale-faq"
2710
2732
  ],
2711
2733
  "security_notes": "Do not recommend throughput increases, repartitioning, indexing changes, or SDK tuning before separating RU cost, latency, partition skew, and query-shape evidence. Avoid speculative fixes that hide workload design defects.",
2712
- "last_verified": "2026-04-28",
2734
+ "last_verified": "2026-06-05",
2713
2735
  "path": "skills/azure/azure-cosmosdb-performance-investigator",
2714
2736
  "author": "github: Raishin"
2715
2737
  },
2716
2738
  {
2717
2739
  "id": "azure-cosmosdb-platform-operator",
2718
2740
  "name": "Azure Cosmos DB Platform Operator",
2719
- "version": "0.1.0",
2741
+ "version": "0.1.3",
2720
2742
  "type": "skill",
2721
2743
  "provider": "azure",
2722
2744
  "harnesses": [
@@ -2739,10 +2761,13 @@
2739
2761
  "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-manage-consistency",
2740
2762
  "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
2741
2763
  "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
2742
- "https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys"
2764
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys",
2765
+ "https://learn.microsoft.com/en-us/azure/reliability/reliability-cosmos-db",
2766
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys-unlimited-scale",
2767
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/failover-considerations-for-private-endpoints"
2743
2768
  ],
2744
2769
  "security_notes": "Do not approve a partition key, indexing posture, consistency change, or cross-partition query strategy without checking workload shape, RU impact, transactional scope, and least-privilege access implications.",
2745
- "last_verified": "2026-04-28",
2770
+ "last_verified": "2026-06-05",
2746
2771
  "path": "skills/azure/azure-cosmosdb-platform-operator",
2747
2772
  "author": "github: Raishin"
2748
2773
  },
@@ -2768,13 +2793,15 @@
2768
2793
  "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
2769
2794
  "https://learn.microsoft.com/en-us/azure/cost-management-billing/savings-plan/manage-savings-plan",
2770
2795
  "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
2771
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing"
2796
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing",
2797
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/overview-cost-management",
2798
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/cost-management-automation-scenarios"
2772
2799
  ],
2773
- "security_notes": "Do not present calculator output as invoice truth, do not hide missing sizing assumptions, and do not imply unsupported Azure MCP pricing or billing capabilities. Treat negotiated pricing, discount posture, and future utilization as explicit uncertainty unless verified.",
2774
- "last_verified": "2026-04-27",
2800
+ "security_notes": "Do not present calculator output as invoice truth, do not hide missing sizing assumptions, and do not imply unsupported configured Azure evidence pricing or billing capabilities. Treat negotiated pricing, discount posture, and future utilization as explicit uncertainty unless verified.",
2801
+ "last_verified": "2026-06-05",
2775
2802
  "path": "skills/azure/azure-cost-estimation-review",
2776
2803
  "author": "github: Raishin",
2777
- "version": "0.1.0"
2804
+ "version": "0.1.3"
2778
2805
  },
2779
2806
  {
2780
2807
  "id": "azure-cost-optimization-governor",
@@ -2800,18 +2827,22 @@
2800
2827
  "https://learn.microsoft.com/en-us/azure/advisor/advisor-reference-cost-recommendations",
2801
2828
  "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
2802
2829
  "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing",
2803
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-advisor"
2830
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-advisor",
2831
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/overview-cost-management",
2832
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/cost-mgt-best-practices",
2833
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-opt-recommendations",
2834
+ "https://learn.microsoft.com/en-us/azure/advisor/advisor-workbook-cost-optimization"
2804
2835
  ],
2805
2836
  "security_notes": "Do not promise savings without utilization evidence, treat budgets as alerts rather than enforcement, keep billing and export data sanitized, and require named ownership for alerts, tags, exports, and optimization follow-up before calling the FinOps posture credible.",
2806
- "last_verified": "2026-04-27",
2837
+ "last_verified": "2026-06-05",
2807
2838
  "path": "skills/azure/azure-cost-optimization-governor",
2808
2839
  "author": "github: Raishin",
2809
- "version": "0.1.0"
2840
+ "version": "0.1.3"
2810
2841
  },
2811
2842
  {
2812
2843
  "id": "azure-entra-id-specialist",
2813
2844
  "name": "Azure Entra ID Specialist",
2814
- "version": "0.1.0",
2845
+ "version": "0.1.5",
2815
2846
  "type": "skill",
2816
2847
  "provider": "azure",
2817
2848
  "harnesses": [
@@ -2834,10 +2865,13 @@
2834
2865
  "https://learn.microsoft.com/en-us/entra/identity/conditional-access/policy-all-users-security-info-registration",
2835
2866
  "https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-users-groups",
2836
2867
  "https://learn.microsoft.com/en-us/entra/workload-id/workload-identities-overview",
2837
- "https://learn.microsoft.com/en-us/entra/id-protection/concept-workload-identity-risk"
2868
+ "https://learn.microsoft.com/en-us/entra/id-protection/concept-workload-identity-risk",
2869
+ "https://learn.microsoft.com/en-us/entra/agent-id/security-for-ai-overview",
2870
+ "https://learn.microsoft.com/en-us/entra/agent-id/what-is-microsoft-entra-agent-id",
2871
+ "https://learn.microsoft.com/en-us/entra/id-governance/agent-id-governance-overview"
2838
2872
  ],
2839
2873
  "security_notes": "Do not recommend broad exclusions, unsafe break-glass patterns, blanket MFA bypasses, overprivileged app registrations, or risky Conditional Access changes without scoping blast radius, role ownership, and recovery paths.",
2840
- "last_verified": "2026-04-28",
2874
+ "last_verified": "2026-06-05",
2841
2875
  "path": "skills/azure/azure-entra-id-specialist",
2842
2876
  "author": "github: Raishin"
2843
2877
  },
@@ -2866,13 +2900,15 @@
2866
2900
  "https://learn.microsoft.com/en-us/azure/governance/policy/concepts/exemption-structure",
2867
2901
  "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/migrate-azure-landing-zone-policies",
2868
2902
  "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
2869
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-policy"
2903
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-policy",
2904
+ "https://learn.microsoft.com/en-us/azure/governance/policy/concepts/effect-basics",
2905
+ "https://learn.microsoft.com/en-us/azure/governance/policy/how-to/policy-safe-deployment-practices"
2870
2906
  ],
2871
2907
  "security_notes": "Do not recommend broad-scope deny or remediation-first rollout without blast-radius review, inheritance analysis, exception handling, and rollback notes.",
2872
- "last_verified": "2026-04-27",
2908
+ "last_verified": "2026-06-05",
2873
2909
  "path": "skills/azure/azure-governance-policy-guardrails",
2874
2910
  "author": "github: Raishin",
2875
- "version": "0.1.0"
2911
+ "version": "0.1.3"
2876
2912
  },
2877
2913
  {
2878
2914
  "id": "azure-identity-governance-review",
@@ -2887,26 +2923,23 @@
2887
2923
  "kiro",
2888
2924
  "other"
2889
2925
  ],
2890
- "summary": "Review Microsoft Entra identity governance posture for Azure operators, focusing on PIM, access reviews, entitlement management, standing access, and ownership gaps.",
2926
+ "summary": "Review Microsoft Entra identity governance posture for Azure operators, focusing on PIM, access reviews, entitlement management, standing access, emergency access, and ownership gaps.",
2891
2927
  "source_type": "original",
2892
2928
  "official_docs": [
2893
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access",
2894
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access-landing-zones",
2895
- "https://learn.microsoft.com/en-us/azure/active-directory/roles/best-practices",
2896
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/",
2897
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-resource-roles-assign-roles",
2898
- "https://learn.microsoft.com/en-us/entra/id-governance/access-reviews-overview",
2899
- "https://learn.microsoft.com/en-us/entra/id-governance/manage-access-review",
2900
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-perform-roles-and-resource-roles-review",
2901
- "https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-overview",
2902
- "https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-access-reviews-create",
2903
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
2929
+ "https://learn.microsoft.com/entra/architecture/ops-guide-govern",
2930
+ "https://learn.microsoft.com/entra/id-governance/scenarios/least-privileged",
2931
+ "https://learn.microsoft.com/entra/id-governance/identity-governance-overview",
2932
+ "https://learn.microsoft.com/entra/id-governance/access-reviews-overview",
2933
+ "https://learn.microsoft.com/entra/id-governance/entitlement-management-overview",
2934
+ "https://learn.microsoft.com/entra/identity/role-based-access-control/best-practices",
2935
+ "https://learn.microsoft.com/entra/identity/role-based-access-control/security-emergency-access",
2936
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access"
2904
2937
  ],
2905
- "security_notes": "Challenge standing privileged access by default. Do not treat PIM, access reviews, or entitlement management as sufficient unless scope, ownership, cadence, and removal behavior are explicit.",
2906
- "last_verified": "2026-04-27",
2938
+ "security_notes": "Challenge standing privileged access by default. PIM, access reviews, and entitlement management are not sufficient unless scope, owner, cadence, approval, expiration, and removal behavior are explicit.",
2939
+ "last_verified": "2026-06-05",
2907
2940
  "path": "skills/azure/azure-identity-governance-review",
2908
2941
  "author": "github: Raishin",
2909
- "version": "0.1.0"
2942
+ "version": "0.1.3"
2910
2943
  },
2911
2944
  {
2912
2945
  "id": "azure-key-vault-secret-lifecycle-auditor",
@@ -2924,21 +2957,20 @@
2924
2957
  "summary": "Audit Azure Key Vault secret lifecycle posture across RBAC, soft delete, purge protection, expiration, rotation, metadata hygiene, eventing, and recovery readiness without exposing secret values.",
2925
2958
  "source_type": "original",
2926
2959
  "official_docs": [
2927
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
2928
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-key-vault",
2929
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/services/azure-mcp-server-for-key-vault",
2930
- "https://learn.microsoft.com/en-us/azure/key-vault/secrets/secure-secrets",
2931
- "https://learn.microsoft.com/en-us/azure/key-vault/general/autorotation",
2932
- "https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-guide",
2933
- "https://learn.microsoft.com/en-us/azure/key-vault/general/soft-delete-overview",
2934
- "https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-recovery",
2935
- "https://learn.microsoft.com/en-us/azure/key-vault/policy-reference"
2936
- ],
2937
- "security_notes": "Avoid retrieving secret values unless absolutely necessary. Treat purge authority, missing soft delete, missing purge protection, and unproven rotation or recovery paths as high-risk. Prefer RBAC least privilege and metadata-based audits over content access.",
2938
- "last_verified": "2026-04-27",
2960
+ "https://learn.microsoft.com/azure/key-vault/secrets/secure-secrets",
2961
+ "https://learn.microsoft.com/azure/key-vault/general/secure-key-vault",
2962
+ "https://learn.microsoft.com/azure/key-vault/general/rbac-guide",
2963
+ "https://learn.microsoft.com/azure/key-vault/general/soft-delete-overview",
2964
+ "https://learn.microsoft.com/azure/key-vault/general/key-vault-recovery",
2965
+ "https://learn.microsoft.com/azure/key-vault/secrets/tutorial-rotation",
2966
+ "https://learn.microsoft.com/azure/key-vault/general/event-grid-overview",
2967
+ "https://learn.microsoft.com/azure/key-vault/policy-reference"
2968
+ ],
2969
+ "security_notes": "Avoid retrieving secret values. Treat purge authority, missing soft delete, missing purge protection, legacy access policies for critical workloads, and untested rotation or recovery paths as high-risk.",
2970
+ "last_verified": "2026-06-05",
2939
2971
  "path": "skills/azure/azure-key-vault-secret-lifecycle-auditor",
2940
2972
  "author": "github: Raishin",
2941
- "version": "0.1.0"
2973
+ "version": "0.1.3"
2942
2974
  },
2943
2975
  {
2944
2976
  "id": "azure-keyvault-certificate-issuer-review",
@@ -2953,18 +2985,18 @@
2953
2985
  "kiro",
2954
2986
  "other"
2955
2987
  ],
2956
- "summary": "Review Azure Key Vault certificate issuer configurations for cert-manager, covering certificate policy alignment, Managed Identity authorization scope, exportability posture, private endpoint connectivity, integrated CA credential scoping, and cert-manager vs Key Vault auto-rotation race conditions.",
2988
+ "summary": "Review Azure Key Vault certificate issuer configurations for cert-manager and AKS, covering certificate policy alignment, managed identity authorization scope, exportability posture, private endpoint connectivity, issuer credential scoping, and renewal timing.",
2957
2989
  "source_type": "original",
2958
2990
  "official_docs": [
2959
- "https://learn.microsoft.com/en-us/azure/key-vault/certificates/about-certificates",
2960
- "https://learn.microsoft.com/en-us/azure/key-vault/certificates/certificate-scenarios",
2961
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/security",
2962
- "https://learn.microsoft.com/en-us/azure/key-vault/general/network-security"
2991
+ "https://learn.microsoft.com/azure/key-vault/certificates/about-certificates",
2992
+ "https://learn.microsoft.com/azure/key-vault/certificates/how-to-integrate-certificate-authority",
2993
+ "https://learn.microsoft.com/azure/key-vault/certificates/create-certificate",
2994
+ "https://learn.microsoft.com/azure/key-vault/certificates/secure-certificates"
2963
2995
  ],
2964
- "security_notes": "Key Vault Contributor role assigned to cert-manager allows deletion of the Key Vault, management policy changes, and purge of soft-deleted certs \u2014 a full management plane compromise. Use Key Vault Certificate Officer (data plane RBAC) instead. Exportable certificates allow private key extraction from Key Vault; use non-exportable certs for cluster-internal mTLS.",
2965
- "last_verified": "2026-05-02",
2996
+ "security_notes": "Use Key Vault certificate data-plane roles for certificate lifecycle tasks and avoid broad management-plane roles. Treat exportable private keys, unscoped CA requester credentials, missing renewal contacts, and untested renewal handoff as high-risk.",
2997
+ "last_verified": "2026-06-06",
2966
2998
  "path": "skills/azure/azure-keyvault-certificate-issuer-review",
2967
- "version": "0.1.0",
2999
+ "version": "0.1.4",
2968
3000
  "author": "github: Raishin"
2969
3001
  },
2970
3002
  {
@@ -2980,22 +3012,23 @@
2980
3012
  "kiro",
2981
3013
  "other"
2982
3014
  ],
2983
- "summary": "Design or review Azure landing-zone architecture across management groups, subscriptions, governance, security, networking, and operations dependencies.",
3015
+ "summary": "Design or review Azure landing-zone architecture across management groups, subscriptions, governance, security, networking, identity, management, and platform automation dependencies.",
2984
3016
  "source_type": "original",
2985
3017
  "official_docs": [
3018
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/",
2986
3019
  "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
2987
3020
  "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access",
2988
3021
  "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
2989
3022
  "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
2990
- "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
2991
- "https://learn.microsoft.com/azure/architecture/networking/architecture/hub-spoke",
2992
- "https://learn.microsoft.com/azure/developer/azure-mcp-server/tools/"
3023
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/management",
3024
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/platform-automation-devops",
3025
+ "https://learn.microsoft.com/azure/architecture/networking/architecture/hub-spoke"
2993
3026
  ],
2994
- "security_notes": "Do not prescribe a one-size-fits-all hierarchy, broad admin grants, or a production-ready verdict without governance, management, and recovery dependencies being addressed.",
2995
- "last_verified": "2026-04-27",
3027
+ "security_notes": "Do not prescribe a one-size-fits-all hierarchy, broad admin grants, or production-ready verdict without identity, governance, security, management, network, subscription, cost, and recovery dependencies being addressed.",
3028
+ "last_verified": "2026-06-05",
2996
3029
  "path": "skills/azure/azure-landing-zone-architect",
2997
3030
  "author": "github: Raishin",
2998
- "version": "0.1.0"
3031
+ "version": "0.1.3"
2999
3032
  },
3000
3033
  {
3001
3034
  "id": "azure-live-aks-rollout-guard",
@@ -3010,19 +3043,24 @@
3010
3043
  "kiro",
3011
3044
  "other"
3012
3045
  ],
3013
- "summary": "Guard live AKS deployment rollouts with PDB audit, maxUnavailable/surge validation, rollout pause/undo gates, and post-rollout health verification.",
3046
+ "summary": "Guard live AKS deployment and node-pool rollouts with PDB audit, maxUnavailable/surge validation, pause/undo gates, capacity checks, and post-rollout health verification.",
3014
3047
  "source_type": "original",
3015
3048
  "official_docs": [
3016
- "https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-security",
3017
- "https://learn.microsoft.com/en-us/azure/aks/concepts-clusters-workloads",
3018
- "https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment",
3019
- "https://kubernetes.io/docs/tasks/run-application/configure-pdb/"
3049
+ "https://learn.microsoft.com/azure/aks/upgrade-aks-node-pools-rolling",
3050
+ "https://learn.microsoft.com/azure/aks/upgrade-options",
3051
+ "https://learn.microsoft.com/azure/aks/upgrade-conceptual",
3052
+ "https://learn.microsoft.com/azure/aks/blue-green-node-pool-upgrade",
3053
+ "https://learn.microsoft.com/azure/architecture/operator-guides/aks/aks-upgrade-practices",
3054
+ "https://learn.microsoft.com/azure/aks/concepts-clusters-workloads",
3055
+ "https://learn.microsoft.com/azure/aks/operator-best-practices-cluster-security",
3056
+ "https://kubernetes.io/docs/tasks/run-application/configure-pdb/",
3057
+ "https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment"
3020
3058
  ],
3021
- "security_notes": "Never advance an AKS rollout without PDB audit and replica health check. kubectl rollout undo is safe but must be confirmed before execution to avoid double-rollback churn.",
3022
- "last_verified": "2026-04-30",
3059
+ "security_notes": "Never advance an AKS rollout without target, principal, approval, PDB audit, replica health, capacity, and rollback evidence. Treat undo, drain, cordon, scale, and node-pool upgrade operations as live mutations requiring explicit approval.",
3060
+ "last_verified": "2026-06-05",
3023
3061
  "path": "skills/azure/azure-live-aks-rollout-guard",
3024
3062
  "author": "github: Raishin",
3025
- "version": "0.1.0"
3063
+ "version": "0.1.4"
3026
3064
  },
3027
3065
  {
3028
3066
  "id": "azure-live-app-service-slot-swap-guard",
@@ -3037,18 +3075,20 @@
3037
3075
  "kiro",
3038
3076
  "other"
3039
3077
  ],
3040
- "summary": "Guard live App Service slot swaps with sticky-settings audit, warmup probe verification, swap-with-preview staging, and instant rollback posture.",
3078
+ "summary": "Guard live App Service slot swaps with sticky-settings audit, warmup probe verification, swap-with-preview staging, activity-log checks, and immediate rollback posture.",
3041
3079
  "source_type": "original",
3042
3080
  "official_docs": [
3043
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots",
3044
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
3045
- "https://learn.microsoft.com/en-us/azure/app-service/configure-common"
3081
+ "https://learn.microsoft.com/azure/app-service/deploy-staging-slots",
3082
+ "https://learn.microsoft.com/azure/app-service/reference-app-settings#deployment-slots",
3083
+ "https://learn.microsoft.com/azure/app-service/deploy-best-practices",
3084
+ "https://learn.microsoft.com/azure/app-service/configure-common",
3085
+ "https://learn.microsoft.com/azure/app-service/overview-local-cache"
3046
3086
  ],
3047
- "security_notes": "Never perform a production slot swap without sticky-settings diff audit and warmup health confirmation. A bad swap with no rollback plan can take a production app offline instantly.",
3048
- "last_verified": "2026-04-30",
3087
+ "security_notes": "Never perform a production slot swap without target-slot confirmation, sticky-settings diff, warm-up evidence, authentication limitation check, activity-log monitoring path, and immediate rollback plan.",
3088
+ "last_verified": "2026-06-05",
3049
3089
  "path": "skills/azure/azure-live-app-service-slot-swap-guard",
3050
3090
  "author": "github: Raishin",
3051
- "version": "0.1.0"
3091
+ "version": "0.1.6"
3052
3092
  },
3053
3093
  {
3054
3094
  "id": "azure-live-arm-deployment-stack-guard",
@@ -3063,19 +3103,20 @@
3063
3103
  "kiro",
3064
3104
  "other"
3065
3105
  ],
3066
- "summary": "Guard live ARM, Bicep, and Deployment Stack changes with what-if evidence, denySettings review, changeset diff, rollback posture, and approval gates.",
3106
+ "summary": "Guard live ARM, Bicep, and Deployment Stack changes with what-if evidence, deny-settings review, action-on-unmanage safety, managed-resource diff, rollback posture, and approval gates.",
3067
3107
  "source_type": "original",
3068
3108
  "official_docs": [
3069
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-what-if",
3070
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/deployment-stacks",
3071
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/deny-assignments",
3072
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/best-practices"
3109
+ "https://learn.microsoft.com/azure/azure-resource-manager/templates/deploy-what-if",
3110
+ "https://learn.microsoft.com/azure/azure-resource-manager/bicep/deployment-stacks",
3111
+ "https://learn.microsoft.com/azure/templates/microsoft.resources/deploymentstacks",
3112
+ "https://learn.microsoft.com/azure/role-based-access-control/deny-assignments",
3113
+ "https://learn.microsoft.com/azure/azure-resource-manager/templates/best-practices"
3073
3114
  ],
3074
- "security_notes": "Never execute an ARM or Deployment Stack change without what-if evidence, confirmed target scope, denySettings review, and explicit human approval. Repo write access does not authorize live Azure mutations.",
3075
- "last_verified": "2026-04-30",
3115
+ "security_notes": "Never execute an ARM, Bicep, or Deployment Stack change without confirmed scope, template/parameter provenance, what-if or managed-resource diff, deny-settings review, action-on-unmanage review, rollback constraints, and explicit human approval.",
3116
+ "last_verified": "2026-06-05",
3076
3117
  "path": "skills/azure/azure-live-arm-deployment-stack-guard",
3077
3118
  "author": "github: Raishin",
3078
- "version": "0.1.0"
3119
+ "version": "0.1.5"
3079
3120
  },
3080
3121
  {
3081
3122
  "id": "azure-live-cost-budget-action-guard",
@@ -3090,19 +3131,21 @@
3090
3131
  "kiro",
3091
3132
  "other"
3092
3133
  ],
3093
- "summary": "Gate Azure budget action changes and GPU/HPC SKU provisioning against approved spend limits, with quota audits and emergency spend-stop playbooks.",
3134
+ "summary": "Gate Azure budget action changes, cost-alert automation, and quota-sensitive GPU/HPC provisioning against approved spend limits, cost data latency, action-group behavior, and emergency spend-stop playbooks.",
3094
3135
  "source_type": "original",
3095
3136
  "official_docs": [
3096
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets",
3097
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits",
3098
- "https://learn.microsoft.com/en-us/azure/quotas/quickstart-increase-quota-portal",
3099
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/finops/overview-finops"
3137
+ "https://learn.microsoft.com/azure/cost-management-billing/costs/tutorial-acm-create-budgets",
3138
+ "https://learn.microsoft.com/azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending",
3139
+ "https://learn.microsoft.com/azure/cost-management-billing/costs/cost-mgt-best-practices",
3140
+ "https://learn.microsoft.com/cloud-computing/finops/framework/quantify/budgeting",
3141
+ "https://learn.microsoft.com/azure/quotas/quickstart-increase-quota-portal",
3142
+ "https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits"
3100
3143
  ],
3101
- "security_notes": "GPU/HPC SKUs (NDv5, H100, A100) can generate $50K+ daily costs. Never approve quota increases or budget threshold raises without explicit spend-approval sign-off from a financial authority.",
3102
- "last_verified": "2026-04-30",
3144
+ "security_notes": "Never approve quota increases, budget threshold raises, automated cost actions, or high-cost SKU provisioning without explicit financial owner approval, cost data latency caveat, rollback or stop action, and scope confirmation.",
3145
+ "last_verified": "2026-06-05",
3103
3146
  "path": "skills/azure/azure-live-cost-budget-action-guard",
3104
3147
  "author": "github: Raishin",
3105
- "version": "0.1.0"
3148
+ "version": "0.1.7"
3106
3149
  },
3107
3150
  {
3108
3151
  "id": "azure-live-entra-role-assignment-guard",
@@ -3117,20 +3160,21 @@
3117
3160
  "kiro",
3118
3161
  "other"
3119
3162
  ],
3120
- "summary": "Guard live permanent Microsoft Entra ID and Azure RBAC role assignments with scope audit, principal-type risk classification, dangerous-role detection, and explicit approval gates before write.",
3163
+ "summary": "Guard live permanent Microsoft Entra ID and Azure RBAC role assignments with scope audit, principal-type risk classification, dangerous-role detection, PIM preference, propagation caveats, and explicit approval gates before write.",
3121
3164
  "source_type": "original",
3122
3165
  "official_docs": [
3123
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
3124
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices",
3125
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles",
3126
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-alert",
3127
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure"
3166
+ "https://learn.microsoft.com/azure/role-based-access-control/overview",
3167
+ "https://learn.microsoft.com/azure/role-based-access-control/best-practices",
3168
+ "https://learn.microsoft.com/azure/role-based-access-control/role-assignments-steps",
3169
+ "https://learn.microsoft.com/azure/role-based-access-control/role-assignments-alert",
3170
+ "https://learn.microsoft.com/azure/role-based-access-control/troubleshooting#azure-role-assignments",
3171
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-deployment-plan"
3128
3172
  ],
3129
- "security_notes": "Never create Owner, Contributor, or UAA assignments at subscription or management-group scope without CISO-level justification. Always prefer PIM eligible assignment. Block Guest principal assignments without Director-level sign-off. Token caching means deletion may take up to 5 minutes to propagate.",
3130
- "last_verified": "2026-05-01",
3173
+ "security_notes": "Never create or delete privileged role assignments without confirmed tenant/scope, assignee identity, principal type, role definition, existing assignment evidence, PIM alternative review, explicit approval, propagation caveat, and rollback command.",
3174
+ "last_verified": "2026-06-05",
3131
3175
  "path": "skills/azure/azure-live-entra-role-assignment-guard",
3132
3176
  "author": "github: Raishin",
3133
- "version": "0.1.0"
3177
+ "version": "0.1.7"
3134
3178
  },
3135
3179
  {
3136
3180
  "id": "azure-live-keyvault-rotation-purge-guard",
@@ -3145,19 +3189,21 @@
3145
3189
  "kiro",
3146
3190
  "other"
3147
3191
  ],
3148
- "summary": "Guard Key Vault key rotation, rotation policy changes, soft-delete enforcement, and purge-protection enablement with irreversibility warnings and rollback evidence.",
3192
+ "summary": "Guard Key Vault key and secret rotation, rotation policy changes, soft-delete checks, purge-protection enablement, recover decisions, and purge attempts with irreversibility warnings and rollback evidence.",
3149
3193
  "source_type": "original",
3150
3194
  "official_docs": [
3151
- "https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-recovery",
3152
- "https://learn.microsoft.com/en-us/azure/key-vault/keys/about-keys-details",
3153
- "https://learn.microsoft.com/en-us/azure/key-vault/keys/how-to-configure-key-rotation",
3154
- "https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices"
3195
+ "https://learn.microsoft.com/azure/key-vault/general/key-vault-recovery",
3196
+ "https://learn.microsoft.com/azure/key-vault/general/soft-delete-overview",
3197
+ "https://learn.microsoft.com/azure/key-vault/general/secure-key-vault",
3198
+ "https://learn.microsoft.com/azure/key-vault/keys/how-to-configure-key-rotation",
3199
+ "https://learn.microsoft.com/azure/key-vault/keys/secure-keys",
3200
+ "https://learn.microsoft.com/azure/key-vault/policy-reference"
3155
3201
  ],
3156
- "security_notes": "Purge-protection enable is irreversible. Soft-deleted keys can be recovered within the retention window. HSM-backed hard-purged keys cannot be recovered. Never grant purge rights to routine rotation operators.",
3157
- "last_verified": "2026-04-30",
3202
+ "security_notes": "Purge protection enablement is irreversible, purge is permanent when allowed, and key/secret rotation can break dependent workloads. Never grant purge rights to routine rotation operators or mutate production vault lifecycle controls without owner approval and dependency evidence.",
3203
+ "last_verified": "2026-06-05",
3158
3204
  "path": "skills/azure/azure-live-keyvault-rotation-purge-guard",
3159
3205
  "author": "github: Raishin",
3160
- "version": "0.1.0"
3206
+ "version": "0.1.6"
3161
3207
  },
3162
3208
  {
3163
3209
  "id": "azure-live-pim-jit-activation-guard",
@@ -3172,19 +3218,21 @@
3172
3218
  "kiro",
3173
3219
  "other"
3174
3220
  ],
3175
- "summary": "Gate Entra ID PIM eligible role activations with justification, MFA, ticket binding, time-bound scope, and approval workflow gates before any privileged Azure role becomes active.",
3221
+ "summary": "Gate Microsoft Entra PIM eligible role activations with justification, MFA, reduced scope, ticket binding, time-bound duration, approval workflow checks, and cache/propagation caveats.",
3176
3222
  "source_type": "original",
3177
3223
  "official_docs": [
3178
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-deployment-plan",
3179
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-resource-roles-configure-role-settings",
3180
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
3181
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
3224
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-configure",
3225
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-resource-roles-activate-your-roles",
3226
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-resource-roles-configure-role-settings",
3227
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-resource-roles-approval-workflow",
3228
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-deployment-plan",
3229
+ "https://learn.microsoft.com/entra/identity/role-based-access-control/best-practices"
3182
3230
  ],
3183
- "security_notes": "Never activate a PIM role without justification, ticket reference, and MFA confirmation. An agent cannot activate another user's PIM role on their behalf \u2014 only the eligible principal may submit. Requires Entra ID P2 or equivalent license.",
3184
- "last_verified": "2026-04-30",
3231
+ "security_notes": "Never activate or approve PIM privileged access without confirming eligible principal, scope, role, activation duration, MFA/Conditional Access requirement, justification or ticket, approval status, and deactivation/expiry behavior.",
3232
+ "last_verified": "2026-06-05",
3185
3233
  "path": "skills/azure/azure-live-pim-jit-activation-guard",
3186
3234
  "author": "github: Raishin",
3187
- "version": "0.1.0"
3235
+ "version": "0.1.6"
3188
3236
  },
3189
3237
  {
3190
3238
  "id": "azure-maestro",
@@ -3199,20 +3247,20 @@
3199
3247
  "kiro",
3200
3248
  "other"
3201
3249
  ],
3202
- "summary": "Route Azure tasks to the narrowest specialist or team of specialists from the 30-agent catalog. Classifies by domain, dispatches single or parallel (max 4), and enforces live-guard gate for production-change agents.",
3250
+ "summary": "Route Azure tasks to the narrowest specialist or bounded specialist team from the Azure catalog, with strict live-guard gates for production-change agents and no stale hard-coded catalog counts.",
3203
3251
  "source_type": "adapted",
3204
3252
  "official_docs": [
3205
- "https://learn.microsoft.com/en-us/azure/",
3206
- "https://learn.microsoft.com/en-us/azure/architecture/",
3207
- "https://learn.microsoft.com/en-us/azure/well-architected/",
3208
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
3209
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview"
3253
+ "https://learn.microsoft.com/azure/architecture/",
3254
+ "https://learn.microsoft.com/azure/well-architected/",
3255
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
3256
+ "https://learn.microsoft.com/azure/role-based-access-control/best-practices",
3257
+ "https://learn.microsoft.com/azure/azure-monitor/fundamentals/overview"
3210
3258
  ],
3211
- "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live-guard agents without explicit human confirmation, blast-radius assessment, and rollback path.",
3212
- "last_verified": "2026-04-30",
3259
+ "security_notes": "Never auto-dispatch live-guard agents. Any live Azure mutation path requires explicit human confirmation, blast-radius assessment, target confirmation, rollback or non-reversibility statement, and specialist handoff.",
3260
+ "last_verified": "2026-06-05",
3213
3261
  "path": "skills/azure/azure-maestro",
3214
3262
  "author": "github: Raishin",
3215
- "version": "0.1.0"
3263
+ "version": "0.1.2"
3216
3264
  },
3217
3265
  {
3218
3266
  "id": "azure-migrate-landing-zone-cutover",
@@ -3227,21 +3275,21 @@
3227
3275
  "kiro",
3228
3276
  "other"
3229
3277
  ],
3230
- "summary": "Stress-test Azure migration cutovers across assessment quality, landing-zone readiness, dependency sequencing, permissions, rollback, and post-cutover operating ownership.",
3278
+ "summary": "Stress-test Azure migration cutovers across discovery quality, assessment freshness, dependency sequencing, landing-zone readiness, permissions, rollback, and post-cutover operating ownership.",
3231
3279
  "source_type": "original",
3232
3280
  "official_docs": [
3233
- "https://learn.microsoft.com/en-us/azure/migrate/concepts-overview?view=migrate",
3234
- "https://learn.microsoft.com/en-us/azure/migrate/assessment-prerequisites?view=migrate",
3235
- "https://learn.microsoft.com/en-us/azure/migrate/review-application-assessment?view=migrate",
3236
- "https://learn.microsoft.com/en-us/azure/migrate/platform-landing-zone?view=migrate",
3237
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/ready-azure-landing-zone",
3238
- "https://learn.microsoft.com/en-us/azure/migrate/whats-new?view=migrate"
3281
+ "https://learn.microsoft.com/azure/migrate/migrate-services-overview?view=migrate",
3282
+ "https://learn.microsoft.com/azure/migrate/concepts-migration-planning?view=migrate",
3283
+ "https://learn.microsoft.com/azure/migrate/common-questions-discovery-dependency-analysis?view=migrate",
3284
+ "https://learn.microsoft.com/azure/migrate/overview?view=migrate",
3285
+ "https://learn.microsoft.com/azure/migrate/platform-landing-zone?view=migrate",
3286
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/"
3239
3287
  ],
3240
3288
  "security_notes": "Do not equate Azure readiness with cutover readiness. Treat stale assessments, weak dependency mapping, broad migration permissions, missing rollback checkpoints, and incomplete landing-zone connectivity or monitoring as high-risk blockers.",
3241
- "last_verified": "2026-04-27",
3289
+ "last_verified": "2026-06-05",
3242
3290
  "path": "skills/azure/azure-migrate-landing-zone-cutover",
3243
3291
  "author": "github: Raishin",
3244
- "version": "0.1.0"
3292
+ "version": "0.1.2"
3245
3293
  },
3246
3294
  {
3247
3295
  "id": "azure-network-topology-review",
@@ -3256,19 +3304,21 @@
3256
3304
  "kiro",
3257
3305
  "other"
3258
3306
  ],
3259
- "summary": "Review Azure hub-spoke and related network topologies for routing, DNS, shared-services boundaries, security implications, and platform-versus-workload control ownership.",
3307
+ "summary": "Review Azure hub-spoke and related network topologies for routing, DNS, shared-services boundaries, security inspection, private connectivity, regional blast radius, and platform-versus-workload ownership.",
3260
3308
  "source_type": "original",
3261
3309
  "official_docs": [
3262
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
3263
- "https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke",
3264
- "https://learn.microsoft.com/en-us/azure/architecture/networking/guide/private-link-hub-spoke-network",
3265
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
3266
- ],
3267
- "security_notes": "Do not recommend flat or over-centralized network patterns by default. Always address routing, DNS, shared-service blast radius, and platform-versus-workload control boundaries before calling a topology safe.",
3268
- "last_verified": "2026-04-27",
3310
+ "https://learn.microsoft.com/azure/architecture/networking/architecture/hub-spoke",
3311
+ "https://learn.microsoft.com/azure/architecture/networking/architecture/hub-spoke-virtual-wan-architecture",
3312
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/network-topology-and-connectivity",
3313
+ "https://learn.microsoft.com/azure/architecture/networking/guide/private-link-hub-spoke-network",
3314
+ "https://learn.microsoft.com/azure/dns/private-resolver-architecture",
3315
+ "https://learn.microsoft.com/azure/virtual-network-manager/overview"
3316
+ ],
3317
+ "security_notes": "Do not recommend flat or over-centralized network patterns by default. Always address routing, DNS, shared-service blast radius, inspection path, private connectivity, and platform-versus-workload control boundaries before calling a topology safe.",
3318
+ "last_verified": "2026-06-05",
3269
3319
  "path": "skills/azure/azure-network-topology-review",
3270
3320
  "author": "github: Raishin",
3271
- "version": "0.1.0"
3321
+ "version": "0.1.2"
3272
3322
  },
3273
3323
  {
3274
3324
  "id": "azure-observability-investigator",
@@ -3283,30 +3333,25 @@
3283
3333
  "kiro",
3284
3334
  "other"
3285
3335
  ],
3286
- "summary": "Investigate Azure Monitor, Log Analytics, Application Insights, alerting, KQL triage, telemetry gaps, and observability workflows with explicit evidence-versus-inference handling.",
3336
+ "summary": "Investigate Azure Monitor, Log Analytics, Application Insights, alerting, KQL triage, telemetry gaps, workbooks, Grafana, and incident hypotheses with explicit evidence-versus-inference handling.",
3287
3337
  "source_type": "original",
3288
3338
  "official_docs": [
3289
- "https://learn.microsoft.com/en-us/azure/azure-monitor/overview",
3290
- "https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices-analysis",
3291
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview",
3292
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups",
3293
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-processing-rules",
3294
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-workspace-overview",
3295
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/workspace-design",
3296
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/get-started-queries",
3297
- "https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview",
3298
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/application-insights",
3299
- "https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview",
3300
- "https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/visualize-grafana-overview",
3301
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
3302
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/monitor",
3303
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-monitor"
3339
+ "https://learn.microsoft.com/azure/azure-monitor/fundamentals/overview",
3340
+ "https://learn.microsoft.com/azure/azure-monitor/fundamentals/best-practices-operation",
3341
+ "https://learn.microsoft.com/azure/azure-monitor/alerts/alerts-overview",
3342
+ "https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups",
3343
+ "https://learn.microsoft.com/azure/azure-monitor/alerts/alerts-processing-rules",
3344
+ "https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-overview",
3345
+ "https://learn.microsoft.com/azure/azure-monitor/logs/workspace-design",
3346
+ "https://learn.microsoft.com/azure/azure-monitor/app/app-insights-overview",
3347
+ "https://learn.microsoft.com/azure/azure-monitor/visualize/workbooks-overview",
3348
+ "https://learn.microsoft.com/azure/managed-grafana/how-to-use-azure-monitor-alerts"
3304
3349
  ],
3305
- "security_notes": "Do not over-attribute symptoms as root cause, ignore missing telemetry, or recommend broad alerting changes without signal-quality review, routing checks, and bounded verification steps.",
3306
- "last_verified": "2026-04-27",
3350
+ "security_notes": "Do not over-attribute symptoms as root cause, ignore missing telemetry, or recommend broad alerting changes without signal-quality review, routing checks, query scope, and bounded verification steps.",
3351
+ "last_verified": "2026-06-05",
3307
3352
  "path": "skills/azure/azure-observability-investigator",
3308
3353
  "author": "github: Raishin",
3309
- "version": "0.1.0"
3354
+ "version": "0.1.2"
3310
3355
  },
3311
3356
  {
3312
3357
  "id": "azure-platform-automation-devops",
@@ -3321,25 +3366,22 @@
3321
3366
  "kiro",
3322
3367
  "other"
3323
3368
  ],
3324
- "summary": "Design and review Azure platform automation delivery across landing-zone IaC choices, bootstrap-versus-run separation, infra-versus-app pipelines, secret handling, validation gates, and safe rollout patterns.",
3369
+ "summary": "Design and review Azure platform automation delivery across landing-zone IaC choices, bootstrap-versus-run separation, infra-versus-app pipelines, secret handling, what-if validation, approval gates, and safe rollout patterns.",
3325
3370
  "source_type": "original",
3326
3371
  "official_docs": [
3327
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/",
3328
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
3329
- "https://learn.microsoft.com/en-us/azure/architecture/landing-zones/bicep/landing-zone-bicep",
3330
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/terraform-landing-zone",
3331
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
3332
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots?view=azure-devops-2020",
3333
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
3334
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-deploy",
3335
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-mcp-server",
3336
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/"
3372
+ "https://learn.microsoft.com/azure/azure-resource-manager/bicep/deploy-what-if",
3373
+ "https://learn.microsoft.com/training/modules/test-bicep-code-using-github-actions/",
3374
+ "https://learn.microsoft.com/training/modules/test-bicep-code-using-azure-pipelines/",
3375
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/",
3376
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
3377
+ "https://learn.microsoft.com/azure/architecture/landing-zones/bicep/landing-zone-bicep",
3378
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/terraform-landing-zone"
3337
3379
  ],
3338
- "security_notes": "Keep bootstrap and steady-state delivery separate, do not mix platform and application pipelines without control boundaries, never store secrets in repo or pipeline definitions, and require preview, validation, approval, and rollback paths before production-impacting Azure changes.",
3339
- "last_verified": "2026-04-27",
3380
+ "security_notes": "Keep bootstrap and steady-state delivery separate, do not mix platform and application pipelines without control boundaries, never store secrets in repo or pipeline definitions, and require lint, validation, what-if, approval, and rollback paths before production-impacting Azure changes.",
3381
+ "last_verified": "2026-06-05",
3340
3382
  "path": "skills/azure/azure-platform-automation-devops",
3341
3383
  "author": "github: Raishin",
3342
- "version": "0.1.0"
3384
+ "version": "0.1.2"
3343
3385
  },
3344
3386
  {
3345
3387
  "id": "azure-private-endpoint-adoption-planner",
@@ -3354,22 +3396,21 @@
3354
3396
  "kiro",
3355
3397
  "other"
3356
3398
  ],
3357
- "summary": "Plan Azure Private Link and private endpoint adoption with explicit hub-versus-spoke placement, private DNS zone linkage, route implications, and centralized-versus-local trade-offs.",
3399
+ "summary": "Plan Azure Private Link and private endpoint adoption with explicit hub-versus-spoke placement, private DNS zone linkage, DNS Private Resolver choices, route implications, and centralized-versus-local trade-offs.",
3358
3400
  "source_type": "original",
3359
3401
  "official_docs": [
3360
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
3361
- "https://learn.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network",
3362
- "https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration",
3363
- "https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns",
3364
- "https://learn.microsoft.com/en-us/azure/dns/private-dns-privatednszone",
3365
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/private-link-design",
3366
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
3402
+ "https://learn.microsoft.com/azure/private-link/private-endpoint-dns-integration",
3403
+ "https://learn.microsoft.com/azure/private-link/private-endpoint-dns",
3404
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/private-link-and-dns-integration-at-scale",
3405
+ "https://learn.microsoft.com/azure/architecture/networking/guide/private-link-virtual-wan-dns-guide",
3406
+ "https://learn.microsoft.com/azure/dns/private-resolver-endpoints-rulesets",
3407
+ "https://learn.microsoft.com/azure/networking/foundations/network-foundations-overview"
3367
3408
  ],
3368
- "security_notes": "Do not recommend private endpoint placement without naming consumer networks, DNS-zone ownership, VNet links, route implications, and rollback checks. Challenge both over-centralized hub designs and uncontrolled per-spoke duplication.",
3369
- "last_verified": "2026-04-27",
3409
+ "security_notes": "Do not recommend private endpoint placement without naming consumer networks, private DNS zone ownership, VNet links, DNS forwarding path, route implications, and rollback checks. Challenge both over-centralized hub designs and uncontrolled per-spoke duplication.",
3410
+ "last_verified": "2026-06-05",
3370
3411
  "path": "skills/azure/azure-private-endpoint-adoption-planner",
3371
3412
  "author": "github: Raishin",
3372
- "version": "0.1.0"
3413
+ "version": "0.1.2"
3373
3414
  },
3374
3415
  {
3375
3416
  "id": "azure-rbac-review",
@@ -3384,17 +3425,22 @@
3384
3425
  "kiro",
3385
3426
  "other"
3386
3427
  ],
3387
- "summary": "Review Azure role assignments, custom roles, and scope choices for least privilege and operational safety.",
3428
+ "summary": "Review Azure role assignments, custom roles, privileged administrator roles, conditions, PIM usage, group-based assignment, and scope choices for least privilege and operational safety.",
3388
3429
  "source_type": "original",
3389
3430
  "official_docs": [
3390
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
3391
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices"
3431
+ "https://learn.microsoft.com/azure/role-based-access-control/overview",
3432
+ "https://learn.microsoft.com/azure/role-based-access-control/best-practices",
3433
+ "https://learn.microsoft.com/azure/role-based-access-control/scope-overview",
3434
+ "https://learn.microsoft.com/azure/role-based-access-control/built-in-roles",
3435
+ "https://learn.microsoft.com/azure/role-based-access-control/custom-roles",
3436
+ "https://learn.microsoft.com/azure/role-based-access-control/conditions-overview",
3437
+ "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-configure"
3392
3438
  ],
3393
- "security_notes": "Do not recommend Owner or User Access Administrator unless justified. Prefer narrow scopes and built-in roles before custom broad grants.",
3394
- "last_verified": "2026-04-27",
3439
+ "security_notes": "Do not recommend Owner, Contributor, User Access Administrator, Role Based Access Control Administrator, wildcard custom roles, direct user grants, or broad scopes unless the business need is proven and safer job-function, group-based, conditioned, or time-bound alternatives are insufficient.",
3440
+ "last_verified": "2026-06-05",
3395
3441
  "path": "skills/azure/azure-rbac-review",
3396
3442
  "author": "github: Raishin",
3397
- "version": "0.1.0"
3443
+ "version": "0.1.2"
3398
3444
  },
3399
3445
  {
3400
3446
  "id": "azure-resilience-bcdr-review",
@@ -3409,23 +3455,21 @@
3409
3455
  "kiro",
3410
3456
  "other"
3411
3457
  ],
3412
- "summary": "Review Azure resilience and disaster-recovery posture for RTO/RPO realism, failover and failback assumptions, shared-responsibility gaps, and recovery runbook or drill quality.",
3458
+ "summary": "Review Azure resilience and disaster-recovery posture for business criticality, RTO/RPO realism, failover and failback assumptions, backup/restore, region/zone strategy, recovery automation, runbooks, and drill evidence.",
3413
3459
  "source_type": "original",
3414
3460
  "official_docs": [
3415
- "https://learn.microsoft.com/en-us/azure/well-architected/reliability/principles",
3416
- "https://learn.microsoft.com/en-us/azure/well-architected/reliability/disaster-recovery",
3417
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
3418
- "https://learn.microsoft.com/en-us/azure/azure-monitor/overview",
3419
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview",
3420
- "https://learn.microsoft.com/en-us/azure/service-health/resource-health-overview",
3421
- "https://learn.microsoft.com/en-us/azure/service-health/overview",
3422
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
3461
+ "https://learn.microsoft.com/azure/well-architected/reliability/disaster-recovery",
3462
+ "https://learn.microsoft.com/azure/reliability/concept-business-continuity-high-availability-disaster-recovery",
3463
+ "https://learn.microsoft.com/azure/well-architected/reliability/metrics",
3464
+ "https://learn.microsoft.com/azure/well-architected/reliability/testing-strategy",
3465
+ "https://learn.microsoft.com/azure/reliability/overview-reliability-guidance",
3466
+ "https://learn.microsoft.com/azure/service-health/overview"
3423
3467
  ],
3424
- "security_notes": "Do not accept zero-downtime or zero-data-loss claims without explicit architecture and test evidence. Separate Azure platform resilience from workload recovery obligations, and treat untested runbooks, undocumented failback, and single-region dependencies as material risks.",
3425
- "last_verified": "2026-04-27",
3468
+ "security_notes": "Do not accept zero-downtime or zero-data-loss claims without explicit architecture and test evidence. Separate Azure platform resilience from workload recovery obligations, and treat untested runbooks, undocumented failback, inaccessible DR assets, and single-region dependencies as material risks.",
3469
+ "last_verified": "2026-06-05",
3426
3470
  "path": "skills/azure/azure-resilience-bcdr-review",
3427
3471
  "author": "github: Raishin",
3428
- "version": "0.1.0"
3472
+ "version": "0.1.2"
3429
3473
  },
3430
3474
  {
3431
3475
  "id": "azure-resource-health-incident-triage",
@@ -3440,24 +3484,21 @@
3440
3484
  "kiro",
3441
3485
  "other"
3442
3486
  ],
3443
- "summary": "Triage Azure Resource Health, Service Health, activity-log alerts, and first-pass cloud-health incidents with explicit separation between provider incidents, tenant-side changes, and unresolved evidence.",
3487
+ "summary": "Triage Azure Resource Health, Service Health, activity-log alerts, and first-pass cloud-health incidents with explicit separation between provider incidents, resource-specific health, tenant-side changes, and unresolved evidence.",
3444
3488
  "source_type": "original",
3445
3489
  "official_docs": [
3446
- "https://learn.microsoft.com/en-us/azure/service-health/resource-health-overview",
3447
- "https://learn.microsoft.com/en-us/azure/service-health/",
3448
- "https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log",
3449
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule",
3450
- "https://learn.microsoft.com/en-us/azure/service-health/service-health-alert-overview",
3451
- "https://learn.microsoft.com/en-us/azure/service-health/alerts-activity-log-service-notifications-portal",
3452
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
3453
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-resource-health",
3454
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-monitor"
3490
+ "https://learn.microsoft.com/azure/service-health/resource-health-overview",
3491
+ "https://learn.microsoft.com/azure/service-health/service-health-notifications-properties",
3492
+ "https://learn.microsoft.com/azure/service-health/service-health-event-properties",
3493
+ "https://learn.microsoft.com/azure/service-health/alerts-activity-log-service-notifications-portal",
3494
+ "https://learn.microsoft.com/azure/azure-monitor/essentials/activity-log",
3495
+ "https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups"
3455
3496
  ],
3456
- "security_notes": "Do not over-attribute platform health signals as root cause, ignore recent tenant-side changes, invent unsupported MCP tools, or recommend broad remediation before blast radius and evidence are clear.",
3457
- "last_verified": "2026-04-27",
3497
+ "security_notes": "Do not over-attribute platform health signals as root cause, ignore recent tenant-side changes, expose sensitive incident payloads, invent unsupported tools, or recommend broad remediation before blast radius and evidence are clear.",
3498
+ "last_verified": "2026-06-05",
3458
3499
  "path": "skills/azure/azure-resource-health-incident-triage",
3459
3500
  "author": "github: Raishin",
3460
- "version": "0.1.0"
3501
+ "version": "0.1.2"
3461
3502
  },
3462
3503
  {
3463
3504
  "id": "azure-role-selector",
@@ -3475,17 +3516,20 @@
3475
3516
  "summary": "Select the narrowest Azure built-in role, custom-role fallback, and assignment scope for a requested access pattern while separating control-plane and data-plane permissions.",
3476
3517
  "source_type": "adapted",
3477
3518
  "official_docs": [
3478
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
3479
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices",
3480
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles",
3481
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/role-definitions",
3482
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
3483
- ],
3484
- "security_notes": "Prefer built-in roles before custom roles, minimize assignment scope, and keep control-plane and data-plane permissions separate. Do not default to Owner or Contributor for routine access requests.",
3485
- "last_verified": "2026-04-27",
3519
+ "https://learn.microsoft.com/azure/role-based-access-control/overview",
3520
+ "https://learn.microsoft.com/azure/role-based-access-control/best-practices",
3521
+ "https://learn.microsoft.com/azure/role-based-access-control/built-in-roles",
3522
+ "https://learn.microsoft.com/azure/role-based-access-control/role-definitions",
3523
+ "https://learn.microsoft.com/azure/role-based-access-control/custom-roles",
3524
+ "https://learn.microsoft.com/azure/role-based-access-control/role-assignments-steps",
3525
+ "https://learn.microsoft.com/azure/role-based-access-control/scope-overview",
3526
+ "https://learn.microsoft.com/azure/role-based-access-control/rbac-and-directory-admin-roles"
3527
+ ],
3528
+ "security_notes": "Prefer built-in job-function roles before custom roles, minimize assignment scope, separate control-plane and data-plane permissions, and do not default to Owner, Contributor, or wildcard custom roles for routine access requests.",
3529
+ "last_verified": "2026-06-05",
3486
3530
  "path": "skills/azure/azure-role-selector",
3487
3531
  "author": "github: Raishin",
3488
- "version": "0.1.0"
3532
+ "version": "0.1.2"
3489
3533
  },
3490
3534
  {
3491
3535
  "id": "azure-security-posture-hardening",
@@ -3500,26 +3544,25 @@
3500
3544
  "kiro",
3501
3545
  "other"
3502
3546
  ],
3503
- "summary": "Review Azure security posture with least privilege, managed identities, Key Vault hardening, private access decisions, policy guardrails, and audit-ready logging expectations.",
3547
+ "summary": "Review Azure security posture with least privilege, managed identities, Key Vault hardening, private access decisions, policy guardrails, Defender recommendations, and audit-ready logging expectations.",
3504
3548
  "source_type": "original",
3505
3549
  "official_docs": [
3506
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
3507
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
3508
- "https://learn.microsoft.com/en-us/azure/security/fundamentals/best-practices-and-patterns",
3509
- "https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations",
3510
- "https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices",
3511
- "https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-guide",
3512
- "https://learn.microsoft.com/en-us/azure/key-vault/general/how-to-azure-key-vault-network-security",
3513
- "https://learn.microsoft.com/en-us/azure/key-vault/general/howto-logging",
3514
- "https://learn.microsoft.com/en-us/azure/key-vault/general/monitor-key-vault",
3515
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
3516
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/services/azure-mcp-server-for-key-vault"
3517
- ],
3518
- "security_notes": "Do not recommend broad admin roles, stored secrets, or public exposure by default. Prefer managed identities, scoped RBAC, policy-enforced controls, private access where justified, and verified logging coverage.",
3519
- "last_verified": "2026-04-27",
3550
+ "https://learn.microsoft.com/azure/key-vault/general/secure-key-vault",
3551
+ "https://learn.microsoft.com/security/benchmark/azure/baselines/key-vault-security-baseline",
3552
+ "https://learn.microsoft.com/security/benchmark/azure/baselines/microsoft-defender-for-cloud-security-baseline",
3553
+ "https://learn.microsoft.com/azure/defender-for-cloud/recommendations-reference-identity-access",
3554
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
3555
+ "https://learn.microsoft.com/azure/governance/policy/overview",
3556
+ "https://learn.microsoft.com/azure/role-based-access-control/best-practices",
3557
+ "https://learn.microsoft.com/azure/defender-for-cloud/secure-score-security-controls",
3558
+ "https://learn.microsoft.com/azure/defender-for-cloud/concept-cloud-security-posture-management",
3559
+ "https://learn.microsoft.com/azure/defender-for-cloud/review-security-recommendations"
3560
+ ],
3561
+ "security_notes": "Do not recommend broad admin roles, stored secrets, legacy Key Vault access policies, or public exposure by default. Prefer managed identities, scoped RBAC, policy-enforced controls, private access where justified, soft delete/purge protection, and verified logging coverage.",
3562
+ "last_verified": "2026-06-05",
3520
3563
  "path": "skills/azure/azure-security-posture-hardening",
3521
3564
  "author": "github: Raishin",
3522
- "version": "0.1.0"
3565
+ "version": "0.1.2"
3523
3566
  },
3524
3567
  {
3525
3568
  "id": "azure-subscription-resource-organization",
@@ -3534,23 +3577,25 @@
3534
3577
  "kiro",
3535
3578
  "other"
3536
3579
  ],
3537
- "summary": "Design and review Azure management-group, subscription, and resource-group boundaries with explicit governance, ownership, and landing-zone operating-model consequences.",
3580
+ "summary": "Design and review Azure management-group, subscription, and resource-group boundaries with explicit governance, ownership, policy inheritance, scale-unit, and landing-zone operating-model consequences.",
3538
3581
  "source_type": "original",
3539
3582
  "official_docs": [
3540
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
3541
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/",
3542
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org",
3543
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups",
3544
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
3545
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
3546
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/subscription",
3547
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/resource-group"
3583
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org",
3584
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups",
3585
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-subscriptions",
3586
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources",
3587
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/management-application-environments",
3588
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
3589
+ "https://learn.microsoft.com/training/modules/design-governance/",
3590
+ "https://learn.microsoft.com/azure/governance/management-groups/overview",
3591
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/resource-tagging",
3592
+ "https://learn.microsoft.com/azure/azure-resource-manager/management/tag-policies"
3548
3593
  ],
3549
- "security_notes": "Do not recommend flat hierarchies, fake isolation via resource groups, or subscription moves without proving governance, ownership, policy inheritance, and operational blast-radius implications.",
3550
- "last_verified": "2026-04-27",
3594
+ "security_notes": "Do not recommend flat hierarchies, fake isolation via resource groups, or subscription moves without proving governance, ownership, policy inheritance, RBAC, cost, quota, and operational blast-radius implications.",
3595
+ "last_verified": "2026-06-05",
3551
3596
  "path": "skills/azure/azure-subscription-resource-organization",
3552
3597
  "author": "github: Raishin",
3553
- "version": "0.1.0"
3598
+ "version": "0.1.2"
3554
3599
  },
3555
3600
  {
3556
3601
  "id": "azure-waf-cost-optimization-review",
@@ -3565,17 +3610,23 @@
3565
3610
  "kiro",
3566
3611
  "other"
3567
3612
  ],
3568
- "summary": "Review Azure workload cost posture against the Well-Architected Framework Cost Optimization pillar: cost modeling, rightsizing, reservations, hybrid benefit, storage lifecycle, and idle resource elimination.",
3613
+ "summary": "Review Azure workload cost posture against the Well-Architected Framework Cost Optimization pillar: cost model, budgets, cost drivers, usage optimization, rate optimization, Advisor recommendations, reservations, savings plans, hybrid benefit, and idle resource elimination.",
3569
3614
  "source_type": "original",
3570
3615
  "official_docs": [
3571
- "https://learn.microsoft.com/azure/well-architected/cost-optimization/",
3572
- "https://learn.microsoft.com/azure/cost-management-billing/"
3616
+ "https://learn.microsoft.com/azure/well-architected/cost-optimization/principles",
3617
+ "https://learn.microsoft.com/azure/well-architected/cost-optimization/cost-model",
3618
+ "https://learn.microsoft.com/azure/well-architected/cost-optimization/get-best-rates",
3619
+ "https://learn.microsoft.com/azure/cost-management-billing/costs/overview-cost-management",
3620
+ "https://learn.microsoft.com/azure/advisor/advisor-workbook-cost-optimization",
3621
+ "https://learn.microsoft.com/azure/advisor/advisor-how-to-calculate-total-cost-savings",
3622
+ "https://learn.microsoft.com/azure/well-architected/cost-optimization/checklist",
3623
+ "https://learn.microsoft.com/azure/cost-management-billing/costs/tutorial-acm-opt-recommendations"
3573
3624
  ],
3574
- "security_notes": "Read-only advisory. Do not cancel Reservations, delete resources, or modify billing configurations without explicit approval and resource inventory confirmation.",
3575
- "last_verified": "2026-05-09",
3625
+ "security_notes": "Read-only advisory by default. Do not delete resources, cancel commitments, modify billing configuration, buy reservations or savings plans, or alter budgets without explicit approval, owner confirmation, and current inventory evidence.",
3626
+ "last_verified": "2026-06-05",
3576
3627
  "path": "skills/azure/azure-waf-cost-optimization-review",
3577
3628
  "author": "github: Raishin",
3578
- "version": "0.1.0"
3629
+ "version": "0.1.2"
3579
3630
  },
3580
3631
  {
3581
3632
  "id": "azure-waf-reliability-review",
@@ -3590,17 +3641,22 @@
3590
3641
  "kiro",
3591
3642
  "other"
3592
3643
  ],
3593
- "summary": "Review Azure workload reliability against the Well-Architected Framework Reliability pillar: availability targets, AZ/region topology, health monitoring, data resilience, deployment safety, and chaos testing.",
3644
+ "summary": "Review Azure workload reliability against the Well-Architected Framework Reliability pillar: business requirements, critical flows, resilience, recovery, observability, operations, simplicity, availability zones/regions, health modeling, and reliability testing.",
3594
3645
  "source_type": "original",
3595
3646
  "official_docs": [
3596
- "https://learn.microsoft.com/azure/well-architected/reliability/",
3597
- "https://learn.microsoft.com/azure/reliability/availability-zones-overview"
3647
+ "https://learn.microsoft.com/azure/well-architected/reliability/principles",
3648
+ "https://learn.microsoft.com/azure/well-architected/reliability/reliability-test",
3649
+ "https://learn.microsoft.com/azure/well-architected/reliability/disaster-recovery",
3650
+ "https://learn.microsoft.com/azure/well-architected/design-guides/regions-availability-zones",
3651
+ "https://learn.microsoft.com/azure/reliability/concept-business-continuity-high-availability-disaster-recovery",
3652
+ "https://learn.microsoft.com/azure/reliability/overview-reliability-guidance",
3653
+ "https://learn.microsoft.com/azure/well-architected/reliability/checklist"
3598
3654
  ],
3599
- "security_notes": "Read-only advisory. Do not modify autoscaling policies, backup schedules, or Azure Site Recovery configurations without explicit approval.",
3600
- "last_verified": "2026-05-09",
3655
+ "security_notes": "Read-only advisory by default. Do not modify autoscaling, backup, failover, traffic routing, deployment, or recovery settings without explicit approval, current-state evidence, blast-radius review, and rollback or failback plan.",
3656
+ "last_verified": "2026-06-05",
3601
3657
  "path": "skills/azure/azure-waf-reliability-review",
3602
3658
  "author": "github: Raishin",
3603
- "version": "0.1.0"
3659
+ "version": "0.1.2"
3604
3660
  },
3605
3661
  {
3606
3662
  "id": "azure-waf-security-review",
@@ -3615,17 +3671,21 @@
3615
3671
  "kiro",
3616
3672
  "other"
3617
3673
  ],
3618
- "summary": "Review Azure workload security posture against the Well-Architected Framework Security pillar: identity and access, network boundaries, data protection, threat detection, DevSecOps maturity, and policy compliance.",
3674
+ "summary": "Review Azure workload security posture against the Well-Architected Framework Security pillar: baseline, secure development lifecycle, data classification, segmentation, IAM, networking, encryption, hardening, secrets, threat monitoring, security testing, and incident response.",
3619
3675
  "source_type": "original",
3620
3676
  "official_docs": [
3621
- "https://learn.microsoft.com/azure/well-architected/security/",
3622
- "https://learn.microsoft.com/security/benchmark/azure/"
3677
+ "https://learn.microsoft.com/azure/well-architected/security/principles",
3678
+ "https://learn.microsoft.com/azure/well-architected/security/checklist",
3679
+ "https://learn.microsoft.com/security/benchmark/azure/introduction",
3680
+ "https://learn.microsoft.com/azure/defender-for-cloud/concept-regulatory-compliance",
3681
+ "https://learn.microsoft.com/azure/defender-for-cloud/secure-score-security-controls",
3682
+ "https://learn.microsoft.com/azure/defender-for-cloud/review-security-recommendations"
3623
3683
  ],
3624
- "security_notes": "Read-only advisory. Do not modify Entra ID policies, Conditional Access rules, Azure Policy, or Defender configurations without explicit approval.",
3625
- "last_verified": "2026-05-09",
3684
+ "security_notes": "Read-only advisory by default. Do not modify Entra ID, Conditional Access, RBAC, PIM, Azure Policy, Defender, Sentinel, network controls, Key Vault, or production diagnostics without explicit approval, current-state evidence, blast-radius review, and rollback plan.",
3685
+ "last_verified": "2026-06-05",
3626
3686
  "path": "skills/azure/azure-waf-security-review",
3627
3687
  "author": "github: Raishin",
3628
- "version": "0.1.0"
3688
+ "version": "0.1.1"
3629
3689
  },
3630
3690
  {
3631
3691
  "id": "backstage-scaffolder-template-review",
@@ -8469,7 +8529,7 @@
8469
8529
  "kiro",
8470
8530
  "other"
8471
8531
  ],
8472
- "summary": "Design, review, migrate, and operate Oracle Autonomous Database across OCI and multicloud destinations with official-source grounding.",
8532
+ "summary": "Design and review OCI Autonomous Database and Autonomous AI Database deployments with explicit workload fit, security, networking, backup, DR, migration, and multicloud boundary checks.",
8473
8533
  "source_type": "original",
8474
8534
  "official_docs": [
8475
8535
  "https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm",
@@ -8477,11 +8537,11 @@
8477
8537
  "https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm",
8478
8538
  "https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm"
8479
8539
  ],
8480
- "security_notes": "Autonomous Database deployments can expose production data and credentials. Verify IAM, network posture, TLS, backup, and secret handling before recommending changes.",
8481
- "last_verified": "2026-04-27",
8540
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Autonomous Database Architect changes.",
8541
+ "last_verified": "2026-06-05",
8482
8542
  "path": "skills/oci/oci-autonomous-database-architect",
8483
8543
  "author": "github: Raishin",
8484
- "version": "0.1.0"
8544
+ "version": "0.1.1"
8485
8545
  },
8486
8546
  {
8487
8547
  "id": "oci-certificates-issuer-review",
@@ -8496,18 +8556,18 @@
8496
8556
  "kiro",
8497
8557
  "other"
8498
8558
  ],
8499
- "summary": "Review OCI Certificates Service issuer configurations for cert-manager on OKE, covering CA hierarchy safety, issuance rule enforcement, OKE Workload Identity vs Instance Principal authentication, IAM policy scope minimization, OCSP reachability, and certificate version lifecycle management.",
8559
+ "summary": "Review OCI Certificates Service and OKE cert-manager issuer posture with CA hierarchy, issuance rules, workload identity, IAM scope, OCSP reachability, and certificate lifecycle safeguards.",
8500
8560
  "source_type": "original",
8501
8561
  "official_docs": [
8502
- "https://docs.oracle.com/en-us/iaas/Content/certificates/home.htm",
8503
- "https://docs.oracle.com/en-us/iaas/Content/certificates/managing-certificate-authority.htm",
8504
- "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
8505
- "https://github.com/oracle/oci-native-ingress-controller"
8562
+ "https://docs.oracle.com/iaas/Content/certificates/overview.htm",
8563
+ "https://docs.oracle.com/iaas/Content/certificates/managing-certificates.htm",
8564
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/certificatespolicyreference.htm",
8565
+ "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm"
8506
8566
  ],
8507
- "security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint \u2014 not just cert-manager. Use OKE Workload Identity to scope cert-issuance permissions to the cert-manager ServiceAccount only. IAM policy with 'manage certificate-authorities' grants delete and update CA permissions, which is excessive for cert-manager.",
8508
- "last_verified": "2026-05-02",
8567
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Certificates Issuer Review changes.",
8568
+ "last_verified": "2026-06-05",
8509
8569
  "path": "skills/oci/oci-certificates-issuer-review",
8510
- "version": "0.1.0",
8570
+ "version": "0.1.1",
8511
8571
  "author": "github: Raishin"
8512
8572
  },
8513
8573
  {
@@ -8523,17 +8583,17 @@
8523
8583
  "kiro",
8524
8584
  "other"
8525
8585
  ],
8526
- "summary": "Triage and govern OCI Cloud Guard problems, targets, responder recipes, detector findings, and security remediation safely. Use for Cloud Guard reviews, problem prioritization, remediation planning, and compliance evidence when official...",
8586
+ "summary": "Triage OCI Cloud Guard problems, targets, detector recipes, responder recipes, suppression, and remediation plans with evidence labels and approval gates.",
8527
8587
  "source_type": "adapted",
8528
8588
  "official_docs": [
8529
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8530
- "https://www.oracle.com/cloud/"
8589
+ "https://docs.oracle.com/en-us/iaas/cloud-guard/home.htm",
8590
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-guard/using/cg-concepts.htm"
8531
8591
  ],
8532
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8533
- "last_verified": "2026-04-27",
8592
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Cloud Guard Responder changes.",
8593
+ "last_verified": "2026-06-05",
8534
8594
  "path": "skills/oci/oci-cloud-guard-responder",
8535
8595
  "author": "github: Raishin",
8536
- "version": "0.1.0"
8596
+ "version": "0.1.1"
8537
8597
  },
8538
8598
  {
8539
8599
  "id": "oci-compute-instance-agent-operator",
@@ -8548,17 +8608,16 @@
8548
8608
  "kiro",
8549
8609
  "other"
8550
8610
  ],
8551
- "summary": "Operate OCI Compute Instance Agent commands and executions safely for diagnostics, automation, and remediation. Use when issuing, tracking, or reviewing instance-agent commands across compute fleets.",
8611
+ "summary": "Operate and review OCI Compute instance-agent commands safely with scoped command payloads, target ownership, output handling, timeout controls, and mutation approval gates.",
8552
8612
  "source_type": "adapted",
8553
8613
  "official_docs": [
8554
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8555
- "https://www.oracle.com/cloud/"
8614
+ "https://docs.oracle.com/iaas/Content/Compute/Tasks/instances.htm"
8556
8615
  ],
8557
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8558
- "last_verified": "2026-04-27",
8616
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Compute Instance Agent Operator changes.",
8617
+ "last_verified": "2026-06-05",
8559
8618
  "path": "skills/oci/oci-compute-instance-agent-operator",
8560
8619
  "author": "github: Raishin",
8561
- "version": "0.1.0"
8620
+ "version": "0.1.1"
8562
8621
  },
8563
8622
  {
8564
8623
  "id": "oci-compute-platform-operator",
@@ -8573,17 +8632,17 @@
8573
8632
  "kiro",
8574
8633
  "other"
8575
8634
  ],
8576
- "summary": "Operate OCI Compute instances and platform capacity safely with compartment/region confirmation, instance lifecycle guardrails, least-privilege IAM checks, MCP/CLI discovery, and rollback-aware change plans.",
8635
+ "summary": "Operate OCI Compute instances and platform capacity with compartment/region confirmation, lifecycle guardrails, least-privilege IAM, image/shape/network review, and rollback-aware changes.",
8577
8636
  "source_type": "adapted",
8578
8637
  "official_docs": [
8579
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8580
- "https://www.oracle.com/cloud/"
8638
+ "https://docs.oracle.com/iaas/Content/Compute/Tasks/instances.htm",
8639
+ "https://docs.oracle.com/iaas/Content/Compute/Tasks/launchinginstance.htm"
8581
8640
  ],
8582
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8583
- "last_verified": "2026-04-27",
8641
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Compute Platform Operator changes.",
8642
+ "last_verified": "2026-06-05",
8584
8643
  "path": "skills/oci/oci-compute-platform-operator",
8585
8644
  "author": "github: Raishin",
8586
- "version": "0.1.0"
8645
+ "version": "0.1.1"
8587
8646
  },
8588
8647
  {
8589
8648
  "id": "oci-cost-finops-analyst",
@@ -8598,17 +8657,19 @@
8598
8657
  "kiro",
8599
8658
  "other"
8600
8659
  ],
8601
- "summary": "Analyze Oracle Cloud Infrastructure cost, usage, budgets, tagging, rightsizing, commitment coverage, and FinOps governance. Use when asked to explain OCI spend, investigate cost spikes, build savings plans, review underused resources, de...",
8660
+ "summary": "Analyze OCI cost, usage, budgets, tagging, forecasts, commitments, rightsizing, and FinOps governance without turning savings into reliability or security risk.",
8602
8661
  "source_type": "adapted",
8603
8662
  "official_docs": [
8604
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8605
- "https://www.oracle.com/cloud/"
8663
+ "https://docs.oracle.com/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
8664
+ "https://docs.oracle.com/en-us/iaas/Content/Billing/Tasks/managingbudgets.htm",
8665
+ "https://docs.oracle.com/en-us/iaas/Content/Tagging/Concepts/taggingoverview.htm",
8666
+ "https://www.oracle.com/cloud/cost-management-and-governance/"
8606
8667
  ],
8607
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8608
- "last_verified": "2026-04-27",
8668
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Cost FinOps Analyst changes.",
8669
+ "last_verified": "2026-06-05",
8609
8670
  "path": "skills/oci/oci-cost-finops-analyst",
8610
8671
  "author": "github: Raishin",
8611
- "version": "0.1.0"
8672
+ "version": "0.1.1"
8612
8673
  },
8613
8674
  {
8614
8675
  "id": "oci-database-platform-dba",
@@ -8623,17 +8684,19 @@
8623
8684
  "kiro",
8624
8685
  "other"
8625
8686
  ],
8626
- "summary": "Operate as a ruthless OCI database platform DBA for DB systems, Autonomous Database, Exadata, backups, patching, performance triage, capacity, and IAM-scoped database operations. Use when work touches OCI Database service posture, discov...",
8687
+ "summary": "Operate OCI Database service safely across DB systems, databases, DB homes, Autonomous Database, backups, Data Guard, patching, performance, capacity, and IAM-scoped DBA operations.",
8627
8688
  "source_type": "adapted",
8628
8689
  "official_docs": [
8629
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8630
- "https://www.oracle.com/cloud/"
8690
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/overview.htm",
8691
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/backingupOS.htm",
8692
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/usingdataguard.htm",
8693
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/patchingDB.htm"
8631
8694
  ],
8632
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8633
- "last_verified": "2026-04-27",
8695
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Database Platform DBA changes.",
8696
+ "last_verified": "2026-06-05",
8634
8697
  "path": "skills/oci/oci-database-platform-dba",
8635
8698
  "author": "github: Raishin",
8636
- "version": "0.1.0"
8699
+ "version": "0.1.1"
8637
8700
  },
8638
8701
  {
8639
8702
  "id": "oci-dbtools-sql-analyst",
@@ -8648,17 +8711,19 @@
8648
8711
  "kiro",
8649
8712
  "other"
8650
8713
  ],
8651
- "summary": "Use OCI Database Tools and database documentation safely for SQL inspection, report definitions, table metadata, and controlled query execution. Use for DBTools connections, read-only SQL analysis, and schema/report exploration.",
8714
+ "summary": "Use OCI Database Tools and database documentation safely for connection inventory, metadata inspection, report review, and controlled read-only SQL analysis.",
8652
8715
  "source_type": "adapted",
8653
8716
  "official_docs": [
8654
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8655
- "https://www.oracle.com/cloud/"
8717
+ "https://docs.oracle.com/en-us/iaas/Content/Database-Tools/home.htm",
8718
+ "https://docs.oracle.com/en-us/iaas/Content/Database-Tools/dbtools_topic-using_the_sql_worksheet.htm",
8719
+ "https://docs.oracle.com/en-us/iaas/database-tools/doc/using-console.html",
8720
+ "https://docs.oracle.com/iaas/database-tools/doc/run-sql-statement-sql-worksheet.html"
8656
8721
  ],
8657
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8658
- "last_verified": "2026-04-27",
8722
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Database Tools SQL Analyst changes.",
8723
+ "last_verified": "2026-06-05",
8659
8724
  "path": "skills/oci/oci-dbtools-sql-analyst",
8660
8725
  "author": "github: Raishin",
8661
- "version": "0.1.0"
8726
+ "version": "0.1.1"
8662
8727
  },
8663
8728
  {
8664
8729
  "id": "oci-devops-container-platform-engineer",
@@ -8673,17 +8738,19 @@
8673
8738
  "kiro",
8674
8739
  "other"
8675
8740
  ],
8676
- "summary": "Engineer and review Oracle Cloud Infrastructure DevOps, OKE, OCIR, build/deploy pipelines, Kubernetes platform, and container runtime workflows. Use when asked to inspect OCI Container Engine clusters, DevOps projects, OCIR repositories,...",
8741
+ "summary": "Engineer and review OCI DevOps, OKE, OCIR, build/deploy pipelines, Kubernetes platform operations, image promotion, IAM, rollout safety, and container reliability.",
8677
8742
  "source_type": "adapted",
8678
8743
  "official_docs": [
8679
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8680
- "https://www.oracle.com/cloud/"
8744
+ "https://docs.oracle.com/en-us/iaas/Content/ContEng/home.htm",
8745
+ "https://docs.oracle.com/en-us/iaas/Content/devops/using/home.htm",
8746
+ "https://docs.oracle.com/en-us/iaas/Content/devops/using/environments.htm",
8747
+ "https://docs.oracle.com/en-us/iaas/Content/Registry/home.htm"
8681
8748
  ],
8682
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8683
- "last_verified": "2026-04-27",
8749
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI DevOps Container Platform Engineer changes.",
8750
+ "last_verified": "2026-06-05",
8684
8751
  "path": "skills/oci/oci-devops-container-platform-engineer",
8685
8752
  "author": "github: Raishin",
8686
- "version": "0.1.0"
8753
+ "version": "0.1.1"
8687
8754
  },
8688
8755
  {
8689
8756
  "id": "oci-exadata-database-architect",
@@ -8698,20 +8765,21 @@
8698
8765
  "kiro",
8699
8766
  "other"
8700
8767
  ],
8701
- "summary": "Design, review, migrate, and operate Oracle Exadata Database Service across OCI, Cloud@Customer, and multicloud destinations with official-source grounding.",
8768
+ "summary": "Design, review, migrate, and operate Oracle Exadata Database Service across OCI Dedicated Infrastructure, Exascale, Cloud@Customer, and Oracle Database multicloud destinations with official-source grounding.",
8702
8769
  "source_type": "original",
8703
8770
  "official_docs": [
8704
- "https://docs.oracle.com/en-us/iaas/exadatacloud/index.html",
8771
+ "https://docs.oracle.com/en/engineered-systems/exadata-cloud-service/ecscm/exadata-database-service-dedicated-infrastructure-administrators-guide.pdf",
8772
+ "https://docs.oracle.com/en/engineered-systems/exadata-database-exascale/exdxs/exadata-database-service-exascale-infrastructure-users-guide.pdf",
8705
8773
  "https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/index.html",
8706
8774
  "https://docs.oracle.com/en-us/iaas/Content/database-at-azure/overview.htm",
8707
8775
  "https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm",
8708
8776
  "https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm"
8709
8777
  ],
8710
- "security_notes": "Exadata deployments can expose high-value production databases. Validate IAM/RBAC, network isolation, backup, TDE, maintenance, and operational ownership before changes.",
8711
- "last_verified": "2026-04-27",
8778
+ "security_notes": "Read-only advisory by default. Use least privilege, sanitize evidence, and require explicit approval plus rollback for risky OCI Exadata Database Architect changes.",
8779
+ "last_verified": "2026-06-05",
8712
8780
  "path": "skills/oci/oci-exadata-database-architect",
8713
8781
  "author": "github: Raishin",
8714
- "version": "0.1.0"
8782
+ "version": "0.1.1"
8715
8783
  },
8716
8784
  {
8717
8785
  "id": "oci-exadata-platform-architect",
@@ -8726,17 +8794,19 @@
8726
8794
  "kiro",
8727
8795
  "other"
8728
8796
  ],
8729
- "summary": "OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS. Use for Exadata architecture, VM clusters, cloud E...",
8797
+ "summary": "Design and review OCI Exadata Database Service platforms, VM clusters, Exascale, Cloud@Customer, multicloud database placements, capacity, network, backup, patching, and DR without overstating readiness.",
8730
8798
  "source_type": "adapted",
8731
8799
  "official_docs": [
8732
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8733
- "https://www.oracle.com/cloud/"
8800
+ "https://docs.oracle.com/iaas/exadatacloud/exacs/exadata-cloud-service-overview.html",
8801
+ "https://docs.oracle.com/en-us/iaas/exadatacloud/doc/exacs-tech-arch.html",
8802
+ "https://docs.oracle.com/en-us/iaas/exadb-xs/index.html",
8803
+ "https://docs.oracle.com/en/engineered-systems/exadata-cloud-service/ecscm/exadata-database-service-dedicated-infrastructure-administrators-guide.pdf"
8734
8804
  ],
8735
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8736
- "last_verified": "2026-04-27",
8805
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8806
+ "last_verified": "2026-06-05",
8737
8807
  "path": "skills/oci/oci-exadata-platform-architect",
8738
8808
  "author": "github: Raishin",
8739
- "version": "0.1.0"
8809
+ "version": "0.1.1"
8740
8810
  },
8741
8811
  {
8742
8812
  "id": "oci-fusion-apps-environment-operator",
@@ -8751,17 +8821,19 @@
8751
8821
  "kiro",
8752
8822
  "other"
8753
8823
  ],
8754
- "summary": "OCI Review Fusion Apps as a Service environment families, environments, lifecycle status, availability, and operational readiness. Use for Fusion environment inventory, status checks, change planning, and support evidence.",
8824
+ "summary": "Review OCI Fusion Applications environment families, environments, lifecycle status, maintenance, refresh, access, availability, and support evidence without claiming tenant readiness from docs alone.",
8755
8825
  "source_type": "adapted",
8756
8826
  "official_docs": [
8757
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8758
- "https://www.oracle.com/cloud/"
8827
+ "https://docs.oracle.com/en-us/iaas/Content/fusion-applications/home.htm",
8828
+ "https://docs.oracle.com/iaas/Content/fusion-applications/overview.htm",
8829
+ "https://docs.oracle.com/iaas/Content/fusion-applications/plan-environment-family.htm",
8830
+ "https://docs.oracle.com/en-us/iaas/Content/fusion-applications/plan-environment.htm"
8759
8831
  ],
8760
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8761
- "last_verified": "2026-04-27",
8832
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8833
+ "last_verified": "2026-06-05",
8762
8834
  "path": "skills/oci/oci-fusion-apps-environment-operator",
8763
8835
  "author": "github: Raishin",
8764
- "version": "0.1.0"
8836
+ "version": "0.1.1"
8765
8837
  },
8766
8838
  {
8767
8839
  "id": "oci-goldengate-replication-operator",
@@ -8776,17 +8848,18 @@
8776
8848
  "kiro",
8777
8849
  "other"
8778
8850
  ],
8779
- "summary": "OCI Operate and review Oracle GoldenGate domains, connections, extracts, replicats, checkpoint tables, trails, distribution paths, and replication health. Use for replication setup, lag triage, data movement, and cutover safety.",
8851
+ "summary": "Operate and review OCI GoldenGate deployments, connections, replication pipelines, extracts, replicats, trails, checkpoints, lag, connectivity, and cutover safety with source-grounded evidence.",
8780
8852
  "source_type": "adapted",
8781
8853
  "official_docs": [
8782
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8783
- "https://www.oracle.com/cloud/"
8854
+ "https://docs.oracle.com/en-us/iaas/goldengate/doc/overview-goldengate.html",
8855
+ "https://docs.oracle.com/en-us/iaas/goldengate/doc/create-connection-goldengate.html",
8856
+ "https://docs.oracle.com/en-us/iaas/goldengate/doc/overview.html"
8784
8857
  ],
8785
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8786
- "last_verified": "2026-04-27",
8858
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8859
+ "last_verified": "2026-06-05",
8787
8860
  "path": "skills/oci/oci-goldengate-replication-operator",
8788
8861
  "author": "github: Raishin",
8789
- "version": "0.1.0"
8862
+ "version": "0.1.1"
8790
8863
  },
8791
8864
  {
8792
8865
  "id": "oci-identity-access-governor",
@@ -8801,17 +8874,20 @@
8801
8874
  "kiro",
8802
8875
  "other"
8803
8876
  ],
8804
- "summary": "Govern OCI Identity and Access Management with least-privilege policy review, compartment scoping, group/dynamic-group analysis, and safe access-change workflows. Use for OCI IAM policy design, access audits, privilege reduction, identit...",
8877
+ "summary": "Govern OCI IAM policies, compartments, groups, dynamic groups, domains, federation, and least-privilege access changes without approving broad or destructive permissions on weak evidence.",
8805
8878
  "source_type": "adapted",
8806
8879
  "official_docs": [
8807
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8808
- "https://www.oracle.com/cloud/"
8880
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/overview.htm",
8881
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policies.htm",
8882
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/dynamicgroups/Working_with_Dynamic_Groups.htm",
8883
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/dynamicgroups/managingdynamicgroups.htm",
8884
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm"
8809
8885
  ],
8810
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8811
- "last_verified": "2026-04-27",
8886
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8887
+ "last_verified": "2026-06-05",
8812
8888
  "path": "skills/oci/oci-identity-access-governor",
8813
8889
  "author": "github: Raishin",
8814
- "version": "0.1.0"
8890
+ "version": "0.1.1"
8815
8891
  },
8816
8892
  {
8817
8893
  "id": "oci-iot-digital-twin-engineer",
@@ -8826,17 +8902,16 @@
8826
8902
  "kiro",
8827
8903
  "other"
8828
8904
  ],
8829
- "summary": "Design and operate OCI IoT digital twin adapters, models, instances, relationships, and domain context. Use for digital twin topology, lifecycle, integration, and safe model/relationship changes.",
8905
+ "summary": "Design and review OCI IoT domains, digital twin models, adapters, instances, relationships, telemetry paths, lifecycle, and safe topology changes without treating model edits as harmless.",
8830
8906
  "source_type": "adapted",
8831
8907
  "official_docs": [
8832
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8833
- "https://www.oracle.com/cloud/"
8908
+ "https://docs.oracle.com/en-us/iaas/Content/internet-of-things/home.htm"
8834
8909
  ],
8835
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8836
- "last_verified": "2026-04-27",
8910
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8911
+ "last_verified": "2026-06-05",
8837
8912
  "path": "skills/oci/oci-iot-digital-twin-engineer",
8838
8913
  "author": "github: Raishin",
8839
- "version": "0.1.0"
8914
+ "version": "0.1.1"
8840
8915
  },
8841
8916
  {
8842
8917
  "id": "oci-limits-capacity-planner",
@@ -8851,17 +8926,18 @@
8851
8926
  "kiro",
8852
8927
  "other"
8853
8928
  ],
8854
- "summary": "Review OCI service limits, quotas, capacity availability, regional subscriptions, and growth risk. Use before deployments, migrations, DR expansion, shape changes, OKE scaling, database scaling, or quota increase requests.",
8929
+ "summary": "Review OCI service limits, quotas, subscribed regions, capacity evidence, and growth risk before deployments, migrations, DR expansion, shape changes, OKE scaling, database scaling, or quota requests.",
8855
8930
  "source_type": "adapted",
8856
8931
  "official_docs": [
8857
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
8858
- "https://www.oracle.com/cloud/"
8932
+ "https://docs.oracle.com/en-us/iaas/Content/General/service-limits/default.htm",
8933
+ "https://docs.oracle.com/en-us/iaas/Content/Quotas/Concepts/resourcequotas.htm",
8934
+ "https://docs.oracle.com/en-us/iaas/Content/Quotas/Concepts/resourcequotas_topic-Available_Quotas_by_Service.htm"
8859
8935
  ],
8860
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
8861
- "last_verified": "2026-04-27",
8936
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8937
+ "last_verified": "2026-06-05",
8862
8938
  "path": "skills/oci/oci-limits-capacity-planner",
8863
8939
  "author": "github: Raishin",
8864
- "version": "0.1.0"
8940
+ "version": "0.1.1"
8865
8941
  },
8866
8942
  {
8867
8943
  "id": "oci-live-autonomous-db-lifecycle-guard",
@@ -8876,19 +8952,19 @@
8876
8952
  "kiro",
8877
8953
  "other"
8878
8954
  ],
8879
- "summary": "Guard Autonomous Database lifecycle changes \u2014 scale, start, stop, clone, terminate \u2014 with protection-tag enforcement, backup verification, and connection-string impact analysis before any mutation.",
8955
+ "summary": "Guard Autonomous Database lifecycle changes such as scale, start, stop, clone, restore, wallet-impacting changes, and termination with backup, dependency, protection, approval, and rollback evidence.",
8880
8956
  "source_type": "original",
8881
8957
  "official_docs": [
8882
- "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbscaling.htm",
8883
- "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbstopstart.htm",
8884
- "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
8885
- "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
8958
+ "https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/scale-autonomous-database.html",
8959
+ "https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/start-stop-autonomous-database.html",
8960
+ "https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/autonomous-clone.html",
8961
+ "https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/backup-recovery-autonomous.html"
8886
8962
  ],
8887
- "security_notes": "ADB termination is permanent \u2014 the database and all backups are deleted. Always verify protection tags before any terminate operation. ADB storage scale-up cannot be reversed. Termination blocked by defined-tag protection requires explicit tag removal approval.",
8888
- "last_verified": "2026-04-30",
8963
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8964
+ "last_verified": "2026-06-05",
8889
8965
  "path": "skills/oci/oci-live-autonomous-db-lifecycle-guard",
8890
8966
  "author": "github: Raishin",
8891
- "version": "0.1.0"
8967
+ "version": "0.1.1"
8892
8968
  },
8893
8969
  {
8894
8970
  "id": "oci-live-cost-budget-runaway-guard",
@@ -8903,19 +8979,19 @@
8903
8979
  "kiro",
8904
8980
  "other"
8905
8981
  ],
8906
- "summary": "Gate OCI budget mutations and GPU/HPC shape provisioning against compartment spend limits, with inventory searches, quota audits, and emergency spend-stop playbooks.",
8982
+ "summary": "Gate OCI budget, alert, quota, and high-cost compute actions with spend evidence, owner approval, financial authority, rollback, and emergency stop boundaries.",
8907
8983
  "source_type": "original",
8908
8984
  "official_docs": [
8985
+ "https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm",
8909
8986
  "https://docs.oracle.com/en-us/iaas/Content/Billing/Tasks/managingbudgets.htm",
8910
- "https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/managinginstances.htm",
8911
- "https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
8987
+ "https://docs.oracle.com/iaas/Content/Billing/Tasks/managingalertrules.htm",
8912
8988
  "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
8913
8989
  ],
8914
- "security_notes": "GPU/HPC shapes (BM.GPU4.8, A100, BM.HPC2.36) can generate six-figure monthly costs when left running. Never approve quota increases or budget threshold raises without explicit financial-authority approval. Emergency stop requires Compute operator rights \u2014 escalate if not held.",
8915
- "last_verified": "2026-04-30",
8990
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
8991
+ "last_verified": "2026-06-05",
8916
8992
  "path": "skills/oci/oci-live-cost-budget-runaway-guard",
8917
8993
  "author": "github: Raishin",
8918
- "version": "0.1.0"
8994
+ "version": "0.1.1"
8919
8995
  },
8920
8996
  {
8921
8997
  "id": "oci-live-iam-policy-compartment-guard",
@@ -8930,19 +9006,19 @@
8930
9006
  "kiro",
8931
9007
  "other"
8932
9008
  ],
8933
- "summary": "Guard OCI IAM policy writes and dynamic group changes with verb-hierarchy audit, compartment scope enforcement, anti-pattern detection (any-user/any-group), and rollback via statement restore.",
9009
+ "summary": "Guard live OCI IAM policy and dynamic-group changes with statement-level review, verb hierarchy, compartment scope, broad-principal detection, rollback capture, and explicit approval.",
8934
9010
  "source_type": "original",
8935
9011
  "official_docs": [
8936
- "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policygetstarted.htm",
8937
- "https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingdynamicgroups.htm",
8938
9012
  "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policysyntax.htm",
8939
- "https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/iampolicyreference.htm"
9013
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm",
9014
+ "https://docs.oracle.com/iaas/Content/Identity/policyreference/policyreference_topic-Verbs.htm",
9015
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/dynamicgroups/managingdynamicgroups.htm"
8940
9016
  ],
8941
- "security_notes": "Any-user and any-group policies in tenancy root are the most common OCI security misconfiguration. Never approve manage-verb policies at tenancy scope without compartment scoping. Policy deletes take effect immediately with no grace period.",
8942
- "last_verified": "2026-04-30",
9017
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9018
+ "last_verified": "2026-06-05",
8943
9019
  "path": "skills/oci/oci-live-iam-policy-compartment-guard",
8944
9020
  "author": "github: Raishin",
8945
- "version": "0.1.0"
9021
+ "version": "0.1.1"
8946
9022
  },
8947
9023
  {
8948
9024
  "id": "oci-live-network-security-rule-guard",
@@ -8957,20 +9033,19 @@
8957
9033
  "kiro",
8958
9034
  "other"
8959
9035
  ],
8960
- "summary": "Guard live OCI Security List and NSG rule changes with current-state capture, open-internet and sensitive-port detection, stateful/stateless assessment, and explicit approval before ingress or egress mutation.",
9036
+ "summary": "Guard live OCI Security List and Network Security Group rule changes with current-state capture, open-internet detection, sensitive-port review, stateful/stateless assessment, approval, and rollback evidence.",
8961
9037
  "source_type": "original",
8962
9038
  "official_docs": [
8963
- "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/securitylists.htm",
9039
+ "https://docs.oracle.com/iaas/Content/Network/Concepts/securitylists.htm",
8964
9040
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/networksecuritygroups.htm",
8965
- "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/manage-nsg-security-rules.htm",
8966
- "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
9041
+ "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/securityrules.htm",
8967
9042
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
8968
9043
  ],
8969
- "security_notes": "oci network security-list update is a full replace \u2014 always capture complete current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change. Prefer NSGs over Security Lists for database VNICs.",
8970
- "last_verified": "2026-05-01",
9044
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9045
+ "last_verified": "2026-06-05",
8971
9046
  "path": "skills/oci/oci-live-network-security-rule-guard",
8972
9047
  "author": "github: Raishin",
8973
- "version": "0.1.0"
9048
+ "version": "0.1.1"
8974
9049
  },
8975
9050
  {
8976
9051
  "id": "oci-live-oke-rollout-guard",
@@ -8985,19 +9060,20 @@
8985
9060
  "kiro",
8986
9061
  "other"
8987
9062
  ],
8988
- "summary": "Guard OKE deployment rollouts via DevOps Service approval stages with canary and blue-green evidence, rollout health verification, and kubectl rollout undo gates.",
9063
+ "summary": "Guard OCI OKE and DevOps deployment rollouts with approval-stage, canary, blue-green, workload health, rollback, and Kubernetes safety evidence before promotion or rollback.",
8989
9064
  "source_type": "original",
8990
9065
  "official_docs": [
9066
+ "https://docs.oracle.com/en-us/iaas/Content/devops/using/devops_overview.htm",
8991
9067
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/deploy_oke.htm",
8992
9068
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/bgoke_deploy.htm",
8993
9069
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
8994
9070
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
8995
9071
  ],
8996
- "security_notes": "Never advance an OKE rollout past an approval stage without rollout status and PDB health evidence. kubectl rollout undo is irreversible in the sense that the prior version may not be identical to the deployed artifact \u2014 confirm target revision before undo.",
8997
- "last_verified": "2026-04-30",
9072
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9073
+ "last_verified": "2026-06-05",
8998
9074
  "path": "skills/oci/oci-live-oke-rollout-guard",
8999
9075
  "author": "github: Raishin",
9000
- "version": "0.1.0"
9076
+ "version": "0.1.1"
9001
9077
  },
9002
9078
  {
9003
9079
  "id": "oci-live-resource-manager-stack-guard",
@@ -9012,19 +9088,19 @@
9012
9088
  "kiro",
9013
9089
  "other"
9014
9090
  ],
9015
- "summary": "Guard OCI Resource Manager stack plan, apply, and destroy jobs with drift detection, state-version rollback, stack auto-lock awareness, and approval gates.",
9091
+ "summary": "Guard OCI Resource Manager stack plan, apply, destroy, import-state, drift, and state-version decisions with plan review, state-lock awareness, approval, rollback, and blast-radius evidence.",
9016
9092
  "source_type": "original",
9017
9093
  "official_docs": [
9018
- "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm",
9019
- "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/detect-drift.htm",
9020
- "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/create-job-lock-file.htm",
9021
- "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/home.htm"
9094
+ "https://docs.oracle.com/iaas/Content/ResourceManager/Concepts/resourcemanager.htm",
9095
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resource-manager-and-terraform.htm",
9096
+ "https://docs.oracle.com/iaas/Content/ResourceManager/Tasks/detect-drift.htm",
9097
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/list-drift.htm"
9022
9098
  ],
9023
- "security_notes": "OCI Resource Manager auto-locks a stack state during job execution. Never approve an apply or destroy job without a plan-job output review and drift detection evidence. Repo write access does not authorize live OCI infrastructure mutations.",
9024
- "last_verified": "2026-04-30",
9099
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9100
+ "last_verified": "2026-06-05",
9025
9101
  "path": "skills/oci/oci-live-resource-manager-stack-guard",
9026
9102
  "author": "github: Raishin",
9027
- "version": "0.1.0"
9103
+ "version": "0.1.1"
9028
9104
  },
9029
9105
  {
9030
9106
  "id": "oci-live-vault-key-destruction-guard",
@@ -9039,19 +9115,19 @@
9039
9115
  "kiro",
9040
9116
  "other"
9041
9117
  ],
9042
- "summary": "Guard Vault master encryption key scheduled-deletion and HSM rotation with data-association audits, key-usage reference checks, deletion-window enforcement, and cancellation playbooks.",
9118
+ "summary": "Guard OCI Vault key deletion, cancellation, disablement, rotation, and HSM/software key lifecycle decisions with usage, dependency, waiting-window, backup, and recovery-limit evidence.",
9043
9119
  "source_type": "original",
9044
9120
  "official_docs": [
9045
- "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/deletingkeys.htm",
9046
- "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/rotatingkeys.htm",
9047
9121
  "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Concepts/keyoverview.htm",
9048
- "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/managingkeys.htm"
9122
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/managingkeys_topic-To_delete_a_key.htm",
9123
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/managingvaults_topic-To_delete_a_vault.htm",
9124
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/rotatingkeys.htm"
9049
9125
  ],
9050
- "security_notes": "After the scheduled deletion window expires, HSM-backed keys are cryptographically wiped. All data encrypted exclusively by that key version is permanently unrecoverable. Recovery SLA from OCI Support: NONE. Always use a 30-day window and audit data associations before scheduling.",
9051
- "last_verified": "2026-04-30",
9126
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9127
+ "last_verified": "2026-06-05",
9052
9128
  "path": "skills/oci/oci-live-vault-key-destruction-guard",
9053
9129
  "author": "github: Raishin",
9054
- "version": "0.1.0"
9130
+ "version": "0.1.1"
9055
9131
  },
9056
9132
  {
9057
9133
  "id": "oci-load-balancer-traffic-engineer",
@@ -9066,17 +9142,19 @@
9066
9142
  "kiro",
9067
9143
  "other"
9068
9144
  ],
9069
- "summary": "Design, review, and troubleshoot OCI Load Balancer and Network Load Balancer traffic paths, listeners, backend sets, certificates, health checks, logging, and failover. Use for L7/L4 traffic engineering and availability reviews.",
9145
+ "summary": "Design, review, and troubleshoot OCI Load Balancer and Network Load Balancer traffic paths, listeners, backend sets, certificates, health checks, logging, failover, and exposure risk.",
9070
9146
  "source_type": "adapted",
9071
9147
  "official_docs": [
9072
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9073
- "https://www.oracle.com/cloud/"
9148
+ "https://docs.oracle.com/en-us/iaas/Content/Balance/Concepts/balanceoverview.htm",
9149
+ "https://docs.oracle.com/en-us/iaas/Content/Balance/Tasks/managingbackendsets.htm",
9150
+ "https://docs.oracle.com/en-us/iaas/Content/NetworkLoadBalancer/Overview/overview.htm",
9151
+ "https://docs.oracle.com/en-us/iaas/Content/Balance/Tasks/managinglisteners.htm"
9074
9152
  ],
9075
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9076
- "last_verified": "2026-04-27",
9153
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9154
+ "last_verified": "2026-06-05",
9077
9155
  "path": "skills/oci/oci-load-balancer-traffic-engineer",
9078
9156
  "author": "github: Raishin",
9079
- "version": "0.1.0"
9157
+ "version": "0.1.1"
9080
9158
  },
9081
9159
  {
9082
9160
  "id": "oci-maestro",
@@ -9091,19 +9169,19 @@
9091
9169
  "kiro",
9092
9170
  "other"
9093
9171
  ],
9094
- "summary": "Route OCI tasks to the narrowest specialist or team of specialists from the 31-agent catalog. Classifies by domain, dispatches single or parallel (max 4), and enforces live-guard gate for production-change agents.",
9172
+ "summary": "Route OCI tasks to the narrowest specialist or explicitly approved team, enforce live-guard gates, preserve evidence labels, and refuse unsafe auto-dispatch for destructive or production-changing work.",
9095
9173
  "source_type": "adapted",
9096
9174
  "official_docs": [
9097
9175
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9098
- "https://www.oracle.com/cloud/",
9099
9176
  "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/overview.htm",
9100
- "https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/securityoverview.htm"
9177
+ "https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/securityoverview.htm",
9178
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm"
9101
9179
  ],
9102
- "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live-guard agents without explicit human confirmation, blast-radius assessment, and rollback path. OCI vault key destruction and IAM policy deletion are irreversible.",
9103
- "last_verified": "2026-04-30",
9180
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9181
+ "last_verified": "2026-06-05",
9104
9182
  "path": "skills/oci/oci-maestro",
9105
9183
  "author": "github: Raishin",
9106
- "version": "0.1.0"
9184
+ "version": "0.1.1"
9107
9185
  },
9108
9186
  {
9109
9187
  "id": "oci-migration-cutover-architect",
@@ -9118,17 +9196,18 @@
9118
9196
  "kiro",
9119
9197
  "other"
9120
9198
  ],
9121
- "summary": "Plan OCI migrations and cutovers with Cloud Migrations, dependency discovery, waves, rollback, DNS, data sync, validation, and support readiness. Use for migration assessment, move groups, cutover runbooks, and go/no-go reviews.",
9199
+ "summary": "Plan OCI migrations and cutovers with dependency discovery, waves, replication, DNS, identity, data validation, rollback, support readiness, and go/no-go evidence.",
9122
9200
  "source_type": "adapted",
9123
9201
  "official_docs": [
9124
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9125
- "https://www.oracle.com/cloud/"
9202
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-migration/home.htm",
9203
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-overview.htm",
9204
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-create-migration-project.htm"
9126
9205
  ],
9127
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9128
- "last_verified": "2026-04-27",
9206
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9207
+ "last_verified": "2026-06-05",
9129
9208
  "path": "skills/oci/oci-migration-cutover-architect",
9130
9209
  "author": "github: Raishin",
9131
- "version": "0.1.0"
9210
+ "version": "0.1.1"
9132
9211
  },
9133
9212
  {
9134
9213
  "id": "oci-multi-cloud-architect",
@@ -9143,17 +9222,20 @@
9143
9222
  "kiro",
9144
9223
  "other"
9145
9224
  ],
9146
- "summary": "Design and review OCI multi-cloud architectures connecting Oracle Cloud Infrastructure with AWS, Azure, Google Cloud, on-premises, or SaaS through VPN, FastConnect, Direct Connect, ExpressRoute, Cloud Interconnect, identity federation, D...",
9225
+ "summary": "Design and review OCI-connected multi-cloud architectures across Azure, AWS, Google Cloud, on-premises, and SaaS with routing, identity, DNS, security, observability, cost, latency, and failure-mode evidence.",
9147
9226
  "source_type": "adapted",
9148
9227
  "official_docs": [
9149
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9150
- "https://www.oracle.com/cloud/"
9228
+ "https://docs.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm",
9229
+ "https://docs.oracle.com/iaas/Content/Network/Concepts/fastconnectoverview.htm",
9230
+ "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/routingonprem2.htm",
9231
+ "https://learn.microsoft.com/azure/virtual-machines/workloads/oracle/configure-azure-oci-networking",
9232
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/connectivity-to-other-providers-oci"
9151
9233
  ],
9152
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9153
- "last_verified": "2026-04-27",
9234
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9235
+ "last_verified": "2026-06-05",
9154
9236
  "path": "skills/oci/oci-multi-cloud-architect",
9155
9237
  "author": "github: Raishin",
9156
- "version": "0.1.0"
9238
+ "version": "0.1.1"
9157
9239
  },
9158
9240
  {
9159
9241
  "id": "oci-mysql-heatwave-ai-specialist",
@@ -9168,17 +9250,18 @@
9168
9250
  "kiro",
9169
9251
  "other"
9170
9252
  ],
9171
- "summary": "OCI Operate and review MySQL HeatWave, MySQL AI, vector/RAG workflows, connection configs, object storage ingestion, and SQL safety. Use for MySQL AI questions, HeatWave ML, vector store loading, and MySQL operational reviews.",
9253
+ "summary": "Review OCI MySQL HeatWave, HeatWave clusters, Lakehouse, AutoML, GenAI, vector/RAG workflows, object storage ingestion, SQL safety, and operational readiness with source-grounded evidence.",
9172
9254
  "source_type": "adapted",
9173
9255
  "official_docs": [
9174
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9175
- "https://www.oracle.com/cloud/"
9256
+ "https://docs.oracle.com/iaas/mysql-database/index.html",
9257
+ "https://docs.oracle.com/en-us/iaas/mysql-database/doc/overview-heatwave.html",
9258
+ "https://docs.oracle.com/en/database/mysql/heatwave-aws/database-vector-store.html"
9176
9259
  ],
9177
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9178
- "last_verified": "2026-04-27",
9260
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9261
+ "last_verified": "2026-06-05",
9179
9262
  "path": "skills/oci/oci-mysql-heatwave-ai-specialist",
9180
9263
  "author": "github: Raishin",
9181
- "version": "0.1.0"
9264
+ "version": "0.1.1"
9182
9265
  },
9183
9266
  {
9184
9267
  "id": "oci-network-architect",
@@ -9193,17 +9276,20 @@
9193
9276
  "kiro",
9194
9277
  "other"
9195
9278
  ],
9196
- "summary": "Design, review, and troubleshoot OCI networking with safe compartment/region scoping, least-privilege network access, VCN/subnet/routing/security-list/NSG analysis, and evidence-based MCP or CLI discovery.",
9279
+ "summary": "Design, review, and troubleshoot OCI VCNs, subnets, route tables, DRGs, gateways, peering, security lists, NSGs, load balancers, DNS, and connectivity without cargo-cult exposure.",
9197
9280
  "source_type": "adapted",
9198
9281
  "official_docs": [
9199
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9200
- "https://www.oracle.com/cloud/"
9282
+ "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/overview.htm",
9283
+ "https://docs.oracle.com/iaas/Content/Network/Concepts/securitylists.htm",
9284
+ "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/networksecuritygroups.htm",
9285
+ "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/routingonprem2.htm",
9286
+ "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
9201
9287
  ],
9202
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9203
- "last_verified": "2026-04-27",
9288
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9289
+ "last_verified": "2026-06-05",
9204
9290
  "path": "skills/oci/oci-network-architect",
9205
9291
  "author": "github: Raishin",
9206
- "version": "0.1.0"
9292
+ "version": "0.1.1"
9207
9293
  },
9208
9294
  {
9209
9295
  "id": "oci-observability-incident-responder",
@@ -9218,17 +9304,20 @@
9218
9304
  "kiro",
9219
9305
  "other"
9220
9306
  ],
9221
- "summary": "Operate as a ruthless OCI observability and incident responder for Monitoring alarms, Logging, Events, Notifications, service health, metrics, runbooks, and IAM-scoped incident response. Use when work touches OCI alarms, telemetry, alert...",
9307
+ "summary": "Triage OCI Monitoring alarms, Logging, Events, Notifications, service health, metrics, runbooks, and responder permissions with scoped evidence and safe containment.",
9222
9308
  "source_type": "adapted",
9223
9309
  "official_docs": [
9224
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9225
- "https://www.oracle.com/cloud/"
9310
+ "https://docs.oracle.com/en-us/iaas/Content/Monitoring/Concepts/monitoringoverview.htm",
9311
+ "https://docs.oracle.com/en-us/iaas/Content/Monitoring/Tasks/update-alarm-event.htm",
9312
+ "https://docs.oracle.com/en-us/iaas/Content/Logging/",
9313
+ "https://docs.oracle.com/en-us/iaas/Content/Logging/Task/managinglogs.htm",
9314
+ "https://docs.oracle.com/iaas/Content/Logging/Concepts/searchinglogs.htm"
9226
9315
  ],
9227
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9228
- "last_verified": "2026-04-27",
9316
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9317
+ "last_verified": "2026-06-05",
9229
9318
  "path": "skills/oci/oci-observability-incident-responder",
9230
9319
  "author": "github: Raishin",
9231
- "version": "0.1.0"
9320
+ "version": "0.1.1"
9232
9321
  },
9233
9322
  {
9234
9323
  "id": "oci-recovery-service-operator",
@@ -9243,17 +9332,18 @@
9243
9332
  "kiro",
9244
9333
  "other"
9245
9334
  ],
9246
- "summary": "Operate OCI Recovery Service protected databases, protection policies, recovery service subnets, backup health, redo status, and recovery metrics. Use for database recovery posture, protected database health, and restore readiness.",
9335
+ "summary": "Operate and review OCI Recovery Service protected databases, protection policies, recovery service subnets, backup health, redo status, recovery windows, and restore readiness without confusing backup configuration with recoverability.",
9247
9336
  "source_type": "adapted",
9248
9337
  "official_docs": [
9249
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9250
- "https://www.oracle.com/cloud/"
9338
+ "https://docs.oracle.com/iaas/recovery-service/doc/overview-protection-policy.html",
9339
+ "https://docs.oracle.com/en-us/iaas/recovery-service/doc/protected-database-recovery-policy.html",
9340
+ "https://docs.oracle.com/en-us/iaas/recovery-service/doc/supported-recovery-service-policies.html"
9251
9341
  ],
9252
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9253
- "last_verified": "2026-04-27",
9342
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9343
+ "last_verified": "2026-06-05",
9254
9344
  "path": "skills/oci/oci-recovery-service-operator",
9255
9345
  "author": "github: Raishin",
9256
- "version": "0.1.0"
9346
+ "version": "0.1.1"
9257
9347
  },
9258
9348
  {
9259
9349
  "id": "oci-registry-artifact-governor",
@@ -9268,17 +9358,19 @@
9268
9358
  "kiro",
9269
9359
  "other"
9270
9360
  ],
9271
- "summary": "Govern OCI Registry repositories, container images, artifact access, retention, promotion, and deployment safety. Use for OCIR repository reviews, image lifecycle, DevOps/OKE integration, and least-privilege push/pull access.",
9361
+ "summary": "Govern OCI Container Registry repositories, container images, Helm/OCI artifacts, public access, retention policies, signatures, vulnerability scanning, provenance, and least-privilege push/pull access.",
9272
9362
  "source_type": "adapted",
9273
9363
  "official_docs": [
9274
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9275
- "https://www.oracle.com/cloud/"
9364
+ "https://docs.oracle.com/iaas/Content/Registry/home.htm",
9365
+ "https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryoverview.htm",
9366
+ "https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryconcepts.htm",
9367
+ "https://docs.oracle.com/en-us/iaas/Content/Registry/Tasks/registrymanagingimageretention.htm"
9276
9368
  ],
9277
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9278
- "last_verified": "2026-04-27",
9369
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9370
+ "last_verified": "2026-06-05",
9279
9371
  "path": "skills/oci/oci-registry-artifact-governor",
9280
9372
  "author": "github: Raishin",
9281
- "version": "0.1.0"
9373
+ "version": "0.1.1"
9282
9374
  },
9283
9375
  {
9284
9376
  "id": "oci-resource-search-inventory-analyst",
@@ -9293,17 +9385,18 @@
9293
9385
  "kiro",
9294
9386
  "other"
9295
9387
  ],
9296
- "summary": "Build OCI resource inventories and dependency maps using Resource Search, compartments, tags, and cross-service discovery. Use for tenancy inventory, ownership gaps, orphan detection, migration scoping, and architecture evidence collection.",
9388
+ "summary": "Build OCI resource inventories and dependency maps using Resource Search, compartments, tags, lifecycle states, and cross-service discovery without treating partial search visibility as complete tenancy truth.",
9297
9389
  "source_type": "adapted",
9298
9390
  "official_docs": [
9299
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9300
- "https://www.oracle.com/cloud/"
9391
+ "https://docs.oracle.com/en-us/iaas/Content/Search/home.htm",
9392
+ "https://docs.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/search/resource/structured-search.html",
9393
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm"
9301
9394
  ],
9302
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9303
- "last_verified": "2026-04-27",
9395
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9396
+ "last_verified": "2026-06-05",
9304
9397
  "path": "skills/oci/oci-resource-search-inventory-analyst",
9305
9398
  "author": "github: Raishin",
9306
- "version": "0.1.0"
9399
+ "version": "0.1.1"
9307
9400
  },
9308
9401
  {
9309
9402
  "id": "oci-security-compliance-reviewer",
@@ -9318,17 +9411,21 @@
9318
9411
  "kiro",
9319
9412
  "other"
9320
9413
  ],
9321
- "summary": "Review Oracle Cloud Infrastructure security, IAM, network, logging, encryption, and compliance posture. Use when asked to audit OCI policies, compartments, tenancy security, Cloud Guard findings, buckets, vaults, security lists, NSGs, or...",
9414
+ "summary": "Review OCI security, IAM, network exposure, logging, encryption, Cloud Guard, Vulnerability Scanning, Security Zones, and compliance evidence with least-privilege and source-grounded findings.",
9322
9415
  "source_type": "adapted",
9323
9416
  "official_docs": [
9324
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9325
- "https://www.oracle.com/cloud/"
9417
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/security-architecture.htm",
9418
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/oci-core-landing-zone.htm",
9419
+ "https://docs.oracle.com/en-us/iaas/cloud-guard/using/trouble.htm",
9420
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-guard/using/problems-page-about.htm",
9421
+ "https://docs.oracle.com/en-us/iaas/scanning/using/scanning-with-cloud-guard.htm",
9422
+ "https://docs.oracle.com/en-us/iaas/security-zone/using/security-zones.htm"
9326
9423
  ],
9327
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9328
- "last_verified": "2026-04-27",
9424
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9425
+ "last_verified": "2026-06-05",
9329
9426
  "path": "skills/oci/oci-security-compliance-reviewer",
9330
9427
  "author": "github: Raishin",
9331
- "version": "0.1.0"
9428
+ "version": "0.1.1"
9332
9429
  },
9333
9430
  {
9334
9431
  "id": "oci-solution-architect",
@@ -9343,17 +9440,20 @@
9343
9440
  "kiro",
9344
9441
  "other"
9345
9442
  ],
9346
- "summary": "Design, review, and stress-test Oracle Cloud Infrastructure solution architectures across identity, compartments, networking, compute, database, storage, observability, security, reliability, cost, and operations. Use when asked for OCI...",
9443
+ "summary": "Design and stress-test OCI solution architectures across identity, compartments, networking, compute, database, storage, observability, security, reliability, cost, and operations with evidence-backed tradeoffs.",
9347
9444
  "source_type": "adapted",
9348
9445
  "official_docs": [
9349
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9350
- "https://www.oracle.com/cloud/"
9446
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/home.htm",
9447
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/oci-core-landing-zone.htm",
9448
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/iam-security-structure.htm",
9449
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm",
9450
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/security-architecture.htm"
9351
9451
  ],
9352
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9353
- "last_verified": "2026-04-27",
9452
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9453
+ "last_verified": "2026-06-05",
9354
9454
  "path": "skills/oci/oci-solution-architect",
9355
9455
  "author": "github: Raishin",
9356
- "version": "0.1.0"
9456
+ "version": "0.1.1"
9357
9457
  },
9358
9458
  {
9359
9459
  "id": "oci-storage-backup-steward",
@@ -9368,17 +9468,19 @@
9368
9468
  "kiro",
9369
9469
  "other"
9370
9470
  ],
9371
- "summary": "Operate as a ruthless OCI storage and backup steward for Object Storage, Block Volume, File Storage, backup policies, retention, replication, lifecycle rules, restore readiness, and IAM-scoped storage operations. Use when work touches OC...",
9471
+ "summary": "Steward OCI storage and backup posture with source-grounded checks for Object Storage, Block Volume, File Storage, retention, lifecycle rules, replication, restore testing, and least-privilege storage access.",
9372
9472
  "source_type": "adapted",
9373
9473
  "official_docs": [
9374
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9375
- "https://www.oracle.com/cloud/"
9474
+ "https://docs.oracle.com/iaas/Content/Object/Tasks/usinglifecyclepolicies.htm",
9475
+ "https://docs.oracle.com/iaas/Content/Block/Tasks/backingupavolume.htm",
9476
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm",
9477
+ "https://docs.oracle.com/en-us/iaas/disaster-recovery/doc/how-disaster-recovery-works.html"
9376
9478
  ],
9377
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9378
- "last_verified": "2026-04-27",
9479
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9480
+ "last_verified": "2026-06-05",
9379
9481
  "path": "skills/oci/oci-storage-backup-steward",
9380
9482
  "author": "github: Raishin",
9381
- "version": "0.1.0"
9483
+ "version": "0.1.1"
9382
9484
  },
9383
9485
  {
9384
9486
  "id": "oci-support-incident-coordinator",
@@ -9393,17 +9495,18 @@
9393
9495
  "kiro",
9394
9496
  "other"
9395
9497
  ],
9396
- "summary": "Coordinate OCI support incidents with evidence quality, severity discipline, resource scope, timelines, and escalation readiness. Use for support tickets, incident evidence packs, Oracle SR preparation, and post-incident follow-up.",
9498
+ "summary": "Coordinate OCI support incidents without leaking secrets or identifiers, using documented support-request behavior, sanitized timelines, severity rationale, ownership, and actionable escalation evidence.",
9397
9499
  "source_type": "adapted",
9398
9500
  "official_docs": [
9399
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
9400
- "https://www.oracle.com/cloud/"
9501
+ "https://docs.oracle.com/en-us/iaas/Content/GSG/support/list-incidents.htm",
9502
+ "https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.48.2/oci_cli_docs/cmdref/support/incident/list.html",
9503
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/servicelimits.htm"
9401
9504
  ],
9402
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
9403
- "last_verified": "2026-04-27",
9505
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9506
+ "last_verified": "2026-06-05",
9404
9507
  "path": "skills/oci/oci-support-incident-coordinator",
9405
9508
  "author": "github: Raishin",
9406
- "version": "0.1.0"
9509
+ "version": "0.1.1"
9407
9510
  },
9408
9511
  {
9409
9512
  "id": "oci-waf-cost-optimization-review",
@@ -9418,18 +9521,19 @@
9418
9521
  "kiro",
9419
9522
  "other"
9420
9523
  ],
9421
- "summary": "Review OCI workload cost posture across compute rightsizing, Ampere A1 adoption, Universal Credits coverage, tagging compliance, idle resource elimination, and OCI Cost Management tooling aligned to OCI Architecture Best Practices.",
9524
+ "summary": "Review OCI Well-Architected cost posture with documented Cost Analysis, Budgets, Cloud Advisor, usage API, tagging, ownership, forecast caveats, and safe-change approval gates.",
9422
9525
  "source_type": "original",
9423
9526
  "official_docs": [
9424
- "https://docs.oracle.com/en-us/iaas/Content/Billing/home.htm",
9425
- "https://docs.oracle.com/en-us/iaas/Content/CloudAdvisor/home.htm",
9426
- "https://www.oracle.com/cloud/pricing/"
9527
+ "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
9528
+ "https://docs.oracle.com/en-us/iaas/Content/Billing/Tasks/managingbudgets.htm",
9529
+ "https://docs.oracle.com/en-us/iaas/Content/CloudAdvisor/Concepts/cloudadvisoroverview.htm",
9530
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
9427
9531
  ],
9428
- "security_notes": "Read-only advisory. Do not delete resources, cancel commitments, or modify compartment structures without explicit approval and resource inventory confirmation.",
9429
- "last_verified": "2026-05-09",
9532
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9533
+ "last_verified": "2026-06-05",
9430
9534
  "path": "skills/oci/oci-waf-cost-optimization-review",
9431
9535
  "author": "github: Raishin",
9432
- "version": "0.1.0"
9536
+ "version": "0.1.1"
9433
9537
  },
9434
9538
  {
9435
9539
  "id": "oci-waf-reliability-review",
@@ -9444,18 +9548,19 @@
9444
9548
  "kiro",
9445
9549
  "other"
9446
9550
  ],
9447
- "summary": "Review OCI workload reliability posture across AD/FD redundancy, load balancing, database HA, backup and replication, Full Stack DR orchestration, and recovery testing aligned to OCI Architecture Best Practices.",
9551
+ "summary": "Review OCI Well-Architected reliability posture with source-grounded checks for regions, domains, backups, replication, alarms, Full Stack DR, RTO/RPO, restore drills, and operational runbooks.",
9448
9552
  "source_type": "original",
9449
9553
  "official_docs": [
9450
9554
  "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm",
9451
- "https://docs.oracle.com/en-us/iaas/disaster-recovery/index.html",
9452
- "https://docs.oracle.com/en-us/iaas/Content/ContEng/home.htm"
9555
+ "https://docs.oracle.com/en-us/iaas/disaster-recovery/doc/how-disaster-recovery-works.html",
9556
+ "https://docs.oracle.com/en-us/iaas/disaster-recovery/doc/overview-protection-groups.html",
9557
+ "https://docs.oracle.com/iaas/Content/Block/Tasks/backingupavolume.htm"
9453
9558
  ],
9454
- "security_notes": "Read-only advisory. Do not modify backup policies, DR plans, or autoscaling configurations without explicit approval.",
9455
- "last_verified": "2026-05-09",
9559
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9560
+ "last_verified": "2026-06-05",
9456
9561
  "path": "skills/oci/oci-waf-reliability-review",
9457
9562
  "author": "github: Raishin",
9458
- "version": "0.1.0"
9563
+ "version": "0.1.1"
9459
9564
  },
9460
9565
  {
9461
9566
  "id": "oci-waf-security-review",
@@ -9470,19 +9575,19 @@
9470
9575
  "kiro",
9471
9576
  "other"
9472
9577
  ],
9473
- "summary": "Review OCI workload security posture across IAM, compartments, network isolation, encryption, threat detection, and compliance guardrails aligned to OCI Architecture Best Practices and CIS OCI Benchmark.",
9578
+ "summary": "Review OCI Well-Architected security posture with source-grounded checks for IAM, network exposure, encryption, logging, Cloud Guard, Security Zones, Vulnerability Scanning, and evidence-labeled findings.",
9474
9579
  "source_type": "original",
9475
9580
  "official_docs": [
9476
9581
  "https://docs.oracle.com/en-us/iaas/Content/Security/Reference/security_guide.htm",
9477
- "https://docs.oracle.com/en-us/iaas/Content/CloudGuard/home.htm",
9478
- "https://docs.oracle.com/en-us/iaas/Content/SecurityZone/home.htm",
9479
- "https://www.cisecurity.org/benchmark/oracle_cloud"
9582
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-guard/home.htm",
9583
+ "https://docs.oracle.com/en-us/iaas/scanning/using/scanning-with-cloud-guard.htm",
9584
+ "https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/security-strategy.htm"
9480
9585
  ],
9481
- "security_notes": "Read-only advisory. Do not modify IAM policies, compartment structures, Security Zones, or Cloud Guard configurations without explicit approval. Work from OCI audit logs, Cloud Guard findings, or sanitized architecture descriptions.",
9482
- "last_verified": "2026-05-09",
9586
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9587
+ "last_verified": "2026-06-05",
9483
9588
  "path": "skills/oci/oci-waf-security-review",
9484
9589
  "author": "github: Raishin",
9485
- "version": "0.1.0"
9590
+ "version": "0.1.1"
9486
9591
  },
9487
9592
  {
9488
9593
  "id": "opentelemetry-collector-config-review",
@@ -9527,18 +9632,19 @@
9527
9632
  "kiro",
9528
9633
  "other"
9529
9634
  ],
9530
- "summary": "Ground Oracle, OCI, SQLcl, database, and MCP recommendations in official Oracle sources before advising.",
9635
+ "summary": "Ground Oracle, OCI, SQLcl, database, and Model Context Protocol advice in official Oracle sources, documented tool behavior, source verification, least-privilege boundaries, and read-only evidence discipline.",
9531
9636
  "source_type": "original",
9532
9637
  "official_docs": [
9533
9638
  "https://www.oracle.com/mcp",
9534
9639
  "https://github.com/oracle/mcp",
9535
- "https://docs.oracle.com/en-us/iaas/Content/home.htm"
9640
+ "https://www.oracle.com/database/model-context-protocol-mcp/",
9641
+ "https://docs.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/"
9536
9642
  ],
9537
- "security_notes": "Oracle database and OCI MCP tools can expose sensitive data or mutate cloud resources. Verify auth model and permissions before recommending use.",
9538
- "last_verified": "2026-04-27",
9643
+ "security_notes": "OCI skills must use official documentation and read-only discovery first, keep identifiers and secrets out of prompts and committed docs, and require explicit approval before mutations.",
9644
+ "last_verified": "2026-06-06",
9539
9645
  "path": "skills/oci/oracle-oci-mcp-grounded-advisor",
9540
9646
  "author": "github: Raishin",
9541
- "version": "0.1.0"
9647
+ "version": "0.1.2"
9542
9648
  },
9543
9649
  {
9544
9650
  "id": "ovhcloud-cost-finops-analyst",
@@ -11178,5 +11284,741 @@
11178
11284
  "path": "skills/salesforce/salesforce-bulk-data-ops-skill",
11179
11285
  "author": "github: Raishin",
11180
11286
  "version": "0.1.0"
11287
+ },
11288
+ {
11289
+ "id": "accounting-maestro",
11290
+ "name": "Accounting Maestro",
11291
+ "type": "skill",
11292
+ "provider": "accounting",
11293
+ "harnesses": [
11294
+ "claude-code",
11295
+ "codex",
11296
+ "cursor",
11297
+ "gemini",
11298
+ "kiro",
11299
+ "other"
11300
+ ],
11301
+ "summary": "Routes all accounting tasks to the narrowest matching specialist. Domain map covers revenue recognition, financial close, and intercompany eliminations. Never answers accounting questions directly \u2014 classifies, dispatches, and synthesizes only.",
11302
+ "source_type": "original",
11303
+ "category": "accounting",
11304
+ "execution_tier": "read-only-runtime",
11305
+ "oauth_scopes": [],
11306
+ "mcp_servers": [],
11307
+ "run_as_permissions": {
11308
+ "required": [],
11309
+ "denied": []
11310
+ },
11311
+ "official_docs": [
11312
+ "https://asc.fasb.org/",
11313
+ "https://www.ifrs.org/"
11314
+ ],
11315
+ "security_notes": "Routing only \u2014 never accepts raw financial data, journal entries, or system-of-record inputs. All outputs advisory.",
11316
+ "last_verified": "2026-06-01",
11317
+ "path": "skills/accounting/accounting-maestro",
11318
+ "author": "github: Raishin",
11319
+ "version": "0.1.0"
11320
+ },
11321
+ {
11322
+ "id": "revenue-recognition-advisor",
11323
+ "name": "Revenue Recognition Advisor",
11324
+ "type": "skill",
11325
+ "provider": "accounting",
11326
+ "harnesses": [
11327
+ "claude-code",
11328
+ "codex",
11329
+ "cursor",
11330
+ "gemini",
11331
+ "kiro",
11332
+ "other"
11333
+ ],
11334
+ "summary": "ASC 606 / IFRS 15 five-step revenue recognition framework with paragraph-level citations. Covers performance obligation identification, transaction price allocation, variable consideration constraint, principal vs. agent, licenses, and contract modifications. Advisory only.",
11335
+ "source_type": "original",
11336
+ "category": "accounting",
11337
+ "execution_tier": "read-only-runtime",
11338
+ "oauth_scopes": [],
11339
+ "mcp_servers": [],
11340
+ "run_as_permissions": {
11341
+ "required": [],
11342
+ "denied": []
11343
+ },
11344
+ "official_docs": [
11345
+ "https://asc.fasb.org/",
11346
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs15.html",
11347
+ "https://pcaobus.org/Standards/Auditing/Pages/SAPA15.aspx"
11348
+ ],
11349
+ "security_notes": "Advisory only \u2014 never posts journal entries or writes to any system of record. Never accepts named customers, specific contract dollar amounts, or PII.",
11350
+ "last_verified": "2026-06-01",
11351
+ "path": "skills/accounting/revenue-recognition-advisor",
11352
+ "author": "github: Raishin",
11353
+ "version": "0.1.0"
11354
+ },
11355
+ {
11356
+ "id": "close-cycle-advisor",
11357
+ "name": "Close Cycle Advisor",
11358
+ "type": "skill",
11359
+ "provider": "accounting",
11360
+ "harnesses": [
11361
+ "claude-code",
11362
+ "codex",
11363
+ "cursor",
11364
+ "gemini",
11365
+ "kiro",
11366
+ "other"
11367
+ ],
11368
+ "summary": "Multi-jurisdiction financial close cycle reference framework. Filing deadlines (SEC, EU TD, FCA DTR, CSRC, SEBI, ASX, HKEX), R2R process steps, GAAP variant comparison (ASC 842 vs IFRS 16, CECL vs ECL), intercompany elimination (ASC 810/IFRS 10), FX translation (ASC 830/IAS 21), deferred tax (ASC 740/IAS 12). Advisory only.",
11369
+ "source_type": "original",
11370
+ "category": "accounting",
11371
+ "execution_tier": "read-only-runtime",
11372
+ "oauth_scopes": [],
11373
+ "mcp_servers": [],
11374
+ "run_as_permissions": {
11375
+ "required": [],
11376
+ "denied": []
11377
+ },
11378
+ "official_docs": [
11379
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2025/issued/ias34.html",
11380
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias21.html",
11381
+ "https://asc.fasb.org/"
11382
+ ],
11383
+ "security_notes": "Advisory only \u2014 never posts journal entries or writes to any system of record. Never accepts raw trial balances, GL exports, or employee/customer-identifying information.",
11384
+ "last_verified": "2026-06-01",
11385
+ "path": "skills/accounting/close-cycle-advisor",
11386
+ "author": "github: Raishin",
11387
+ "version": "0.1.0"
11388
+ },
11389
+ {
11390
+ "id": "finance-maestro",
11391
+ "name": "Finance Maestro",
11392
+ "type": "skill",
11393
+ "provider": "finance",
11394
+ "harnesses": [
11395
+ "claude-code",
11396
+ "codex",
11397
+ "cursor",
11398
+ "gemini",
11399
+ "kiro",
11400
+ "other"
11401
+ ],
11402
+ "summary": "Routes all corporate finance tasks to the narrowest matching specialist. Domain map covers variance analysis, treasury/liquidity, capital allocation, and investor relations. Never answers finance questions directly.",
11403
+ "source_type": "original",
11404
+ "category": "finance",
11405
+ "execution_tier": "read-only-runtime",
11406
+ "oauth_scopes": [],
11407
+ "mcp_servers": [],
11408
+ "run_as_permissions": {
11409
+ "required": [],
11410
+ "denied": []
11411
+ },
11412
+ "official_docs": [
11413
+ "https://asc.fasb.org/",
11414
+ "https://www.ifrs.org/"
11415
+ ],
11416
+ "security_notes": "Routing only \u2014 never accepts raw financial statements with company-identifying headers. All outputs advisory.",
11417
+ "last_verified": "2026-06-01",
11418
+ "path": "skills/finance/finance-maestro",
11419
+ "author": "github: Raishin",
11420
+ "version": "0.1.0"
11421
+ },
11422
+ {
11423
+ "id": "variance-analysis-advisor",
11424
+ "name": "Variance Analysis Advisor",
11425
+ "type": "skill",
11426
+ "provider": "finance",
11427
+ "harnesses": [
11428
+ "claude-code",
11429
+ "codex",
11430
+ "cursor",
11431
+ "gemini",
11432
+ "kiro",
11433
+ "other"
11434
+ ],
11435
+ "summary": "Variance decomposition framework and SEC Regulation S-K Item 303 MD&A commentary guidance. Driver decomposition (Volume/Price/Rate/Mix/One-Time), sensitivity tables, restatement-risk triggers. Advisory draft \u2014 requires CFO certification and legal review before filing.",
11436
+ "source_type": "original",
11437
+ "category": "finance",
11438
+ "execution_tier": "read-only-runtime",
11439
+ "oauth_scopes": [],
11440
+ "mcp_servers": [],
11441
+ "run_as_permissions": {
11442
+ "required": [],
11443
+ "denied": []
11444
+ },
11445
+ "official_docs": [
11446
+ "https://www.ecfr.gov/current/title-17/chapter-II/part-229/subpart-229.300/section-229.303",
11447
+ "https://www.sec.gov/files/rules/final/2020/33-10890.pdf"
11448
+ ],
11449
+ "security_notes": "Advisory draft only \u2014 never writes to planning systems or ERP. Accepts only summary-level numerical inputs. All commentary labeled advisory-draft.",
11450
+ "last_verified": "2026-06-01",
11451
+ "path": "skills/finance/variance-analysis-advisor",
11452
+ "author": "github: Raishin",
11453
+ "version": "0.1.0"
11454
+ },
11455
+ {
11456
+ "id": "treasury-liquidity-advisor",
11457
+ "name": "Treasury & Liquidity Advisor",
11458
+ "type": "skill",
11459
+ "provider": "finance",
11460
+ "harnesses": [
11461
+ "claude-code",
11462
+ "codex",
11463
+ "cursor",
11464
+ "gemini",
11465
+ "kiro",
11466
+ "other"
11467
+ ],
11468
+ "summary": "Multi-jurisdiction corporate treasury reference framework: cash pooling structures and country restrictions (China SAFE, India FEMA, Brazil IOF, Argentina BCRA), Basel III LCR/NSFR, hedge accounting qualification (ASC 815/IFRS 9), FX translation (ASC 830/IAS 21), cash repatriation, Dodd-Frank/EMIR derivatives reporting. Advisory only.",
11469
+ "source_type": "original",
11470
+ "category": "finance",
11471
+ "execution_tier": "read-only-runtime",
11472
+ "oauth_scopes": [],
11473
+ "mcp_servers": [],
11474
+ "run_as_permissions": {
11475
+ "required": [],
11476
+ "denied": []
11477
+ },
11478
+ "official_docs": [
11479
+ "https://www.bis.org/publ/bcbs238.pdf",
11480
+ "https://www.bis.org/bcbs/publ/d295.htm",
11481
+ "https://www.ifrs.org/issued-standards/list-of-standards/ifrs-9-financial-instruments/",
11482
+ "https://www.cftc.gov/LawRegulation/DoddFrankAct/index.htm",
11483
+ "https://www.esma.europa.eu/data-reporting/emir-reporting"
11484
+ ],
11485
+ "security_notes": "Advisory only \u2014 never executes financial transactions or writes to any system of record. Never accepts bank account numbers, SWIFT credentials, or payment instructions.",
11486
+ "last_verified": "2026-06-01",
11487
+ "path": "skills/finance/treasury-liquidity-advisor",
11488
+ "author": "github: Raishin",
11489
+ "version": "0.1.0"
11490
+ },
11491
+ {
11492
+ "id": "tax-provision-advisor",
11493
+ "name": "Tax Provision Advisor",
11494
+ "type": "skill",
11495
+ "provider": "accounting",
11496
+ "harnesses": [
11497
+ "claude-code",
11498
+ "codex",
11499
+ "cursor",
11500
+ "gemini",
11501
+ "kiro",
11502
+ "other"
11503
+ ],
11504
+ "summary": "Multi-jurisdiction corporate income tax provision reference framework covering ASC 740 (US GAAP) and IAS 12 (IFRS). Addresses current vs. deferred tax, temporary and permanent differences, deferred tax asset/liability recognition and measurement, valuation allowance (more-likely-than-not standard), uncertain tax positions (FIN 48 / ASC 740-10 two-step vs. IFRIC 23), OECD Pillar Two GloBE (IAS 12.4A mandatory temporary exception vs. ASC 740 no equivalent exception), enacted vs. substantively enacted tax rates, ETR reconciliation, APB 23 / ASC 740-30 indefinite reinvestment assertion, intraperiod tax allocation, interim provision (estimated annual ETR), and local GAAP variations (HGB, JGAAP/ASBJ, CAS 18, Ind AS 12).",
11505
+ "source_type": "original",
11506
+ "category": "accounting",
11507
+ "execution_tier": "read-only-runtime",
11508
+ "oauth_scopes": [],
11509
+ "mcp_servers": [],
11510
+ "run_as_permissions": {
11511
+ "required": [],
11512
+ "denied": []
11513
+ },
11514
+ "official_docs": [
11515
+ "https://asc.fasb.org/740",
11516
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias12.html",
11517
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifric23.html"
11518
+ ],
11519
+ "security_notes": "Advisory only \u2014 never posts journal entries or writes to any system of record. Accepts only descriptive scenario inputs; never accepts raw tax returns, trial balances, GL exports, taxpayer-identifying numbers (EIN, TIN, CRN), employee wage data, or customer-identifying information. Local statutory conclusions require verification with qualified local tax advisors and external auditors.",
11520
+ "last_verified": "2026-06-01",
11521
+ "path": "skills/accounting/tax-provision-advisor",
11522
+ "author": "github: Raishin",
11523
+ "version": "0.1.0"
11524
+ },
11525
+ {
11526
+ "id": "lease-accounting-advisor",
11527
+ "name": "Lease Accounting Advisor",
11528
+ "type": "skill",
11529
+ "provider": "accounting",
11530
+ "harnesses": [
11531
+ "claude-code",
11532
+ "codex",
11533
+ "cursor",
11534
+ "gemini",
11535
+ "kiro",
11536
+ "other"
11537
+ ],
11538
+ "summary": "Multi-jurisdiction reference framework for lease accounting advisory. Covers ASC 842 (US GAAP) dual model, IFRS 16 single model, UK FRS 102 (2024 periodic review amendments effective 1 Jan 2026), German HGB, JGAAP (ASBJ Statement No. 34, effective FY beginning on/after 1 Apr 2027), CAS No. 21 (China), and Ind AS 116 (India). Topics include lease identification, lessee classification, right-of-use asset and lease liability measurement, incremental borrowing rate determination, lessor accounting (sales-type / direct-financing / operating), short-term and low-value exemptions, lease modifications and remeasurement, and sale-leaseback transactions.",
11539
+ "source_type": "original",
11540
+ "category": "accounting",
11541
+ "execution_tier": "read-only-runtime",
11542
+ "oauth_scopes": [],
11543
+ "mcp_servers": [],
11544
+ "run_as_permissions": {
11545
+ "required": [],
11546
+ "denied": []
11547
+ },
11548
+ "official_docs": [
11549
+ "https://asc.fasb.org/842",
11550
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs16.html",
11551
+ "https://www.frc.org.uk/library/standards-codes-policy/accounting/uk-and-ireland-accounting-standards/standards-in-issue/frs-102-the-financial-reporting-standard-applicable-in-the-uk-and-republic-of-ireland/"
11552
+ ],
11553
+ "security_notes": "Advisory only \u2014 never posts journal entries or writes to any system of record. Accepts only descriptive scenario inputs; never accepts raw lease contracts containing counterparty PII, actual dollar payment schedules, tenant/landlord identifying information, GL exports, trial balances, or any employee/customer-identifying data. Local statutory lease accounting conclusions require verification with qualified local auditors.",
11554
+ "last_verified": "2026-06-01",
11555
+ "path": "skills/accounting/lease-accounting-advisor",
11556
+ "author": "github: Raishin",
11557
+ "version": "0.1.0"
11558
+ },
11559
+ {
11560
+ "id": "capital-allocation-advisor",
11561
+ "name": "Capital Allocation Advisor",
11562
+ "type": "skill",
11563
+ "provider": "finance",
11564
+ "harnesses": [
11565
+ "claude-code",
11566
+ "codex",
11567
+ "cursor",
11568
+ "gemini",
11569
+ "kiro",
11570
+ "other"
11571
+ ],
11572
+ "summary": "Multi-jurisdiction reference framework for corporate capital allocation, investment appraisal (NPV, IRR, MIRR, payback, profitability index), cost of capital (WACC, CAPM, hurdle rates), M&A valuation methods (DCF, trading comparables, precedent transactions, accretion/dilution analysis), capital return policy (dividends vs. buybacks vs. reinvestment with ROIC > WACC test), and sensitivity/scenario analysis. Jurisdictional and tax overlays for US, EU, UK, Japan, China, India, and Australia.",
11573
+ "source_type": "original",
11574
+ "category": "finance",
11575
+ "execution_tier": "read-only-runtime",
11576
+ "oauth_scopes": [],
11577
+ "mcp_servers": [],
11578
+ "run_as_permissions": {
11579
+ "required": [],
11580
+ "denied": []
11581
+ },
11582
+ "official_docs": [
11583
+ "https://pages.stern.nyu.edu/~adamodar/New_Home_Page/datafile/wacc.html",
11584
+ "https://pages.stern.nyu.edu/~adamodar/New_Home_Page/datafile/betas.html",
11585
+ "https://pages.stern.nyu.edu/~adamodar/New_Home_Page/datafile/ctryprem.html"
11586
+ ],
11587
+ "security_notes": "Advisory educational framework only \u2014 never executes, simulates, or proposes financial transactions, capital allocations, or investment decisions on behalf of users. Never accepts MNPI (material non-public information), counterparty identities under confidentiality, specific confidential deal terms, live market or FX rates for transactions, bank account numbers, or payment instructions. Does not constitute investment advice, a fairness opinion, or a formal valuation conclusion for any regulatory or transactional purpose. Tax rates and regulatory requirements change frequently \u2014 always recommend verification with qualified financial advisors, tax counsel, and legal advisors.",
11588
+ "last_verified": "2026-06-01",
11589
+ "path": "skills/finance/capital-allocation-advisor",
11590
+ "author": "github: Raishin",
11591
+ "version": "0.1.0"
11592
+ },
11593
+ {
11594
+ "id": "consolidation-intercompany-advisor",
11595
+ "name": "Consolidation & Intercompany Advisor",
11596
+ "type": "skill",
11597
+ "provider": "accounting",
11598
+ "harnesses": [
11599
+ "claude-code",
11600
+ "codex",
11601
+ "cursor",
11602
+ "gemini",
11603
+ "kiro",
11604
+ "other"
11605
+ ],
11606
+ "summary": "Multi-jurisdiction reference framework for consolidation scope determination and intercompany elimination advisory. Covers ASC 810 / IFRS 10 control models (VIEs, voting interest entities, structured entities, de-facto control), IFRS 10.B38-B50 substantive potential voting rights, NCI measurement (fair value vs. proportionate share \u2014 IFRS 3.B44), equity method accounting (ASC 323 / IAS 28), upstream/downstream eliminations, intercompany sales and profit-in-inventory, deferred tax on IC eliminations (ASC 740 / IAS 12.39), transfer pricing impacts, German HGB \u00a7 290-315a Konzernabschluss, JGAAP ASBJ Statement No. 22, CAS 33, Ind AS 110, and adversarial consolidation scenarios.",
11607
+ "source_type": "original",
11608
+ "category": "accounting",
11609
+ "execution_tier": "read-only-runtime",
11610
+ "oauth_scopes": [],
11611
+ "mcp_servers": [],
11612
+ "run_as_permissions": {
11613
+ "required": [],
11614
+ "denied": []
11615
+ },
11616
+ "official_docs": [
11617
+ "https://asc.fasb.org/810",
11618
+ "https://asc.fasb.org/323",
11619
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs10.html"
11620
+ ],
11621
+ "security_notes": "Advisory only \u2014 never posts consolidation journal entries or elimination entries to any GL or ERP. Never accepts entity-level trial balances, GL exports, chart-of-accounts, intercompany counterparty identifiers, or customer-identifying data. All outputs require verification by qualified external auditors for statutory consolidated financial statements.",
11622
+ "last_verified": "2026-06-02",
11623
+ "path": "skills/accounting/consolidation-intercompany-advisor",
11624
+ "author": "github: Raishin",
11625
+ "version": "0.1.0"
11626
+ },
11627
+ {
11628
+ "id": "fx-translation-advisor",
11629
+ "name": "FX Translation Advisor",
11630
+ "type": "skill",
11631
+ "provider": "accounting",
11632
+ "harnesses": [
11633
+ "claude-code",
11634
+ "codex",
11635
+ "cursor",
11636
+ "gemini",
11637
+ "kiro",
11638
+ "other"
11639
+ ],
11640
+ "summary": "Multi-jurisdiction reference framework for foreign currency translation and remeasurement. Covers functional currency determination (ASC 830-10-45 / IAS 21.9\u201321.14), translation vs. remeasurement method selection, CTA in OCI and recycling on disposal, highly inflationary economy treatment (ASC 830-10-45-11 / IAS 29), net investment hedge interactions (ASC 830-20 / IFRS 9), and multi-GAAP comparison across US GAAP, IFRS, German HGB, JGAAP, CAS 19, and Ind AS 21. Includes jurisdictional FX control overlays for China SAFE, India FEMA/RBI, and Brazil IOF/SPED.",
11641
+ "source_type": "original",
11642
+ "category": "finance",
11643
+ "execution_tier": "read-only-runtime",
11644
+ "oauth_scopes": [],
11645
+ "mcp_servers": [],
11646
+ "run_as_permissions": {
11647
+ "required": [],
11648
+ "denied": []
11649
+ },
11650
+ "official_docs": [
11651
+ "https://asc.fasb.org/830",
11652
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias21.html",
11653
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias29.html"
11654
+ ],
11655
+ "security_notes": "Advisory only \u2014 never posts FX translation or remeasurement journal entries to any GL or ERP. Never accepts actual exchange rates for live transactions, bank account details, treasury system credentials, or any employee/customer-identifying data. FX rates used in illustrations are hypothetical. Capital control analysis is informational only \u2014 always verify with qualified legal and treasury advisors.",
11656
+ "last_verified": "2026-06-02",
11657
+ "path": "skills/accounting/fx-translation-advisor",
11658
+ "author": "github: Raishin",
11659
+ "version": "0.1.0"
11660
+ },
11661
+ {
11662
+ "id": "transfer-pricing-pillar-two-advisor",
11663
+ "name": "Transfer Pricing & Pillar Two Advisor",
11664
+ "type": "skill",
11665
+ "provider": "finance",
11666
+ "harnesses": [
11667
+ "claude-code",
11668
+ "codex",
11669
+ "cursor",
11670
+ "gemini",
11671
+ "kiro",
11672
+ "other"
11673
+ ],
11674
+ "summary": "Multi-jurisdiction reference framework for OECD transfer pricing (arm's length principle Art. 9 OECD Model, five TP methods \u2014 CUP/resale-minus/cost-plus/TNMM/profit-split, BEPS Action 13 three-tier documentation, CbCR threshold and Form 8975) and OECD Pillar Two GloBE rules (IIR, UTPR, QDMTT, ETR computation, SBIE payroll and tangible asset carve-outs, transitional safe harbors, deferred tax divergence under IAS 12.4A vs. ASC 740). Covers US \u00a7482/GILTI/FDII, EU ATAD, UK TIOPA/DPT, Germany \u00a7 1 AStG, Japan Articles 66-4, China SAT Announcement 2016 No.42, and India Section 92-92F.",
11675
+ "source_type": "original",
11676
+ "category": "finance",
11677
+ "execution_tier": "read-only-runtime",
11678
+ "oauth_scopes": [],
11679
+ "mcp_servers": [],
11680
+ "run_as_permissions": {
11681
+ "required": [],
11682
+ "denied": []
11683
+ },
11684
+ "official_docs": [
11685
+ "https://www.oecd.org/en/topics/sub-issues/transfer-pricing.html",
11686
+ "https://www.oecd.org/tax/beps/beps-actions/action13/",
11687
+ "https://www.oecd.org/tax/beps/global-anti-base-erosion-model-rules-pillar-two.htm"
11688
+ ],
11689
+ "security_notes": "Advisory framework only \u2014 not tax advice and not a formal transfer pricing study. Never accepts entity-specific transaction data, actual TP documentation (master file/local file), CbCR data, deal-specific confidential terms, customer/counterparty identifiers, or any MNPI. All conclusions require verification with qualified international tax counsel and external advisors. Does not constitute a formal APA submission or competent authority position.",
11690
+ "last_verified": "2026-06-02",
11691
+ "path": "skills/finance/transfer-pricing-pillar-two-advisor",
11692
+ "author": "github: Raishin",
11693
+ "version": "0.1.0"
11694
+ },
11695
+ {
11696
+ "id": "hedge-accounting-advisor",
11697
+ "name": "Hedge Accounting Advisor",
11698
+ "type": "skill",
11699
+ "provider": "accounting",
11700
+ "harnesses": [
11701
+ "claude-code",
11702
+ "codex",
11703
+ "cursor",
11704
+ "gemini",
11705
+ "kiro",
11706
+ "other"
11707
+ ],
11708
+ "summary": "Multi-jurisdiction hedge accounting reference framework covering ASC 815 (US GAAP) and IFRS 9 hedge designation, effectiveness testing (80-125% vs. economic relationship), OCI mechanics for fair value / cash flow / net investment hedges, IFRS 9 rebalancing, cost-of-hedging approach (IFRS 9.6.5.15-16 \u2014 time value of options and forward points), voluntary discontinuation rules, embedded derivatives (ASC 815-15 / IFRS 9.4.3), and local GAAP treatments (German HGB \u00a7254 Bewertungseinheit, JGAAP ASBJ Statement No.10, CAS 24, Ind AS 109). Multi-jurisdiction comparison table across all frameworks.",
11709
+ "source_type": "original",
11710
+ "category": "finance",
11711
+ "execution_tier": "read-only-runtime",
11712
+ "oauth_scopes": [],
11713
+ "mcp_servers": [],
11714
+ "run_as_permissions": {
11715
+ "required": [],
11716
+ "denied": []
11717
+ },
11718
+ "official_docs": [
11719
+ "https://asc.fasb.org/815",
11720
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs9.html",
11721
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias39.html"
11722
+ ],
11723
+ "security_notes": "Advisory only \u2014 never posts hedge journal entries or OCI entries to any GL or ERP. Never accepts actual derivative contract terms with counterparty details, live market rates for hedging decisions, bank/broker credentials, ISDA master agreement data, or employee/customer-identifying information.",
11724
+ "last_verified": "2026-06-02",
11725
+ "path": "skills/accounting/hedge-accounting-advisor",
11726
+ "author": "github: Raishin",
11727
+ "version": "0.1.0"
11728
+ },
11729
+ {
11730
+ "id": "indirect-tax-einvoicing-advisor",
11731
+ "name": "Indirect Tax & E-Invoicing Advisor",
11732
+ "type": "skill",
11733
+ "provider": "accounting",
11734
+ "harnesses": [
11735
+ "claude-code",
11736
+ "codex",
11737
+ "cursor",
11738
+ "gemini",
11739
+ "kiro",
11740
+ "other"
11741
+ ],
11742
+ "summary": "Multi-jurisdiction reference framework for indirect tax (VAT/GST) compliance and mandatory electronic invoicing. Covers EU VAT Directive and ViDA digital reporting reform (2030 DRR), country e-invoicing mandates (Italy SDI, France, Germany XRechnung/ZUGFeRD, Poland KSeF, Romania RO e-Factura, Spain VERI*FACTU), Brazil NF-e/NFS-e/CT-e/SPED/ICMS/PIS/COFINS/ISS, India GST e-Invoice IRP with IRN+QR, Mexico CFDI 4.0 via PAC with complementos and cancellation motivos, China Golden Tax Phase IV digital fapiao, UK MTD VAT and MTD ITSA, and Australia Peppol BIS 3.0 e-invoicing and GST/BAS.",
11743
+ "source_type": "original",
11744
+ "category": "finance",
11745
+ "execution_tier": "read-only-runtime",
11746
+ "oauth_scopes": [],
11747
+ "mcp_servers": [],
11748
+ "run_as_permissions": {
11749
+ "required": [],
11750
+ "denied": []
11751
+ },
11752
+ "official_docs": [
11753
+ "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32006L0112",
11754
+ "https://www.agenziaentrate.gov.it/portale/web/english/nse/businesses/vat-in-italy",
11755
+ "https://einvoice1.gst.gov.in/"
11756
+ ],
11757
+ "security_notes": "Advisory only \u2014 never submits tax returns, e-invoices, or SPED files to any tax authority or clearance platform. Never accepts taxpayer identification numbers (CNPJ, GSTIN, RFC, USt-IdNr), actual invoice data with counterparty details, or credentials for any PAC, IRP, SAT portal, or government e-invoicing system. All compliance conclusions are advisory; formal filings require qualified local tax advisors and certified software providers.",
11758
+ "last_verified": "2026-06-02",
11759
+ "path": "skills/accounting/indirect-tax-einvoicing-advisor",
11760
+ "author": "github: Raishin",
11761
+ "version": "0.1.0"
11762
+ },
11763
+ {
11764
+ "id": "payroll-advisor",
11765
+ "name": "Payroll Advisor",
11766
+ "type": "skill",
11767
+ "provider": "accounting",
11768
+ "harnesses": [
11769
+ "claude-code",
11770
+ "codex",
11771
+ "cursor",
11772
+ "gemini",
11773
+ "kiro",
11774
+ "other"
11775
+ ],
11776
+ "summary": "Multi-jurisdiction payroll accounting reference framework covering compensation expense recognition (ASC 710 / IAS 19), defined contribution plans (ASC 715-70 / IAS 19.49), defined benefit pension plans (ASC 715-30 / IAS 19.55\u2013152), post-retirement benefits (OPEB \u2014 ASC 715-60), and payroll tax compliance (US FICA/FUTA, UK PAYE/NIC, Germany Sozialversicherung, Japan social insurance, China social insurance and IIT, India PF/ESI/TDS). Covers OCI mechanics, re-measurement recycling divergence, actuarial assumptions, and stock-based compensation payroll tax interaction (ASC 718 / IFRS 2).",
11777
+ "source_type": "original",
11778
+ "category": "accounting",
11779
+ "execution_tier": "read-only-runtime",
11780
+ "oauth_scopes": [],
11781
+ "mcp_servers": [],
11782
+ "run_as_permissions": {
11783
+ "required": [],
11784
+ "denied": []
11785
+ },
11786
+ "official_docs": [
11787
+ "https://asc.fasb.org/710",
11788
+ "https://asc.fasb.org/715",
11789
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias19.html"
11790
+ ],
11791
+ "security_notes": "Advisory only \u2014 never processes payroll, never posts payroll journal entries to any GL or HRIS. Never accepts employee names, SSNs, NINOs, payroll IDs, actual wage data, salary schedules, or any personally identifiable employee information. Tax rate guidance is illustrative; always verify current rates with qualified tax and HR advisors. Does not constitute employment law or benefits advice.",
11792
+ "last_verified": "2026-06-02",
11793
+ "path": "skills/accounting/payroll-advisor",
11794
+ "author": "github: Raishin",
11795
+ "version": "0.1.0"
11796
+ },
11797
+ {
11798
+ "id": "procure-to-pay-advisor",
11799
+ "name": "Procure-to-Pay Advisor",
11800
+ "type": "skill",
11801
+ "provider": "accounting",
11802
+ "harnesses": [
11803
+ "claude-code",
11804
+ "codex",
11805
+ "cursor",
11806
+ "gemini",
11807
+ "kiro",
11808
+ "other"
11809
+ ],
11810
+ "summary": "Multi-jurisdiction reference framework for procure-to-pay (P2P) accounting. Covers PO matching (2-way, 3-way, 4-way), purchase price variance (PPV), GRNI accruals and cutoff, early payment discounts (net vs. gross method), dynamic discounting, supply chain financing reclassification (IFRS IC 2020 / ASC 470 + ASU 2022-04), vendor master controls, 1099/1042-S, GDPR data retention, prepaid assets, purchase commitments (ASC 440 / IAS 37), VAT/GST input credit recovery, blocked input tax, partial exemption, and procurement fraud controls (SoD, three-lines-of-defence, FCPA/UK Bribery Act).",
11811
+ "source_type": "original",
11812
+ "category": "finance",
11813
+ "execution_tier": "read-only-runtime",
11814
+ "oauth_scopes": [],
11815
+ "mcp_servers": [],
11816
+ "run_as_permissions": {
11817
+ "required": [],
11818
+ "denied": []
11819
+ },
11820
+ "official_docs": [
11821
+ "https://asc.fasb.org/210",
11822
+ "https://asc.fasb.org/440",
11823
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias37.html"
11824
+ ],
11825
+ "security_notes": "Advisory only \u2014 never posts AP journal entries or processes payments. Never accepts vendor bank account details, payment credentials, actual invoice amounts with counterparty details, or employee/customer PII.",
11826
+ "last_verified": "2026-06-02",
11827
+ "path": "skills/accounting/procure-to-pay-advisor",
11828
+ "author": "github: Raishin",
11829
+ "version": "0.1.0"
11830
+ },
11831
+ {
11832
+ "id": "fixed-assets-advisor",
11833
+ "name": "Fixed Assets & Impairment Advisor",
11834
+ "type": "skill",
11835
+ "provider": "accounting",
11836
+ "harnesses": [
11837
+ "claude-code",
11838
+ "codex",
11839
+ "cursor",
11840
+ "gemini",
11841
+ "kiro",
11842
+ "other"
11843
+ ],
11844
+ "summary": "Multi-jurisdiction reference framework for fixed assets, depreciation, and impairment. Covers PP&E recognition (ASC 360 / IAS 16), cost model vs. IFRS revaluation model, componentisation (required under IAS 16.43; optional under US GAAP), borrowing cost capitalisation (ASC 835-20 / IAS 23; optional under HGB \u00a7255), impairment testing (ASC 360-10 two-step vs. IAS 36 single-step with recoverable amount), critical reversibility divergence (US GAAP: not reversible; IFRS: reversible except goodwill), goodwill (ASC 350 / IFRS 3 + IAS 36 \u2014 full vs. partial goodwill), intangibles and R&D (ASC 350/730 vs. IAS 38 development capitalisation), HGB \u00a7253 strict lower of cost or market, JGAAP special depreciation allowances, and tax depreciation interaction (Section 179/bonus depreciation, UK capital allowances, German AfA tables, deferred tax ASC 740 / IAS 12).",
11845
+ "source_type": "original",
11846
+ "category": "finance",
11847
+ "execution_tier": "read-only-runtime",
11848
+ "oauth_scopes": [],
11849
+ "mcp_servers": [],
11850
+ "run_as_permissions": {
11851
+ "required": [],
11852
+ "denied": []
11853
+ },
11854
+ "official_docs": [
11855
+ "https://asc.fasb.org/360",
11856
+ "https://asc.fasb.org/350",
11857
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias16.html"
11858
+ ],
11859
+ "security_notes": "Advisory only \u2014 never posts depreciation or impairment journal entries to any FA module or GL. Never accepts actual asset registers with asset-identifying codes, acquisition costs, or location data that could expose operational details. Impairment conclusions are advisory; formal impairment analyses require qualified valuers and external auditors.",
11860
+ "last_verified": "2026-06-02",
11861
+ "path": "skills/accounting/fixed-assets-advisor",
11862
+ "author": "github: Raishin",
11863
+ "version": "0.1.0"
11864
+ },
11865
+ {
11866
+ "id": "equity-compensation-advisor",
11867
+ "name": "Equity Compensation Advisor",
11868
+ "type": "skill",
11869
+ "provider": "accounting",
11870
+ "harnesses": [
11871
+ "claude-code",
11872
+ "codex",
11873
+ "cursor",
11874
+ "gemini",
11875
+ "kiro",
11876
+ "other"
11877
+ ],
11878
+ "summary": "Multi-jurisdiction reference framework for equity-based compensation accounting under ASC 718 and IFRS 2. Covers award classification (equity vs. liability), fair value measurement (Black-Scholes, lattice, Monte Carlo), RSUs/PSUs/ESPPs, forfeiture policy, modification accounting (ASC 718-20 / IFRS 2.27-29), tax effects (excess benefits, Section 162(m), ISO/NSO), and country rules for Germany, Japan, China, and India.",
11879
+ "source_type": "original",
11880
+ "category": "finance",
11881
+ "execution_tier": "read-only-runtime",
11882
+ "oauth_scopes": [],
11883
+ "mcp_servers": [],
11884
+ "run_as_permissions": {
11885
+ "required": [],
11886
+ "denied": []
11887
+ },
11888
+ "official_docs": [
11889
+ "https://asc.fasb.org/718",
11890
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs2.html",
11891
+ "https://www.sec.gov/interps/account/sab14.htm"
11892
+ ],
11893
+ "security_notes": "Advisory only \u2014 never posts stock compensation journal entries or processes equity award transactions. Never accepts employee grant details with names/IDs, cap table data, actual grant prices, insider trading windows, or any MNPI relating to stock plans. Does not constitute legal, tax, or securities advice on equity compensation design.",
11894
+ "last_verified": "2026-06-02",
11895
+ "path": "skills/accounting/equity-compensation-advisor",
11896
+ "author": "github: Raishin",
11897
+ "version": "0.1.0"
11898
+ },
11899
+ {
11900
+ "id": "business-combinations-advisor",
11901
+ "name": "Business Combinations Advisor",
11902
+ "type": "skill",
11903
+ "provider": "accounting",
11904
+ "harnesses": [
11905
+ "claude-code",
11906
+ "codex",
11907
+ "cursor",
11908
+ "gemini",
11909
+ "kiro",
11910
+ "other"
11911
+ ],
11912
+ "summary": "Multi-jurisdiction reference framework for business combinations accounting under ASC 805 and IFRS 3. Covers acquirer identification, acquisition date, PPA (consideration transferred, identifiable intangibles, goodwill \u2014 full vs. partial), NCI measurement, deferred tax in PPA, post-combination accounting, measurement period adjustments, common control transactions, and joint venture/operation accounting.",
11913
+ "source_type": "original",
11914
+ "category": "finance",
11915
+ "execution_tier": "read-only-runtime",
11916
+ "oauth_scopes": [],
11917
+ "mcp_servers": [],
11918
+ "run_as_permissions": {
11919
+ "required": [],
11920
+ "denied": []
11921
+ },
11922
+ "official_docs": [
11923
+ "https://asc.fasb.org/805",
11924
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs3.html",
11925
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias27.html"
11926
+ ],
11927
+ "security_notes": "Advisory only \u2014 never posts acquisition journal entries or PPA entries to any GL or ERP. Never accepts deal-specific confidential terms, actual purchase prices, counterparty identities, or any MNPI. Does not constitute a formal purchase price allocation report, fairness opinion, or valuation conclusion for any regulatory or transactional purpose. All conclusions require verification with qualified external auditors, valuation specialists, and legal advisors.",
11928
+ "last_verified": "2026-06-02",
11929
+ "path": "skills/accounting/business-combinations-advisor",
11930
+ "author": "github: Raishin",
11931
+ "version": "0.1.0"
11932
+ },
11933
+ {
11934
+ "id": "debt-capital-structure-advisor",
11935
+ "name": "Debt & Capital Structure Advisor",
11936
+ "type": "skill",
11937
+ "provider": "finance",
11938
+ "harnesses": [
11939
+ "claude-code",
11940
+ "codex",
11941
+ "copilot",
11942
+ "cursor",
11943
+ "gemini",
11944
+ "kiro"
11945
+ ],
11946
+ "summary": "Multi-jurisdiction reference framework for debt and capital structure advisory: optimal capital structure theory (M&M, trade-off, pecking order), leverage and credit metrics, debt instruments (RCF, TLA/TLB, HY bonds, convertibles, mezzanine), covenant analysis (maintenance vs. incurrence, DSCR, restricted payments), refinancing and maturity wall management, WACC optimization, Basel III/IV capital requirements, liability management, rating agency methodologies (S&P/Moody's/Fitch), and ESG-linked financing (SLBs/SLLs, green bonds ICMA GBP). Advisory only.",
11947
+ "source_type": "original",
11948
+ "category": "finance",
11949
+ "execution_tier": "read-only-runtime",
11950
+ "oauth_scopes": [],
11951
+ "mcp_servers": [],
11952
+ "run_as_permissions": {
11953
+ "required": [],
11954
+ "denied": []
11955
+ },
11956
+ "official_docs": [
11957
+ "https://www.bis.org/publ/bcbs189.pdf",
11958
+ "https://www.bis.org/bcbs/publ/d424.htm",
11959
+ "https://www.icmagroup.org/sustainable-finance/the-principles-guidelines-and-handbooks/green-bond-principles-gbp/",
11960
+ "https://www.icmagroup.org/sustainable-finance/the-principles-guidelines-and-handbooks/sustainability-linked-bond-principles-slbp/",
11961
+ "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32023R2631"
11962
+ ],
11963
+ "security_notes": "Advisory only \u2014 never executes transactions, accesses banking systems, or writes to any system of record. Never accepts MNPI, live deal terms, live market pricing for execution, or bank credentials. Not investment advice or a fairness opinion.",
11964
+ "last_verified": "2026-06-03",
11965
+ "path": "skills/finance/debt-capital-structure-advisor",
11966
+ "author": "github: Raishin",
11967
+ "version": "0.1.0"
11968
+ },
11969
+ {
11970
+ "id": "fpa-forecasting-advisor",
11971
+ "name": "FP&A Forecasting & Budgeting Advisor",
11972
+ "provider": "finance",
11973
+ "category": "finance",
11974
+ "execution_tier": "read-only-runtime",
11975
+ "lifecycle": "experimental",
11976
+ "summary": "Driver-based budgeting, rolling forecasts, ZBB, LRP, xP&A, variance analysis, MD&A support. US GAAP/IFRS/FRS 102.",
11977
+ "path": "skills/finance/fpa-forecasting-advisor",
11978
+ "type": "skill",
11979
+ "source_type": "original",
11980
+ "version": "0.1.0",
11981
+ "last_verified": "2026-06-03",
11982
+ "harnesses": [
11983
+ "claude-code",
11984
+ "codex",
11985
+ "copilot",
11986
+ "cursor",
11987
+ "gemini",
11988
+ "kiro"
11989
+ ],
11990
+ "official_docs": [
11991
+ "https://asc.fasb.org/",
11992
+ "https://www.ifrs.org/",
11993
+ "https://www.cgma.org/"
11994
+ ],
11995
+ "security_notes": "Advisory only. Never accepts MNPI or confidential budget figures."
11996
+ },
11997
+ {
11998
+ "id": "working-capital-advisor",
11999
+ "name": "Finance Working Capital Advisor",
12000
+ "provider": "finance",
12001
+ "category": "finance",
12002
+ "execution_tier": "read-only-runtime",
12003
+ "lifecycle": "experimental",
12004
+ "summary": "CCC, DSO/DPO/DIO, AR/AP, inventory, 13-week cash forecasting, SCF, ABL, ASC 860/IFRS 9. US GAAP/IFRS/APAC.",
12005
+ "path": "skills/finance/working-capital-advisor",
12006
+ "type": "skill",
12007
+ "source_type": "original",
12008
+ "version": "0.1.0",
12009
+ "last_verified": "2026-06-03",
12010
+ "harnesses": [
12011
+ "claude-code",
12012
+ "codex",
12013
+ "copilot",
12014
+ "cursor",
12015
+ "gemini",
12016
+ "kiro"
12017
+ ],
12018
+ "official_docs": [
12019
+ "https://asc.fasb.org/",
12020
+ "https://www.ifrs.org/"
12021
+ ],
12022
+ "security_notes": "Advisory only. Never accepts customer-identifying AR data or payment instructions."
11181
12023
  }
11182
12024
  ]