@raishin/vanguard-frontier-agentic 2.7.1 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2104) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/.claude-plugin/plugin.json +23 -1
  3. package/.cursor-plugin/plugin.json +23 -1
  4. package/.github/plugin/marketplace.json +1 -1
  5. package/README.md +13 -12
  6. package/agents/accounting/AGENTS.md +33 -0
  7. package/agents/accounting/README.md +30 -0
  8. package/agents/accounting/accounting-business-combinations-advisor-agent/AGENT.md +70 -0
  9. package/agents/accounting/accounting-business-combinations-advisor-agent/PERMISSIONS.md +22 -0
  10. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/claude-code.agent.md +32 -0
  11. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/codex.toml +32 -0
  12. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/copilot.agent.md +29 -0
  13. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/cursor.agent.md +32 -0
  14. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/gemini.agent.md +32 -0
  15. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  16. package/agents/accounting/accounting-business-combinations-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  17. package/agents/accounting/accounting-business-combinations-advisor-agent/metadata.json +40 -0
  18. package/agents/accounting/accounting-close-cycle-advisor-agent/AGENT.md +70 -0
  19. package/agents/accounting/accounting-close-cycle-advisor-agent/PERMISSIONS.md +21 -0
  20. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/claude-code.agent.md +31 -0
  21. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/codex.toml +32 -0
  22. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/copilot.agent.md +29 -0
  23. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/cursor.agent.md +31 -0
  24. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/gemini.agent.md +31 -0
  25. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  26. package/agents/accounting/accounting-close-cycle-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  27. package/agents/accounting/accounting-close-cycle-advisor-agent/metadata.json +44 -0
  28. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/AGENT.md +70 -0
  29. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/PERMISSIONS.md +21 -0
  30. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/claude-code.agent.md +31 -0
  31. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/codex.toml +32 -0
  32. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/copilot.agent.md +29 -0
  33. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/cursor.agent.md +31 -0
  34. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/gemini.agent.md +31 -0
  35. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  36. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  37. package/agents/accounting/accounting-consolidation-intercompany-advisor-agent/metadata.json +43 -0
  38. package/agents/accounting/accounting-equity-compensation-advisor-agent/AGENT.md +70 -0
  39. package/agents/accounting/accounting-equity-compensation-advisor-agent/PERMISSIONS.md +22 -0
  40. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/claude-code.agent.md +32 -0
  41. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/codex.toml +32 -0
  42. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/copilot.agent.md +29 -0
  43. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/cursor.agent.md +32 -0
  44. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/gemini.agent.md +32 -0
  45. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  46. package/agents/accounting/accounting-equity-compensation-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  47. package/agents/accounting/accounting-equity-compensation-advisor-agent/metadata.json +40 -0
  48. package/agents/accounting/accounting-fixed-assets-advisor-agent/AGENT.md +71 -0
  49. package/agents/accounting/accounting-fixed-assets-advisor-agent/PERMISSIONS.md +21 -0
  50. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/claude-code.agent.md +33 -0
  51. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/codex.toml +34 -0
  52. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/copilot.agent.md +29 -0
  53. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/cursor.agent.md +33 -0
  54. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/gemini.agent.md +33 -0
  55. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  56. package/agents/accounting/accounting-fixed-assets-advisor-agent/harnesses/kiro-ide.agent.md +26 -0
  57. package/agents/accounting/accounting-fixed-assets-advisor-agent/metadata.json +41 -0
  58. package/agents/accounting/accounting-fx-translation-advisor-agent/AGENT.md +72 -0
  59. package/agents/accounting/accounting-fx-translation-advisor-agent/PERMISSIONS.md +22 -0
  60. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/claude-code.agent.md +32 -0
  61. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/codex.toml +34 -0
  62. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/copilot.agent.md +29 -0
  63. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/cursor.agent.md +32 -0
  64. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/gemini.agent.md +32 -0
  65. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  66. package/agents/accounting/accounting-fx-translation-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  67. package/agents/accounting/accounting-fx-translation-advisor-agent/metadata.json +43 -0
  68. package/agents/accounting/accounting-hedge-accounting-advisor-agent/AGENT.md +70 -0
  69. package/agents/accounting/accounting-hedge-accounting-advisor-agent/PERMISSIONS.md +21 -0
  70. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/claude-code.agent.md +31 -0
  71. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/codex.toml +32 -0
  72. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/copilot.agent.md +29 -0
  73. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/cursor.agent.md +31 -0
  74. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/gemini.agent.md +31 -0
  75. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  76. package/agents/accounting/accounting-hedge-accounting-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  77. package/agents/accounting/accounting-hedge-accounting-advisor-agent/metadata.json +42 -0
  78. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/AGENT.md +70 -0
  79. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/PERMISSIONS.md +20 -0
  80. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/claude-code.agent.md +31 -0
  81. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/codex.toml +32 -0
  82. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/copilot.agent.md +29 -0
  83. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/cursor.agent.md +31 -0
  84. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/gemini.agent.md +31 -0
  85. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  86. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  87. package/agents/accounting/accounting-indirect-tax-einvoicing-advisor-agent/metadata.json +43 -0
  88. package/agents/accounting/accounting-lease-accounting-advisor-agent/AGENT.md +70 -0
  89. package/agents/accounting/accounting-lease-accounting-advisor-agent/PERMISSIONS.md +23 -0
  90. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/claude-code.agent.md +31 -0
  91. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/codex.toml +32 -0
  92. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/copilot.agent.md +29 -0
  93. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/cursor.agent.md +31 -0
  94. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/gemini.agent.md +31 -0
  95. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  96. package/agents/accounting/accounting-lease-accounting-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  97. package/agents/accounting/accounting-lease-accounting-advisor-agent/metadata.json +42 -0
  98. package/agents/accounting/accounting-maestro-agent/AGENT.md +60 -0
  99. package/agents/accounting/accounting-maestro-agent/PERMISSIONS.md +20 -0
  100. package/agents/accounting/accounting-maestro-agent/harnesses/claude-code.agent.md +36 -0
  101. package/agents/accounting/accounting-maestro-agent/harnesses/codex.toml +34 -0
  102. package/agents/accounting/accounting-maestro-agent/harnesses/copilot.agent.md +31 -0
  103. package/agents/accounting/accounting-maestro-agent/harnesses/cursor.agent.md +29 -0
  104. package/agents/accounting/accounting-maestro-agent/harnesses/gemini.agent.md +29 -0
  105. package/agents/accounting/accounting-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  106. package/agents/accounting/accounting-maestro-agent/harnesses/kiro-ide.agent.md +29 -0
  107. package/agents/accounting/accounting-maestro-agent/metadata.json +41 -0
  108. package/agents/accounting/accounting-payroll-advisor-agent/AGENT.md +69 -0
  109. package/agents/accounting/accounting-payroll-advisor-agent/PERMISSIONS.md +23 -0
  110. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/claude-code.agent.md +32 -0
  111. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/codex.toml +33 -0
  112. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/copilot.agent.md +29 -0
  113. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/cursor.agent.md +32 -0
  114. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/gemini.agent.md +32 -0
  115. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  116. package/agents/accounting/accounting-payroll-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  117. package/agents/accounting/accounting-payroll-advisor-agent/metadata.json +43 -0
  118. package/agents/accounting/accounting-procure-to-pay-advisor-agent/AGENT.md +70 -0
  119. package/agents/accounting/accounting-procure-to-pay-advisor-agent/PERMISSIONS.md +22 -0
  120. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/claude-code.agent.md +32 -0
  121. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/codex.toml +32 -0
  122. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/copilot.agent.md +29 -0
  123. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/cursor.agent.md +32 -0
  124. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/gemini.agent.md +32 -0
  125. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  126. package/agents/accounting/accounting-procure-to-pay-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  127. package/agents/accounting/accounting-procure-to-pay-advisor-agent/metadata.json +40 -0
  128. package/agents/accounting/accounting-revenue-recognition-advisor-agent/AGENT.md +71 -0
  129. package/agents/accounting/accounting-revenue-recognition-advisor-agent/PERMISSIONS.md +21 -0
  130. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/claude-code.agent.md +39 -0
  131. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/codex.toml +35 -0
  132. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/copilot.agent.md +34 -0
  133. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/cursor.agent.md +29 -0
  134. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/gemini.agent.md +29 -0
  135. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  136. package/agents/accounting/accounting-revenue-recognition-advisor-agent/harnesses/kiro-ide.agent.md +29 -0
  137. package/agents/accounting/accounting-revenue-recognition-advisor-agent/metadata.json +44 -0
  138. package/agents/accounting/accounting-tax-provision-advisor-agent/AGENT.md +72 -0
  139. package/agents/accounting/accounting-tax-provision-advisor-agent/PERMISSIONS.md +21 -0
  140. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/claude-code.agent.md +32 -0
  141. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/codex.toml +33 -0
  142. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/copilot.agent.md +29 -0
  143. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/cursor.agent.md +32 -0
  144. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/gemini.agent.md +32 -0
  145. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  146. package/agents/accounting/accounting-tax-provision-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  147. package/agents/accounting/accounting-tax-provision-advisor-agent/metadata.json +44 -0
  148. package/agents/azure/azure-ai-foundry-ops-governor-agent/AGENT.md +19 -11
  149. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/claude-code.agent.md +8 -10
  150. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/codex.toml +2 -2
  151. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/copilot.agent.md +8 -10
  152. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/cursor.agent.md +8 -10
  153. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/gemini.agent.md +8 -10
  154. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  155. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/kiro-ide.agent.md +8 -10
  156. package/agents/azure/azure-ai-foundry-ops-governor-agent/metadata.json +8 -16
  157. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/ai-foundry-ops-agent-operations.md +69 -0
  158. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/mcp-and-evidence.md +22 -0
  159. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/official-sources.md +21 -0
  160. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/safety-checklist.md +25 -0
  161. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/workflow-and-output.md +23 -0
  162. package/agents/azure/azure-aks-platform-operator-agent/AGENT.md +17 -9
  163. package/agents/azure/azure-aks-platform-operator-agent/harnesses/claude-code.agent.md +6 -8
  164. package/agents/azure/azure-aks-platform-operator-agent/harnesses/codex.toml +1 -1
  165. package/agents/azure/azure-aks-platform-operator-agent/harnesses/copilot.agent.md +6 -8
  166. package/agents/azure/azure-aks-platform-operator-agent/harnesses/cursor.agent.md +6 -8
  167. package/agents/azure/azure-aks-platform-operator-agent/harnesses/gemini.agent.md +6 -8
  168. package/agents/azure/azure-aks-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  169. package/agents/azure/azure-aks-platform-operator-agent/harnesses/kiro-ide.agent.md +6 -8
  170. package/agents/azure/azure-aks-platform-operator-agent/metadata.json +7 -12
  171. package/agents/azure/azure-aks-platform-operator-agent/references/aks-platform-agent-operations.md +69 -0
  172. package/agents/azure/azure-aks-platform-operator-agent/references/mcp-and-evidence.md +22 -0
  173. package/agents/azure/azure-aks-platform-operator-agent/references/official-sources.md +22 -0
  174. package/agents/azure/azure-aks-platform-operator-agent/references/safety-checklist.md +25 -0
  175. package/agents/azure/azure-aks-platform-operator-agent/references/workflow-and-output.md +23 -0
  176. package/agents/azure/azure-app-service-production-readiness-agent/AGENT.md +17 -9
  177. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/claude-code.agent.md +6 -8
  178. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/codex.toml +1 -1
  179. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/copilot.agent.md +6 -8
  180. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/cursor.agent.md +6 -8
  181. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/gemini.agent.md +6 -8
  182. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/kiro-cli.agent.json +1 -1
  183. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/kiro-ide.agent.md +6 -8
  184. package/agents/azure/azure-app-service-production-readiness-agent/metadata.json +8 -21
  185. package/agents/azure/azure-app-service-production-readiness-agent/references/app-service-production-agent-operations.md +69 -0
  186. package/agents/azure/azure-app-service-production-readiness-agent/references/mcp-and-evidence.md +22 -0
  187. package/agents/azure/azure-app-service-production-readiness-agent/references/official-sources.md +23 -0
  188. package/agents/azure/azure-app-service-production-readiness-agent/references/safety-checklist.md +25 -0
  189. package/agents/azure/azure-app-service-production-readiness-agent/references/workflow-and-output.md +23 -0
  190. package/agents/azure/azure-cosmosdb-application-developer-agent/AGENT.md +17 -9
  191. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/claude-code.agent.md +6 -8
  192. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/codex.toml +1 -1
  193. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/copilot.agent.md +6 -8
  194. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/cursor.agent.md +6 -8
  195. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/gemini.agent.md +6 -8
  196. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/kiro-cli.agent.json +1 -1
  197. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/kiro-ide.agent.md +6 -8
  198. package/agents/azure/azure-cosmosdb-application-developer-agent/metadata.json +7 -14
  199. package/agents/azure/azure-cosmosdb-application-developer-agent/references/cosmosdb-application-agent-operations.md +69 -0
  200. package/agents/azure/azure-cosmosdb-application-developer-agent/references/mcp-and-evidence.md +22 -0
  201. package/agents/azure/azure-cosmosdb-application-developer-agent/references/official-sources.md +22 -0
  202. package/agents/azure/azure-cosmosdb-application-developer-agent/references/safety-checklist.md +25 -0
  203. package/agents/azure/azure-cosmosdb-application-developer-agent/references/workflow-and-output.md +23 -0
  204. package/agents/azure/azure-cosmosdb-performance-investigator-agent/AGENT.md +17 -9
  205. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/claude-code.agent.md +6 -8
  206. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/codex.toml +1 -1
  207. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/copilot.agent.md +6 -8
  208. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/cursor.agent.md +6 -8
  209. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/gemini.agent.md +6 -8
  210. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/kiro-cli.agent.json +1 -1
  211. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/kiro-ide.agent.md +6 -8
  212. package/agents/azure/azure-cosmosdb-performance-investigator-agent/metadata.json +8 -13
  213. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/cosmosdb-performance-agent-operations.md +69 -0
  214. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/mcp-and-evidence.md +22 -0
  215. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/official-sources.md +22 -0
  216. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/safety-checklist.md +25 -0
  217. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/workflow-and-output.md +23 -0
  218. package/agents/azure/azure-cosmosdb-platform-operator-agent/AGENT.md +19 -11
  219. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/claude-code.agent.md +7 -9
  220. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/codex.toml +2 -2
  221. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/copilot.agent.md +7 -9
  222. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/cursor.agent.md +7 -9
  223. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/gemini.agent.md +7 -9
  224. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  225. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/kiro-ide.agent.md +7 -9
  226. package/agents/azure/azure-cosmosdb-platform-operator-agent/metadata.json +12 -14
  227. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/cosmosdb-platform-agent-operations.md +65 -0
  228. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/mcp-and-evidence.md +22 -0
  229. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/official-sources.md +31 -0
  230. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/safety-checklist.md +26 -0
  231. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/workflow-and-output.md +40 -0
  232. package/agents/azure/azure-cost-estimation-review-agent/AGENT.md +19 -11
  233. package/agents/azure/azure-cost-estimation-review-agent/harnesses/claude-code.agent.md +7 -9
  234. package/agents/azure/azure-cost-estimation-review-agent/harnesses/codex.toml +2 -2
  235. package/agents/azure/azure-cost-estimation-review-agent/harnesses/copilot.agent.md +7 -9
  236. package/agents/azure/azure-cost-estimation-review-agent/harnesses/cursor.agent.md +7 -9
  237. package/agents/azure/azure-cost-estimation-review-agent/harnesses/gemini.agent.md +7 -9
  238. package/agents/azure/azure-cost-estimation-review-agent/harnesses/kiro-cli.agent.json +1 -1
  239. package/agents/azure/azure-cost-estimation-review-agent/harnesses/kiro-ide.agent.md +7 -9
  240. package/agents/azure/azure-cost-estimation-review-agent/metadata.json +10 -13
  241. package/agents/azure/azure-cost-estimation-review-agent/references/cost-estimation-agent-operations.md +63 -0
  242. package/agents/azure/azure-cost-estimation-review-agent/references/mcp-and-evidence.md +22 -0
  243. package/agents/azure/azure-cost-estimation-review-agent/references/official-sources.md +29 -0
  244. package/agents/azure/azure-cost-estimation-review-agent/references/safety-checklist.md +26 -0
  245. package/agents/azure/azure-cost-estimation-review-agent/references/workflow-and-output.md +40 -0
  246. package/agents/azure/azure-cost-optimization-governor-agent/AGENT.md +19 -11
  247. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/claude-code.agent.md +7 -9
  248. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/codex.toml +2 -2
  249. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/copilot.agent.md +7 -9
  250. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/cursor.agent.md +7 -9
  251. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/gemini.agent.md +7 -9
  252. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  253. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/kiro-ide.agent.md +7 -9
  254. package/agents/azure/azure-cost-optimization-governor-agent/metadata.json +11 -15
  255. package/agents/azure/azure-cost-optimization-governor-agent/references/cost-optimization-agent-operations.md +64 -0
  256. package/agents/azure/azure-cost-optimization-governor-agent/references/mcp-and-evidence.md +22 -0
  257. package/agents/azure/azure-cost-optimization-governor-agent/references/official-sources.md +30 -0
  258. package/agents/azure/azure-cost-optimization-governor-agent/references/safety-checklist.md +26 -0
  259. package/agents/azure/azure-cost-optimization-governor-agent/references/workflow-and-output.md +40 -0
  260. package/agents/azure/azure-entra-id-specialist-agent/AGENT.md +19 -13
  261. package/agents/azure/azure-entra-id-specialist-agent/harnesses/claude-code.agent.md +7 -11
  262. package/agents/azure/azure-entra-id-specialist-agent/harnesses/codex.toml +2 -2
  263. package/agents/azure/azure-entra-id-specialist-agent/harnesses/copilot.agent.md +7 -11
  264. package/agents/azure/azure-entra-id-specialist-agent/harnesses/cursor.agent.md +7 -11
  265. package/agents/azure/azure-entra-id-specialist-agent/harnesses/gemini.agent.md +7 -11
  266. package/agents/azure/azure-entra-id-specialist-agent/harnesses/kiro-cli.agent.json +1 -1
  267. package/agents/azure/azure-entra-id-specialist-agent/harnesses/kiro-ide.agent.md +7 -11
  268. package/agents/azure/azure-entra-id-specialist-agent/metadata.json +12 -14
  269. package/agents/azure/azure-entra-id-specialist-agent/references/entra-id-specialist-agent-operations.md +65 -0
  270. package/agents/azure/azure-entra-id-specialist-agent/references/mcp-and-evidence.md +22 -0
  271. package/agents/azure/azure-entra-id-specialist-agent/references/official-sources.md +31 -0
  272. package/agents/azure/azure-entra-id-specialist-agent/references/safety-checklist.md +26 -0
  273. package/agents/azure/azure-entra-id-specialist-agent/references/workflow-and-output.md +40 -0
  274. package/agents/azure/azure-governance-policy-guardrails-agent/AGENT.md +19 -11
  275. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/claude-code.agent.md +7 -9
  276. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/codex.toml +2 -2
  277. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/copilot.agent.md +7 -9
  278. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/cursor.agent.md +7 -9
  279. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/gemini.agent.md +7 -9
  280. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/kiro-cli.agent.json +1 -1
  281. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/kiro-ide.agent.md +7 -9
  282. package/agents/azure/azure-governance-policy-guardrails-agent/metadata.json +11 -16
  283. package/agents/azure/azure-governance-policy-guardrails-agent/references/mcp-and-evidence.md +22 -0
  284. package/agents/azure/azure-governance-policy-guardrails-agent/references/official-sources.md +30 -0
  285. package/agents/azure/azure-governance-policy-guardrails-agent/references/policy-guardrails-agent-operations.md +66 -0
  286. package/agents/azure/azure-governance-policy-guardrails-agent/references/safety-checklist.md +26 -0
  287. package/agents/azure/azure-governance-policy-guardrails-agent/references/workflow-and-output.md +40 -0
  288. package/agents/azure/azure-identity-governance-review-agent/AGENT.md +19 -11
  289. package/agents/azure/azure-identity-governance-review-agent/harnesses/claude-code.agent.md +35 -11
  290. package/agents/azure/azure-identity-governance-review-agent/harnesses/codex.toml +2 -2
  291. package/agents/azure/azure-identity-governance-review-agent/harnesses/copilot.agent.md +35 -24
  292. package/agents/azure/azure-identity-governance-review-agent/harnesses/cursor.agent.md +35 -13
  293. package/agents/azure/azure-identity-governance-review-agent/harnesses/gemini.agent.md +35 -12
  294. package/agents/azure/azure-identity-governance-review-agent/harnesses/kiro-cli.agent.json +2 -2
  295. package/agents/azure/azure-identity-governance-review-agent/harnesses/kiro-ide.agent.md +35 -11
  296. package/agents/azure/azure-identity-governance-review-agent/metadata.json +10 -17
  297. package/agents/azure/azure-identity-governance-review-agent/references/identity-governance-agent-operations.md +68 -0
  298. package/agents/azure/azure-identity-governance-review-agent/references/mcp-and-evidence.md +22 -0
  299. package/agents/azure/azure-identity-governance-review-agent/references/official-sources.md +21 -0
  300. package/agents/azure/azure-identity-governance-review-agent/references/safety-checklist.md +25 -0
  301. package/agents/azure/azure-identity-governance-review-agent/references/workflow-and-output.md +23 -0
  302. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/AGENT.md +18 -10
  303. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/claude-code.agent.md +34 -10
  304. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/codex.toml +1 -1
  305. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/copilot.agent.md +35 -24
  306. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/cursor.agent.md +34 -12
  307. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/gemini.agent.md +34 -11
  308. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/kiro-cli.agent.json +1 -1
  309. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/kiro-ide.agent.md +34 -10
  310. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/metadata.json +11 -14
  311. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/key-vault-secret-lifecycle-agent-operations.md +68 -0
  312. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/mcp-and-evidence.md +22 -0
  313. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/official-sources.md +23 -0
  314. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/safety-checklist.md +25 -0
  315. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/workflow-and-output.md +23 -0
  316. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/AGENT.md +23 -12
  317. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/claude-code.agent.md +39 -12
  318. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/codex.toml +3 -16
  319. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/copilot.agent.md +39 -12
  320. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/cursor.agent.md +39 -12
  321. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/gemini.agent.md +39 -12
  322. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/kiro-cli.agent.json +2 -2
  323. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/kiro-ide.agent.md +39 -12
  324. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/metadata.json +12 -9
  325. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/keyvault-certificate-issuer-agent-operations.md +68 -0
  326. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/mcp-and-evidence.md +22 -0
  327. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/official-sources.md +22 -0
  328. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/safety-checklist.md +25 -0
  329. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/workflow-and-output.md +23 -0
  330. package/agents/azure/azure-landing-zone-architect-agent/AGENT.md +19 -11
  331. package/agents/azure/azure-landing-zone-architect-agent/harnesses/claude-code.agent.md +35 -11
  332. package/agents/azure/azure-landing-zone-architect-agent/harnesses/codex.toml +2 -2
  333. package/agents/azure/azure-landing-zone-architect-agent/harnesses/copilot.agent.md +35 -24
  334. package/agents/azure/azure-landing-zone-architect-agent/harnesses/cursor.agent.md +35 -13
  335. package/agents/azure/azure-landing-zone-architect-agent/harnesses/gemini.agent.md +35 -12
  336. package/agents/azure/azure-landing-zone-architect-agent/harnesses/kiro-cli.agent.json +2 -2
  337. package/agents/azure/azure-landing-zone-architect-agent/harnesses/kiro-ide.agent.md +35 -11
  338. package/agents/azure/azure-landing-zone-architect-agent/metadata.json +8 -10
  339. package/agents/azure/azure-landing-zone-architect-agent/references/landing-zone-agent-operations.md +68 -0
  340. package/agents/azure/azure-landing-zone-architect-agent/references/mcp-and-evidence.md +22 -0
  341. package/agents/azure/azure-landing-zone-architect-agent/references/official-sources.md +23 -0
  342. package/agents/azure/azure-landing-zone-architect-agent/references/safety-checklist.md +25 -0
  343. package/agents/azure/azure-landing-zone-architect-agent/references/workflow-and-output.md +23 -0
  344. package/agents/azure/azure-live-aks-rollout-guard-agent/AGENT.md +24 -17
  345. package/agents/azure/azure-live-aks-rollout-guard-agent/PERMISSIONS.md +15 -50
  346. package/agents/azure/azure-live-aks-rollout-guard-agent/PREFLIGHT.md +16 -43
  347. package/agents/azure/azure-live-aks-rollout-guard-agent/ROLLBACK.md +13 -31
  348. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/claude-code.agent.md +39 -16
  349. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/codex.toml +4 -22
  350. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/copilot.agent.md +39 -29
  351. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/cursor.agent.md +39 -16
  352. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/gemini.agent.md +39 -16
  353. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  354. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  355. package/agents/azure/azure-live-aks-rollout-guard-agent/metadata.json +9 -6
  356. package/agents/azure/azure-live-aks-rollout-guard-agent/references/live-aks-rollout-agent-operations.md +68 -0
  357. package/agents/azure/azure-live-aks-rollout-guard-agent/references/mcp-and-evidence.md +22 -0
  358. package/agents/azure/azure-live-aks-rollout-guard-agent/references/official-sources.md +22 -0
  359. package/agents/azure/azure-live-aks-rollout-guard-agent/references/safety-checklist.md +25 -0
  360. package/agents/azure/azure-live-aks-rollout-guard-agent/references/workflow-and-output.md +23 -0
  361. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/AGENT.md +24 -17
  362. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PERMISSIONS.md +7 -41
  363. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PREFLIGHT.md +7 -48
  364. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/ROLLBACK.md +6 -44
  365. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/claude-code.agent.md +39 -16
  366. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/codex.toml +4 -22
  367. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/copilot.agent.md +39 -16
  368. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/cursor.agent.md +39 -16
  369. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/gemini.agent.md +39 -16
  370. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  371. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  372. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/metadata.json +8 -7
  373. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/app-service-slot-swap-agent-operations.md +68 -0
  374. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/mcp-and-evidence.md +22 -0
  375. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/official-sources.md +19 -0
  376. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/safety-checklist.md +25 -0
  377. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/workflow-and-output.md +23 -0
  378. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/AGENT.md +24 -17
  379. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PERMISSIONS.md +7 -86
  380. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PREFLIGHT.md +7 -46
  381. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/ROLLBACK.md +6 -46
  382. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/claude-code.agent.md +39 -16
  383. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/codex.toml +4 -22
  384. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/copilot.agent.md +39 -16
  385. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/cursor.agent.md +39 -16
  386. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/gemini.agent.md +39 -16
  387. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  388. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  389. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/metadata.json +8 -8
  390. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/arm-deployment-stack-agent-operations.md +68 -0
  391. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/mcp-and-evidence.md +22 -0
  392. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/official-sources.md +19 -0
  393. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/safety-checklist.md +25 -0
  394. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/workflow-and-output.md +23 -0
  395. package/agents/azure/azure-live-cost-budget-action-guard-agent/AGENT.md +24 -17
  396. package/agents/azure/azure-live-cost-budget-action-guard-agent/PERMISSIONS.md +7 -91
  397. package/agents/azure/azure-live-cost-budget-action-guard-agent/PREFLIGHT.md +7 -42
  398. package/agents/azure/azure-live-cost-budget-action-guard-agent/ROLLBACK.md +6 -47
  399. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/claude-code.agent.md +39 -16
  400. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/codex.toml +4 -22
  401. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/copilot.agent.md +39 -16
  402. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/cursor.agent.md +39 -16
  403. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/gemini.agent.md +39 -16
  404. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  405. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  406. package/agents/azure/azure-live-cost-budget-action-guard-agent/metadata.json +9 -8
  407. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/cost-budget-action-agent-operations.md +69 -0
  408. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/mcp-and-evidence.md +22 -0
  409. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/official-sources.md +20 -0
  410. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/safety-checklist.md +25 -0
  411. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/workflow-and-output.md +23 -0
  412. package/agents/azure/azure-live-entra-role-assignment-guard-agent/AGENT.md +24 -19
  413. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/claude-code.agent.md +40 -19
  414. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/codex.toml +4 -24
  415. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/copilot.agent.md +40 -19
  416. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/cursor.agent.md +40 -21
  417. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/gemini.agent.md +40 -20
  418. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/kiro-cli.agent.json +2 -2
  419. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/kiro-ide.agent.md +40 -19
  420. package/agents/azure/azure-live-entra-role-assignment-guard-agent/metadata.json +9 -9
  421. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/entra-role-assignment-agent-operations.md +68 -0
  422. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/mcp-and-evidence.md +22 -0
  423. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/official-sources.md +20 -0
  424. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/safety-checklist.md +25 -0
  425. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/workflow-and-output.md +23 -0
  426. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/AGENT.md +24 -17
  427. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PERMISSIONS.md +7 -66
  428. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PREFLIGHT.md +7 -44
  429. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/ROLLBACK.md +6 -42
  430. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/claude-code.agent.md +39 -16
  431. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/codex.toml +4 -22
  432. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/copilot.agent.md +39 -16
  433. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/cursor.agent.md +39 -16
  434. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/gemini.agent.md +39 -16
  435. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  436. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  437. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/metadata.json +9 -8
  438. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/keyvault-rotation-purge-agent-operations.md +68 -0
  439. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/mcp-and-evidence.md +22 -0
  440. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/official-sources.md +20 -0
  441. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/safety-checklist.md +25 -0
  442. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/workflow-and-output.md +23 -0
  443. package/agents/azure/azure-live-pim-jit-activation-guard-agent/AGENT.md +25 -17
  444. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PERMISSIONS.md +2 -58
  445. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PREFLIGHT.md +6 -40
  446. package/agents/azure/azure-live-pim-jit-activation-guard-agent/ROLLBACK.md +2 -47
  447. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/claude-code.agent.md +42 -17
  448. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/codex.toml +4 -22
  449. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/copilot.agent.md +42 -30
  450. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/cursor.agent.md +42 -17
  451. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/gemini.agent.md +42 -17
  452. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  453. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-ide.agent.md +42 -17
  454. package/agents/azure/azure-live-pim-jit-activation-guard-agent/metadata.json +7 -7
  455. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/mcp-and-evidence.md +22 -0
  456. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/official-sources.md +18 -0
  457. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/pim-jit-activation-agent-operations.md +48 -0
  458. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/safety-checklist.md +25 -0
  459. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/workflow-and-output.md +20 -0
  460. package/agents/azure/azure-maestro-agent/AGENT.md +27 -18
  461. package/agents/azure/azure-maestro-agent/harnesses/claude-code.agent.md +45 -19
  462. package/agents/azure/azure-maestro-agent/harnesses/codex.toml +2 -2
  463. package/agents/azure/azure-maestro-agent/harnesses/copilot.agent.md +45 -32
  464. package/agents/azure/azure-maestro-agent/harnesses/cursor.agent.md +45 -21
  465. package/agents/azure/azure-maestro-agent/harnesses/gemini.agent.md +45 -20
  466. package/agents/azure/azure-maestro-agent/harnesses/kiro-cli.agent.json +2 -2
  467. package/agents/azure/azure-maestro-agent/harnesses/kiro-ide.agent.md +45 -19
  468. package/agents/azure/azure-maestro-agent/metadata.json +5 -7
  469. package/agents/azure/azure-maestro-agent/references/azure-maestro-routing-operations.md +47 -0
  470. package/agents/azure/azure-maestro-agent/references/mcp-and-evidence.md +22 -0
  471. package/agents/azure/azure-maestro-agent/references/official-sources.md +18 -0
  472. package/agents/azure/azure-maestro-agent/references/safety-checklist.md +25 -0
  473. package/agents/azure/azure-maestro-agent/references/workflow-and-output.md +20 -0
  474. package/agents/azure/azure-migrate-landing-zone-cutover-agent/AGENT.md +20 -11
  475. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/claude-code.agent.md +38 -12
  476. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/codex.toml +2 -2
  477. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/copilot.agent.md +38 -25
  478. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/cursor.agent.md +38 -14
  479. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/gemini.agent.md +38 -13
  480. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/kiro-cli.agent.json +2 -2
  481. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/kiro-ide.agent.md +38 -12
  482. package/agents/azure/azure-migrate-landing-zone-cutover-agent/metadata.json +8 -13
  483. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/mcp-and-evidence.md +22 -0
  484. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/migrate-landing-zone-cutover-agent-operations.md +48 -0
  485. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/official-sources.md +18 -0
  486. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/safety-checklist.md +25 -0
  487. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/workflow-and-output.md +20 -0
  488. package/agents/azure/azure-network-topology-review-agent/AGENT.md +20 -11
  489. package/agents/azure/azure-network-topology-review-agent/harnesses/claude-code.agent.md +38 -12
  490. package/agents/azure/azure-network-topology-review-agent/harnesses/codex.toml +2 -2
  491. package/agents/azure/azure-network-topology-review-agent/harnesses/copilot.agent.md +38 -25
  492. package/agents/azure/azure-network-topology-review-agent/harnesses/cursor.agent.md +38 -14
  493. package/agents/azure/azure-network-topology-review-agent/harnesses/gemini.agent.md +38 -13
  494. package/agents/azure/azure-network-topology-review-agent/harnesses/kiro-cli.agent.json +2 -2
  495. package/agents/azure/azure-network-topology-review-agent/harnesses/kiro-ide.agent.md +38 -12
  496. package/agents/azure/azure-network-topology-review-agent/metadata.json +6 -8
  497. package/agents/azure/azure-network-topology-review-agent/references/mcp-and-evidence.md +22 -0
  498. package/agents/azure/azure-network-topology-review-agent/references/network-topology-agent-operations.md +49 -0
  499. package/agents/azure/azure-network-topology-review-agent/references/official-sources.md +18 -0
  500. package/agents/azure/azure-network-topology-review-agent/references/safety-checklist.md +25 -0
  501. package/agents/azure/azure-network-topology-review-agent/references/workflow-and-output.md +20 -0
  502. package/agents/azure/azure-observability-investigator-agent/AGENT.md +20 -11
  503. package/agents/azure/azure-observability-investigator-agent/harnesses/claude-code.agent.md +38 -12
  504. package/agents/azure/azure-observability-investigator-agent/harnesses/codex.toml +2 -2
  505. package/agents/azure/azure-observability-investigator-agent/harnesses/copilot.agent.md +38 -25
  506. package/agents/azure/azure-observability-investigator-agent/harnesses/cursor.agent.md +38 -14
  507. package/agents/azure/azure-observability-investigator-agent/harnesses/gemini.agent.md +38 -13
  508. package/agents/azure/azure-observability-investigator-agent/harnesses/kiro-cli.agent.json +2 -2
  509. package/agents/azure/azure-observability-investigator-agent/harnesses/kiro-ide.agent.md +38 -12
  510. package/agents/azure/azure-observability-investigator-agent/metadata.json +6 -19
  511. package/agents/azure/azure-observability-investigator-agent/references/mcp-and-evidence.md +22 -0
  512. package/agents/azure/azure-observability-investigator-agent/references/observability-investigator-agent-operations.md +48 -0
  513. package/agents/azure/azure-observability-investigator-agent/references/official-sources.md +18 -0
  514. package/agents/azure/azure-observability-investigator-agent/references/safety-checklist.md +25 -0
  515. package/agents/azure/azure-observability-investigator-agent/references/workflow-and-output.md +20 -0
  516. package/agents/azure/azure-platform-automation-devops-agent/AGENT.md +20 -11
  517. package/agents/azure/azure-platform-automation-devops-agent/harnesses/claude-code.agent.md +38 -12
  518. package/agents/azure/azure-platform-automation-devops-agent/harnesses/codex.toml +2 -2
  519. package/agents/azure/azure-platform-automation-devops-agent/harnesses/copilot.agent.md +38 -25
  520. package/agents/azure/azure-platform-automation-devops-agent/harnesses/cursor.agent.md +38 -14
  521. package/agents/azure/azure-platform-automation-devops-agent/harnesses/gemini.agent.md +38 -13
  522. package/agents/azure/azure-platform-automation-devops-agent/harnesses/kiro-cli.agent.json +2 -2
  523. package/agents/azure/azure-platform-automation-devops-agent/harnesses/kiro-ide.agent.md +38 -12
  524. package/agents/azure/azure-platform-automation-devops-agent/metadata.json +7 -15
  525. package/agents/azure/azure-platform-automation-devops-agent/references/mcp-and-evidence.md +22 -0
  526. package/agents/azure/azure-platform-automation-devops-agent/references/official-sources.md +18 -0
  527. package/agents/azure/azure-platform-automation-devops-agent/references/platform-automation-devops-agent-operations.md +47 -0
  528. package/agents/azure/azure-platform-automation-devops-agent/references/safety-checklist.md +25 -0
  529. package/agents/azure/azure-platform-automation-devops-agent/references/workflow-and-output.md +20 -0
  530. package/agents/azure/azure-private-endpoint-adoption-planner-agent/AGENT.md +20 -11
  531. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/claude-code.agent.md +38 -12
  532. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/codex.toml +2 -2
  533. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/copilot.agent.md +38 -25
  534. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/cursor.agent.md +38 -14
  535. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/gemini.agent.md +38 -13
  536. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/kiro-cli.agent.json +2 -2
  537. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/kiro-ide.agent.md +38 -12
  538. package/agents/azure/azure-private-endpoint-adoption-planner-agent/metadata.json +6 -11
  539. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/mcp-and-evidence.md +22 -0
  540. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/official-sources.md +18 -0
  541. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/private-endpoint-adoption-agent-operations.md +47 -0
  542. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/safety-checklist.md +25 -0
  543. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/workflow-and-output.md +20 -0
  544. package/agents/azure/azure-rbac-review-agent/AGENT.md +20 -11
  545. package/agents/azure/azure-rbac-review-agent/harnesses/claude-code.agent.md +38 -12
  546. package/agents/azure/azure-rbac-review-agent/harnesses/codex.toml +2 -2
  547. package/agents/azure/azure-rbac-review-agent/harnesses/copilot.agent.md +38 -25
  548. package/agents/azure/azure-rbac-review-agent/harnesses/cursor.agent.md +38 -14
  549. package/agents/azure/azure-rbac-review-agent/harnesses/gemini.agent.md +38 -13
  550. package/agents/azure/azure-rbac-review-agent/harnesses/kiro-cli.agent.json +2 -2
  551. package/agents/azure/azure-rbac-review-agent/harnesses/kiro-ide.agent.md +38 -12
  552. package/agents/azure/azure-rbac-review-agent/metadata.json +6 -7
  553. package/agents/azure/azure-rbac-review-agent/references/mcp-and-evidence.md +22 -0
  554. package/agents/azure/azure-rbac-review-agent/references/official-sources.md +18 -0
  555. package/agents/azure/azure-rbac-review-agent/references/rbac-review-agent-operations.md +47 -0
  556. package/agents/azure/azure-rbac-review-agent/references/safety-checklist.md +25 -0
  557. package/agents/azure/azure-rbac-review-agent/references/workflow-and-output.md +20 -0
  558. package/agents/azure/azure-resilience-bcdr-review-agent/AGENT.md +20 -11
  559. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/claude-code.agent.md +38 -12
  560. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/codex.toml +2 -2
  561. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/copilot.agent.md +38 -25
  562. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/cursor.agent.md +38 -14
  563. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/gemini.agent.md +38 -13
  564. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/kiro-cli.agent.json +2 -2
  565. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/kiro-ide.agent.md +38 -12
  566. package/agents/azure/azure-resilience-bcdr-review-agent/metadata.json +7 -13
  567. package/agents/azure/azure-resilience-bcdr-review-agent/references/mcp-and-evidence.md +22 -0
  568. package/agents/azure/azure-resilience-bcdr-review-agent/references/official-sources.md +18 -0
  569. package/agents/azure/azure-resilience-bcdr-review-agent/references/resilience-bcdr-agent-operations.md +47 -0
  570. package/agents/azure/azure-resilience-bcdr-review-agent/references/safety-checklist.md +25 -0
  571. package/agents/azure/azure-resilience-bcdr-review-agent/references/workflow-and-output.md +20 -0
  572. package/agents/azure/azure-resource-health-incident-triage-agent/AGENT.md +20 -11
  573. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/claude-code.agent.md +38 -12
  574. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/codex.toml +2 -2
  575. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/copilot.agent.md +38 -25
  576. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/cursor.agent.md +38 -14
  577. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/gemini.agent.md +38 -13
  578. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/kiro-cli.agent.json +2 -2
  579. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/kiro-ide.agent.md +38 -12
  580. package/agents/azure/azure-resource-health-incident-triage-agent/metadata.json +7 -14
  581. package/agents/azure/azure-resource-health-incident-triage-agent/references/mcp-and-evidence.md +22 -0
  582. package/agents/azure/azure-resource-health-incident-triage-agent/references/official-sources.md +18 -0
  583. package/agents/azure/azure-resource-health-incident-triage-agent/references/resource-health-incident-triage-agent-operations.md +47 -0
  584. package/agents/azure/azure-resource-health-incident-triage-agent/references/safety-checklist.md +25 -0
  585. package/agents/azure/azure-resource-health-incident-triage-agent/references/workflow-and-output.md +20 -0
  586. package/agents/azure/azure-role-selector-agent/AGENT.md +20 -11
  587. package/agents/azure/azure-role-selector-agent/harnesses/claude-code.agent.md +38 -12
  588. package/agents/azure/azure-role-selector-agent/harnesses/codex.toml +2 -2
  589. package/agents/azure/azure-role-selector-agent/harnesses/copilot.agent.md +38 -25
  590. package/agents/azure/azure-role-selector-agent/harnesses/cursor.agent.md +38 -14
  591. package/agents/azure/azure-role-selector-agent/harnesses/gemini.agent.md +38 -13
  592. package/agents/azure/azure-role-selector-agent/harnesses/kiro-cli.agent.json +2 -2
  593. package/agents/azure/azure-role-selector-agent/harnesses/kiro-ide.agent.md +38 -12
  594. package/agents/azure/azure-role-selector-agent/metadata.json +10 -10
  595. package/agents/azure/azure-role-selector-agent/references/mcp-and-evidence.md +22 -0
  596. package/agents/azure/azure-role-selector-agent/references/official-sources.md +20 -0
  597. package/agents/azure/azure-role-selector-agent/references/role-selector-agent-operations.md +47 -0
  598. package/agents/azure/azure-role-selector-agent/references/safety-checklist.md +25 -0
  599. package/agents/azure/azure-role-selector-agent/references/workflow-and-output.md +20 -0
  600. package/agents/azure/azure-security-posture-hardening-agent/AGENT.md +20 -11
  601. package/agents/azure/azure-security-posture-hardening-agent/harnesses/claude-code.agent.md +38 -12
  602. package/agents/azure/azure-security-posture-hardening-agent/harnesses/codex.toml +2 -2
  603. package/agents/azure/azure-security-posture-hardening-agent/harnesses/copilot.agent.md +38 -25
  604. package/agents/azure/azure-security-posture-hardening-agent/harnesses/cursor.agent.md +38 -14
  605. package/agents/azure/azure-security-posture-hardening-agent/harnesses/gemini.agent.md +38 -13
  606. package/agents/azure/azure-security-posture-hardening-agent/harnesses/kiro-cli.agent.json +2 -2
  607. package/agents/azure/azure-security-posture-hardening-agent/harnesses/kiro-ide.agent.md +38 -12
  608. package/agents/azure/azure-security-posture-hardening-agent/metadata.json +11 -17
  609. package/agents/azure/azure-security-posture-hardening-agent/references/mcp-and-evidence.md +22 -0
  610. package/agents/azure/azure-security-posture-hardening-agent/references/official-sources.md +20 -0
  611. package/agents/azure/azure-security-posture-hardening-agent/references/safety-checklist.md +25 -0
  612. package/agents/azure/azure-security-posture-hardening-agent/references/security-posture-hardening-agent-operations.md +47 -0
  613. package/agents/azure/azure-security-posture-hardening-agent/references/workflow-and-output.md +20 -0
  614. package/agents/azure/azure-subscription-resource-organization-agent/AGENT.md +20 -11
  615. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/claude-code.agent.md +38 -12
  616. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/codex.toml +2 -2
  617. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/copilot.agent.md +38 -25
  618. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/cursor.agent.md +38 -14
  619. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/gemini.agent.md +38 -13
  620. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/kiro-cli.agent.json +2 -2
  621. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/kiro-ide.agent.md +38 -12
  622. package/agents/azure/azure-subscription-resource-organization-agent/metadata.json +9 -12
  623. package/agents/azure/azure-subscription-resource-organization-agent/references/mcp-and-evidence.md +22 -0
  624. package/agents/azure/azure-subscription-resource-organization-agent/references/official-sources.md +20 -0
  625. package/agents/azure/azure-subscription-resource-organization-agent/references/safety-checklist.md +25 -0
  626. package/agents/azure/azure-subscription-resource-organization-agent/references/subscription-resource-organization-agent-operations.md +47 -0
  627. package/agents/azure/azure-subscription-resource-organization-agent/references/workflow-and-output.md +20 -0
  628. package/agents/azure/azure-waf-cost-optimization-review-agent/AGENT.md +27 -22
  629. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/claude-code.agent.md +43 -22
  630. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/codex.toml +2 -3
  631. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/copilot.agent.md +43 -35
  632. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/cursor.agent.md +43 -22
  633. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/gemini.agent.md +43 -22
  634. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/kiro-cli.agent.json +2 -2
  635. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/kiro-ide.agent.md +43 -22
  636. package/agents/azure/azure-waf-cost-optimization-review-agent/metadata.json +19 -8
  637. package/agents/azure/azure-waf-cost-optimization-review-agent/references/mcp-and-evidence.md +22 -0
  638. package/agents/azure/azure-waf-cost-optimization-review-agent/references/official-sources.md +20 -0
  639. package/agents/azure/azure-waf-cost-optimization-review-agent/references/safety-checklist.md +25 -0
  640. package/agents/azure/azure-waf-cost-optimization-review-agent/references/waf-cost-optimization-agent-operations.md +47 -0
  641. package/agents/azure/azure-waf-cost-optimization-review-agent/references/workflow-and-output.md +20 -0
  642. package/agents/azure/azure-waf-reliability-review-agent/AGENT.md +27 -24
  643. package/agents/azure/azure-waf-reliability-review-agent/harnesses/claude-code.agent.md +43 -23
  644. package/agents/azure/azure-waf-reliability-review-agent/harnesses/codex.toml +2 -3
  645. package/agents/azure/azure-waf-reliability-review-agent/harnesses/copilot.agent.md +43 -36
  646. package/agents/azure/azure-waf-reliability-review-agent/harnesses/cursor.agent.md +43 -23
  647. package/agents/azure/azure-waf-reliability-review-agent/harnesses/gemini.agent.md +43 -23
  648. package/agents/azure/azure-waf-reliability-review-agent/harnesses/kiro-cli.agent.json +2 -2
  649. package/agents/azure/azure-waf-reliability-review-agent/harnesses/kiro-ide.agent.md +43 -23
  650. package/agents/azure/azure-waf-reliability-review-agent/metadata.json +19 -8
  651. package/agents/azure/azure-waf-reliability-review-agent/references/mcp-and-evidence.md +22 -0
  652. package/agents/azure/azure-waf-reliability-review-agent/references/official-sources.md +20 -0
  653. package/agents/azure/azure-waf-reliability-review-agent/references/safety-checklist.md +25 -0
  654. package/agents/azure/azure-waf-reliability-review-agent/references/waf-reliability-agent-operations.md +47 -0
  655. package/agents/azure/azure-waf-reliability-review-agent/references/workflow-and-output.md +20 -0
  656. package/agents/azure/azure-waf-security-review-agent/AGENT.md +27 -22
  657. package/agents/azure/azure-waf-security-review-agent/harnesses/claude-code.agent.md +43 -23
  658. package/agents/azure/azure-waf-security-review-agent/harnesses/codex.toml +2 -3
  659. package/agents/azure/azure-waf-security-review-agent/harnesses/copilot.agent.md +43 -23
  660. package/agents/azure/azure-waf-security-review-agent/harnesses/cursor.agent.md +43 -23
  661. package/agents/azure/azure-waf-security-review-agent/harnesses/gemini.agent.md +43 -23
  662. package/agents/azure/azure-waf-security-review-agent/harnesses/kiro-cli.agent.json +2 -2
  663. package/agents/azure/azure-waf-security-review-agent/harnesses/kiro-ide.agent.md +43 -23
  664. package/agents/azure/azure-waf-security-review-agent/metadata.json +21 -8
  665. package/agents/azure/azure-waf-security-review-agent/references/mcp-and-evidence.md +22 -0
  666. package/agents/azure/azure-waf-security-review-agent/references/official-sources.md +22 -0
  667. package/agents/azure/azure-waf-security-review-agent/references/safety-checklist.md +25 -0
  668. package/agents/azure/azure-waf-security-review-agent/references/waf-security-agent-operations.md +53 -0
  669. package/agents/azure/azure-waf-security-review-agent/references/workflow-and-output.md +20 -0
  670. package/agents/finance/AGENTS.md +33 -0
  671. package/agents/finance/README.md +30 -0
  672. package/agents/finance/finance-capital-allocation-advisor-agent/AGENT.md +70 -0
  673. package/agents/finance/finance-capital-allocation-advisor-agent/PERMISSIONS.md +24 -0
  674. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/claude-code.agent.md +32 -0
  675. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/codex.toml +33 -0
  676. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/copilot.agent.md +29 -0
  677. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/cursor.agent.md +32 -0
  678. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/gemini.agent.md +32 -0
  679. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  680. package/agents/finance/finance-capital-allocation-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  681. package/agents/finance/finance-capital-allocation-advisor-agent/metadata.json +42 -0
  682. package/agents/finance/finance-debt-capital-structure-advisor-agent/AGENT.md +73 -0
  683. package/agents/finance/finance-debt-capital-structure-advisor-agent/PERMISSIONS.md +25 -0
  684. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/claude-code.agent.md +33 -0
  685. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/codex.toml +33 -0
  686. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/copilot.agent.md +29 -0
  687. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/cursor.agent.md +33 -0
  688. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/gemini.agent.md +33 -0
  689. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  690. package/agents/finance/finance-debt-capital-structure-advisor-agent/harnesses/kiro-ide.agent.md +33 -0
  691. package/agents/finance/finance-debt-capital-structure-advisor-agent/metadata.json +45 -0
  692. package/agents/finance/finance-fpa-forecasting-advisor-agent/AGENT.md +73 -0
  693. package/agents/finance/finance-fpa-forecasting-advisor-agent/PERMISSIONS.md +22 -0
  694. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/claude-code.agent.md +32 -0
  695. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/codex.toml +33 -0
  696. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/copilot.agent.md +29 -0
  697. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/cursor.agent.md +32 -0
  698. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/gemini.agent.md +32 -0
  699. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  700. package/agents/finance/finance-fpa-forecasting-advisor-agent/harnesses/kiro-ide.agent.md +32 -0
  701. package/agents/finance/finance-fpa-forecasting-advisor-agent/metadata.json +42 -0
  702. package/agents/finance/finance-maestro-agent/AGENT.md +57 -0
  703. package/agents/finance/finance-maestro-agent/PERMISSIONS.md +19 -0
  704. package/agents/finance/finance-maestro-agent/harnesses/claude-code.agent.md +29 -0
  705. package/agents/finance/finance-maestro-agent/harnesses/codex.toml +29 -0
  706. package/agents/finance/finance-maestro-agent/harnesses/copilot.agent.md +29 -0
  707. package/agents/finance/finance-maestro-agent/harnesses/cursor.agent.md +29 -0
  708. package/agents/finance/finance-maestro-agent/harnesses/gemini.agent.md +29 -0
  709. package/agents/finance/finance-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  710. package/agents/finance/finance-maestro-agent/harnesses/kiro-ide.agent.md +29 -0
  711. package/agents/finance/finance-maestro-agent/metadata.json +41 -0
  712. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/AGENT.md +70 -0
  713. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/PERMISSIONS.md +23 -0
  714. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/claude-code.agent.md +31 -0
  715. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/codex.toml +32 -0
  716. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/copilot.agent.md +29 -0
  717. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/cursor.agent.md +31 -0
  718. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/gemini.agent.md +31 -0
  719. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  720. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  721. package/agents/finance/finance-transfer-pricing-pillar-two-advisor-agent/metadata.json +45 -0
  722. package/agents/finance/finance-treasury-liquidity-advisor-agent/AGENT.md +69 -0
  723. package/agents/finance/finance-treasury-liquidity-advisor-agent/PERMISSIONS.md +22 -0
  724. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/claude-code.agent.md +33 -0
  725. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/codex.toml +34 -0
  726. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/copilot.agent.md +29 -0
  727. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/cursor.agent.md +33 -0
  728. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/gemini.agent.md +33 -0
  729. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  730. package/agents/finance/finance-treasury-liquidity-advisor-agent/harnesses/kiro-ide.agent.md +33 -0
  731. package/agents/finance/finance-treasury-liquidity-advisor-agent/metadata.json +44 -0
  732. package/agents/finance/finance-variance-analysis-advisor-agent/AGENT.md +69 -0
  733. package/agents/finance/finance-variance-analysis-advisor-agent/PERMISSIONS.md +21 -0
  734. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/claude-code.agent.md +31 -0
  735. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/codex.toml +32 -0
  736. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/copilot.agent.md +31 -0
  737. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/cursor.agent.md +31 -0
  738. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/gemini.agent.md +31 -0
  739. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  740. package/agents/finance/finance-variance-analysis-advisor-agent/harnesses/kiro-ide.agent.md +31 -0
  741. package/agents/finance/finance-variance-analysis-advisor-agent/metadata.json +43 -0
  742. package/agents/finance/finance-working-capital-advisor-agent/AGENT.md +73 -0
  743. package/agents/finance/finance-working-capital-advisor-agent/PERMISSIONS.md +23 -0
  744. package/agents/finance/finance-working-capital-advisor-agent/harnesses/claude-code.agent.md +31 -0
  745. package/agents/finance/finance-working-capital-advisor-agent/harnesses/codex.toml +33 -0
  746. package/agents/finance/finance-working-capital-advisor-agent/harnesses/copilot.agent.md +29 -0
  747. package/agents/finance/finance-working-capital-advisor-agent/harnesses/cursor.agent.md +33 -0
  748. package/agents/finance/finance-working-capital-advisor-agent/harnesses/gemini.agent.md +32 -0
  749. package/agents/finance/finance-working-capital-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  750. package/agents/finance/finance-working-capital-advisor-agent/harnesses/kiro-ide.agent.md +33 -0
  751. package/agents/finance/finance-working-capital-advisor-agent/metadata.json +44 -0
  752. package/agents/oci/oci-autonomous-database-architect-agent/AGENT.md +5 -5
  753. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/claude-code.agent.md +4 -4
  754. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/codex.toml +1 -1
  755. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/copilot.agent.md +4 -4
  756. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/cursor.agent.md +4 -4
  757. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/gemini.agent.md +4 -4
  758. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  759. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  760. package/agents/oci/oci-autonomous-database-architect-agent/metadata.json +1 -1
  761. package/agents/oci/oci-certificates-issuer-review-agent/AGENT.md +3 -3
  762. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/claude-code.agent.md +1 -1
  763. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/codex.toml +1 -1
  764. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/copilot.agent.md +1 -1
  765. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/cursor.agent.md +1 -1
  766. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/gemini.agent.md +1 -1
  767. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/kiro-cli.agent.json +1 -1
  768. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/kiro-ide.agent.md +1 -1
  769. package/agents/oci/oci-certificates-issuer-review-agent/metadata.json +7 -7
  770. package/agents/oci/oci-cloud-guard-responder-agent/AGENT.md +6 -6
  771. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/claude-code.agent.md +4 -4
  772. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/codex.toml +2 -2
  773. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/copilot.agent.md +4 -4
  774. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/cursor.agent.md +4 -4
  775. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/gemini.agent.md +4 -4
  776. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/kiro-cli.agent.json +1 -1
  777. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/kiro-ide.agent.md +4 -4
  778. package/agents/oci/oci-cloud-guard-responder-agent/metadata.json +6 -4
  779. package/agents/oci/oci-compute-instance-agent-operator-agent/AGENT.md +5 -5
  780. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/claude-code.agent.md +4 -4
  781. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/codex.toml +1 -1
  782. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/copilot.agent.md +4 -4
  783. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/cursor.agent.md +4 -4
  784. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/gemini.agent.md +4 -4
  785. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  786. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  787. package/agents/oci/oci-compute-instance-agent-operator-agent/metadata.json +1 -1
  788. package/agents/oci/oci-compute-platform-operator-agent/AGENT.md +5 -5
  789. package/agents/oci/oci-compute-platform-operator-agent/harnesses/claude-code.agent.md +4 -4
  790. package/agents/oci/oci-compute-platform-operator-agent/harnesses/codex.toml +1 -1
  791. package/agents/oci/oci-compute-platform-operator-agent/harnesses/copilot.agent.md +4 -4
  792. package/agents/oci/oci-compute-platform-operator-agent/harnesses/cursor.agent.md +4 -4
  793. package/agents/oci/oci-compute-platform-operator-agent/harnesses/gemini.agent.md +4 -4
  794. package/agents/oci/oci-compute-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  795. package/agents/oci/oci-compute-platform-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  796. package/agents/oci/oci-compute-platform-operator-agent/metadata.json +1 -1
  797. package/agents/oci/oci-cost-finops-analyst-agent/AGENT.md +5 -5
  798. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/claude-code.agent.md +4 -4
  799. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/codex.toml +1 -1
  800. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/copilot.agent.md +4 -4
  801. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/cursor.agent.md +4 -4
  802. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/gemini.agent.md +4 -4
  803. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  804. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  805. package/agents/oci/oci-cost-finops-analyst-agent/metadata.json +1 -1
  806. package/agents/oci/oci-database-platform-dba-agent/AGENT.md +5 -5
  807. package/agents/oci/oci-database-platform-dba-agent/harnesses/claude-code.agent.md +4 -4
  808. package/agents/oci/oci-database-platform-dba-agent/harnesses/codex.toml +1 -1
  809. package/agents/oci/oci-database-platform-dba-agent/harnesses/copilot.agent.md +4 -4
  810. package/agents/oci/oci-database-platform-dba-agent/harnesses/cursor.agent.md +4 -4
  811. package/agents/oci/oci-database-platform-dba-agent/harnesses/gemini.agent.md +4 -4
  812. package/agents/oci/oci-database-platform-dba-agent/harnesses/kiro-cli.agent.json +1 -1
  813. package/agents/oci/oci-database-platform-dba-agent/harnesses/kiro-ide.agent.md +4 -4
  814. package/agents/oci/oci-database-platform-dba-agent/metadata.json +1 -1
  815. package/agents/oci/oci-dbtools-sql-analyst-agent/AGENT.md +5 -5
  816. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/claude-code.agent.md +4 -4
  817. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/codex.toml +1 -1
  818. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/copilot.agent.md +4 -4
  819. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/cursor.agent.md +4 -4
  820. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/gemini.agent.md +4 -4
  821. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  822. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  823. package/agents/oci/oci-dbtools-sql-analyst-agent/metadata.json +1 -1
  824. package/agents/oci/oci-devops-container-platform-engineer-agent/AGENT.md +5 -5
  825. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/claude-code.agent.md +4 -4
  826. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/codex.toml +1 -1
  827. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/copilot.agent.md +4 -4
  828. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/cursor.agent.md +4 -4
  829. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/gemini.agent.md +4 -4
  830. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  831. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  832. package/agents/oci/oci-devops-container-platform-engineer-agent/metadata.json +1 -1
  833. package/agents/oci/oci-exadata-platform-architect-agent/AGENT.md +5 -5
  834. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/claude-code.agent.md +4 -4
  835. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/codex.toml +1 -1
  836. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/copilot.agent.md +4 -4
  837. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/cursor.agent.md +4 -4
  838. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/gemini.agent.md +4 -4
  839. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  840. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  841. package/agents/oci/oci-exadata-platform-architect-agent/metadata.json +1 -1
  842. package/agents/oci/oci-fusion-apps-environment-operator-agent/AGENT.md +5 -5
  843. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/claude-code.agent.md +4 -4
  844. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/codex.toml +1 -1
  845. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/copilot.agent.md +4 -4
  846. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/cursor.agent.md +4 -4
  847. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/gemini.agent.md +4 -4
  848. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  849. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  850. package/agents/oci/oci-fusion-apps-environment-operator-agent/metadata.json +1 -1
  851. package/agents/oci/oci-goldengate-replication-operator-agent/AGENT.md +5 -5
  852. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/claude-code.agent.md +4 -4
  853. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/codex.toml +1 -1
  854. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/copilot.agent.md +4 -4
  855. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/cursor.agent.md +4 -4
  856. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/gemini.agent.md +4 -4
  857. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  858. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  859. package/agents/oci/oci-goldengate-replication-operator-agent/metadata.json +1 -1
  860. package/agents/oci/oci-identity-access-governor-agent/AGENT.md +5 -5
  861. package/agents/oci/oci-identity-access-governor-agent/harnesses/claude-code.agent.md +4 -4
  862. package/agents/oci/oci-identity-access-governor-agent/harnesses/codex.toml +1 -1
  863. package/agents/oci/oci-identity-access-governor-agent/harnesses/copilot.agent.md +4 -4
  864. package/agents/oci/oci-identity-access-governor-agent/harnesses/cursor.agent.md +4 -4
  865. package/agents/oci/oci-identity-access-governor-agent/harnesses/gemini.agent.md +4 -4
  866. package/agents/oci/oci-identity-access-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  867. package/agents/oci/oci-identity-access-governor-agent/harnesses/kiro-ide.agent.md +4 -4
  868. package/agents/oci/oci-identity-access-governor-agent/metadata.json +1 -1
  869. package/agents/oci/oci-iot-digital-twin-engineer-agent/AGENT.md +5 -5
  870. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/claude-code.agent.md +4 -4
  871. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/codex.toml +1 -1
  872. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/copilot.agent.md +4 -4
  873. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/cursor.agent.md +4 -4
  874. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/gemini.agent.md +4 -4
  875. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  876. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  877. package/agents/oci/oci-iot-digital-twin-engineer-agent/metadata.json +1 -1
  878. package/agents/oci/oci-limits-capacity-planner-agent/AGENT.md +5 -5
  879. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/claude-code.agent.md +4 -4
  880. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/codex.toml +1 -1
  881. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/copilot.agent.md +4 -4
  882. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/cursor.agent.md +4 -4
  883. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/gemini.agent.md +4 -4
  884. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/kiro-cli.agent.json +1 -1
  885. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/kiro-ide.agent.md +4 -4
  886. package/agents/oci/oci-limits-capacity-planner-agent/metadata.json +1 -1
  887. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/AGENT.md +1 -1
  888. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/codex.toml +1 -1
  889. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/metadata.json +6 -7
  890. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/AGENT.md +1 -1
  891. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/codex.toml +1 -1
  892. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/metadata.json +7 -7
  893. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/AGENT.md +1 -1
  894. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/codex.toml +1 -1
  895. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/metadata.json +5 -6
  896. package/agents/oci/oci-live-network-security-rule-guard-agent/AGENT.md +1 -1
  897. package/agents/oci/oci-live-network-security-rule-guard-agent/harnesses/codex.toml +1 -1
  898. package/agents/oci/oci-live-network-security-rule-guard-agent/metadata.json +6 -7
  899. package/agents/oci/oci-live-oke-rollout-guard-agent/AGENT.md +1 -1
  900. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/codex.toml +1 -1
  901. package/agents/oci/oci-live-oke-rollout-guard-agent/metadata.json +7 -7
  902. package/agents/oci/oci-live-resource-manager-stack-guard-agent/AGENT.md +1 -1
  903. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/codex.toml +1 -1
  904. package/agents/oci/oci-live-resource-manager-stack-guard-agent/metadata.json +6 -6
  905. package/agents/oci/oci-live-vault-key-destruction-guard-agent/AGENT.md +1 -1
  906. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/codex.toml +1 -1
  907. package/agents/oci/oci-live-vault-key-destruction-guard-agent/metadata.json +5 -6
  908. package/agents/oci/oci-load-balancer-traffic-engineer-agent/AGENT.md +5 -5
  909. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/claude-code.agent.md +4 -4
  910. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/codex.toml +1 -1
  911. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/copilot.agent.md +4 -4
  912. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/cursor.agent.md +4 -4
  913. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/gemini.agent.md +4 -4
  914. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  915. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  916. package/agents/oci/oci-load-balancer-traffic-engineer-agent/metadata.json +1 -1
  917. package/agents/oci/oci-maestro-agent/AGENT.md +2 -2
  918. package/agents/oci/oci-maestro-agent/harnesses/claude-code.agent.md +1 -1
  919. package/agents/oci/oci-maestro-agent/harnesses/codex.toml +1 -1
  920. package/agents/oci/oci-maestro-agent/harnesses/copilot.agent.md +1 -1
  921. package/agents/oci/oci-maestro-agent/harnesses/cursor.agent.md +1 -1
  922. package/agents/oci/oci-maestro-agent/harnesses/gemini.agent.md +1 -1
  923. package/agents/oci/oci-maestro-agent/harnesses/kiro-cli.agent.json +1 -1
  924. package/agents/oci/oci-maestro-agent/harnesses/kiro-ide.agent.md +1 -1
  925. package/agents/oci/oci-maestro-agent/metadata.json +8 -9
  926. package/agents/oci/oci-migration-cutover-architect-agent/AGENT.md +5 -5
  927. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/claude-code.agent.md +4 -4
  928. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/codex.toml +1 -1
  929. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/copilot.agent.md +4 -4
  930. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/cursor.agent.md +4 -4
  931. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/gemini.agent.md +4 -4
  932. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  933. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  934. package/agents/oci/oci-migration-cutover-architect-agent/metadata.json +1 -1
  935. package/agents/oci/oci-multi-cloud-architect-agent/AGENT.md +5 -5
  936. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/claude-code.agent.md +4 -4
  937. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/codex.toml +1 -1
  938. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/copilot.agent.md +4 -4
  939. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/cursor.agent.md +4 -4
  940. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/gemini.agent.md +4 -4
  941. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  942. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  943. package/agents/oci/oci-multi-cloud-architect-agent/metadata.json +1 -1
  944. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/AGENT.md +5 -5
  945. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/claude-code.agent.md +4 -4
  946. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/codex.toml +1 -1
  947. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/copilot.agent.md +4 -4
  948. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/cursor.agent.md +4 -4
  949. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/gemini.agent.md +4 -4
  950. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/kiro-cli.agent.json +1 -1
  951. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/kiro-ide.agent.md +4 -4
  952. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/metadata.json +1 -1
  953. package/agents/oci/oci-network-architect-agent/AGENT.md +5 -5
  954. package/agents/oci/oci-network-architect-agent/harnesses/claude-code.agent.md +4 -4
  955. package/agents/oci/oci-network-architect-agent/harnesses/codex.toml +1 -1
  956. package/agents/oci/oci-network-architect-agent/harnesses/copilot.agent.md +4 -4
  957. package/agents/oci/oci-network-architect-agent/harnesses/cursor.agent.md +4 -4
  958. package/agents/oci/oci-network-architect-agent/harnesses/gemini.agent.md +4 -4
  959. package/agents/oci/oci-network-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  960. package/agents/oci/oci-network-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  961. package/agents/oci/oci-network-architect-agent/metadata.json +1 -1
  962. package/agents/oci/oci-observability-incident-responder-agent/AGENT.md +5 -5
  963. package/agents/oci/oci-observability-incident-responder-agent/harnesses/claude-code.agent.md +4 -4
  964. package/agents/oci/oci-observability-incident-responder-agent/harnesses/codex.toml +1 -1
  965. package/agents/oci/oci-observability-incident-responder-agent/harnesses/copilot.agent.md +4 -4
  966. package/agents/oci/oci-observability-incident-responder-agent/harnesses/cursor.agent.md +4 -4
  967. package/agents/oci/oci-observability-incident-responder-agent/harnesses/gemini.agent.md +4 -4
  968. package/agents/oci/oci-observability-incident-responder-agent/harnesses/kiro-cli.agent.json +1 -1
  969. package/agents/oci/oci-observability-incident-responder-agent/harnesses/kiro-ide.agent.md +4 -4
  970. package/agents/oci/oci-observability-incident-responder-agent/metadata.json +1 -1
  971. package/agents/oci/oci-recovery-service-operator-agent/AGENT.md +5 -5
  972. package/agents/oci/oci-recovery-service-operator-agent/harnesses/claude-code.agent.md +4 -4
  973. package/agents/oci/oci-recovery-service-operator-agent/harnesses/codex.toml +1 -1
  974. package/agents/oci/oci-recovery-service-operator-agent/harnesses/copilot.agent.md +4 -4
  975. package/agents/oci/oci-recovery-service-operator-agent/harnesses/cursor.agent.md +4 -4
  976. package/agents/oci/oci-recovery-service-operator-agent/harnesses/gemini.agent.md +4 -4
  977. package/agents/oci/oci-recovery-service-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  978. package/agents/oci/oci-recovery-service-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  979. package/agents/oci/oci-recovery-service-operator-agent/metadata.json +4 -4
  980. package/agents/oci/oci-registry-artifact-governor-agent/AGENT.md +5 -5
  981. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/claude-code.agent.md +4 -4
  982. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/codex.toml +1 -1
  983. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/copilot.agent.md +4 -4
  984. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/cursor.agent.md +4 -4
  985. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/gemini.agent.md +4 -4
  986. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  987. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/kiro-ide.agent.md +4 -4
  988. package/agents/oci/oci-registry-artifact-governor-agent/metadata.json +5 -4
  989. package/agents/oci/oci-resource-search-inventory-analyst-agent/AGENT.md +5 -5
  990. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/claude-code.agent.md +4 -4
  991. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/codex.toml +1 -1
  992. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/copilot.agent.md +4 -4
  993. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/cursor.agent.md +4 -4
  994. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/gemini.agent.md +4 -4
  995. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  996. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  997. package/agents/oci/oci-resource-search-inventory-analyst-agent/metadata.json +4 -4
  998. package/agents/oci/oci-security-compliance-reviewer-agent/AGENT.md +5 -5
  999. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/claude-code.agent.md +4 -4
  1000. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/codex.toml +1 -1
  1001. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/copilot.agent.md +4 -4
  1002. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/cursor.agent.md +4 -4
  1003. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/gemini.agent.md +4 -4
  1004. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/kiro-cli.agent.json +1 -1
  1005. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/kiro-ide.agent.md +4 -4
  1006. package/agents/oci/oci-security-compliance-reviewer-agent/metadata.json +5 -4
  1007. package/agents/oci/oci-solution-architect-agent/AGENT.md +5 -5
  1008. package/agents/oci/oci-solution-architect-agent/harnesses/claude-code.agent.md +4 -4
  1009. package/agents/oci/oci-solution-architect-agent/harnesses/codex.toml +1 -1
  1010. package/agents/oci/oci-solution-architect-agent/harnesses/copilot.agent.md +4 -4
  1011. package/agents/oci/oci-solution-architect-agent/harnesses/cursor.agent.md +4 -4
  1012. package/agents/oci/oci-solution-architect-agent/harnesses/gemini.agent.md +4 -4
  1013. package/agents/oci/oci-solution-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  1014. package/agents/oci/oci-solution-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  1015. package/agents/oci/oci-solution-architect-agent/metadata.json +5 -4
  1016. package/agents/oci/oci-storage-backup-steward-agent/AGENT.md +5 -5
  1017. package/agents/oci/oci-storage-backup-steward-agent/harnesses/claude-code.agent.md +4 -4
  1018. package/agents/oci/oci-storage-backup-steward-agent/harnesses/codex.toml +1 -1
  1019. package/agents/oci/oci-storage-backup-steward-agent/harnesses/copilot.agent.md +4 -4
  1020. package/agents/oci/oci-storage-backup-steward-agent/harnesses/cursor.agent.md +4 -4
  1021. package/agents/oci/oci-storage-backup-steward-agent/harnesses/gemini.agent.md +4 -4
  1022. package/agents/oci/oci-storage-backup-steward-agent/harnesses/kiro-cli.agent.json +1 -1
  1023. package/agents/oci/oci-storage-backup-steward-agent/harnesses/kiro-ide.agent.md +4 -4
  1024. package/agents/oci/oci-storage-backup-steward-agent/metadata.json +5 -4
  1025. package/agents/oci/oci-support-incident-coordinator-agent/AGENT.md +5 -5
  1026. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/claude-code.agent.md +4 -4
  1027. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/codex.toml +1 -1
  1028. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/copilot.agent.md +4 -4
  1029. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/cursor.agent.md +4 -4
  1030. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/gemini.agent.md +4 -4
  1031. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/kiro-cli.agent.json +1 -1
  1032. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/kiro-ide.agent.md +4 -4
  1033. package/agents/oci/oci-support-incident-coordinator-agent/metadata.json +4 -4
  1034. package/agents/oci/oci-waf-cost-optimization-review-agent/AGENT.md +4 -4
  1035. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/claude-code.agent.md +3 -3
  1036. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/codex.toml +1 -1
  1037. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/copilot.agent.md +3 -3
  1038. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/cursor.agent.md +3 -3
  1039. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/gemini.agent.md +3 -3
  1040. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/kiro-cli.agent.json +1 -1
  1041. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/kiro-ide.agent.md +3 -3
  1042. package/agents/oci/oci-waf-cost-optimization-review-agent/metadata.json +17 -7
  1043. package/agents/oci/oci-waf-reliability-review-agent/AGENT.md +4 -4
  1044. package/agents/oci/oci-waf-reliability-review-agent/harnesses/claude-code.agent.md +3 -3
  1045. package/agents/oci/oci-waf-reliability-review-agent/harnesses/codex.toml +1 -1
  1046. package/agents/oci/oci-waf-reliability-review-agent/harnesses/copilot.agent.md +3 -3
  1047. package/agents/oci/oci-waf-reliability-review-agent/harnesses/cursor.agent.md +3 -3
  1048. package/agents/oci/oci-waf-reliability-review-agent/harnesses/gemini.agent.md +3 -3
  1049. package/agents/oci/oci-waf-reliability-review-agent/harnesses/kiro-cli.agent.json +1 -1
  1050. package/agents/oci/oci-waf-reliability-review-agent/harnesses/kiro-ide.agent.md +3 -3
  1051. package/agents/oci/oci-waf-reliability-review-agent/metadata.json +16 -6
  1052. package/agents/oci/oci-waf-security-review-agent/AGENT.md +4 -4
  1053. package/agents/oci/oci-waf-security-review-agent/harnesses/claude-code.agent.md +3 -3
  1054. package/agents/oci/oci-waf-security-review-agent/harnesses/codex.toml +1 -1
  1055. package/agents/oci/oci-waf-security-review-agent/harnesses/copilot.agent.md +3 -3
  1056. package/agents/oci/oci-waf-security-review-agent/harnesses/cursor.agent.md +3 -3
  1057. package/agents/oci/oci-waf-security-review-agent/harnesses/gemini.agent.md +3 -3
  1058. package/agents/oci/oci-waf-security-review-agent/harnesses/kiro-cli.agent.json +1 -1
  1059. package/agents/oci/oci-waf-security-review-agent/harnesses/kiro-ide.agent.md +3 -3
  1060. package/agents/oci/oci-waf-security-review-agent/metadata.json +17 -8
  1061. package/catalog/agents.json +1065 -555
  1062. package/catalog/asset-integrity.json +7197 -4762
  1063. package/catalog/install-roles.json +53 -1
  1064. package/catalog/skill-manifest.json +3006 -1337
  1065. package/catalog/skills.json +1431 -589
  1066. package/package.json +2 -1
  1067. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  1068. package/powers/README.md +4 -2
  1069. package/powers/vanguard-accounting/POWER.md +40 -0
  1070. package/powers/vanguard-finance/POWER.md +40 -0
  1071. package/schemas/agent.schema.json +19 -5
  1072. package/schemas/skill.frontmatter.schema.json +53 -15
  1073. package/scripts/generate-docs-data.mjs +116 -0
  1074. package/scripts/generate-plugin-manifest.mjs +74 -12
  1075. package/skills/accounting/README.md +8 -0
  1076. package/skills/accounting/accounting-maestro/README.md +14 -0
  1077. package/skills/accounting/accounting-maestro/SKILL.md +87 -0
  1078. package/skills/accounting/accounting-maestro/metadata.json +12 -0
  1079. package/skills/accounting/business-combinations-advisor/README.md +25 -0
  1080. package/skills/accounting/business-combinations-advisor/SKILL.md +268 -0
  1081. package/skills/accounting/business-combinations-advisor/metadata.json +23 -0
  1082. package/skills/accounting/close-cycle-advisor/README.md +21 -0
  1083. package/skills/accounting/close-cycle-advisor/SKILL.md +286 -0
  1084. package/skills/accounting/close-cycle-advisor/metadata.json +27 -0
  1085. package/skills/accounting/consolidation-intercompany-advisor/README.md +22 -0
  1086. package/skills/accounting/consolidation-intercompany-advisor/SKILL.md +302 -0
  1087. package/skills/accounting/consolidation-intercompany-advisor/metadata.json +26 -0
  1088. package/skills/accounting/equity-compensation-advisor/README.md +22 -0
  1089. package/skills/accounting/equity-compensation-advisor/SKILL.md +185 -0
  1090. package/skills/accounting/equity-compensation-advisor/metadata.json +23 -0
  1091. package/skills/accounting/fixed-assets-advisor/README.md +20 -0
  1092. package/skills/accounting/fixed-assets-advisor/SKILL.md +391 -0
  1093. package/skills/accounting/fixed-assets-advisor/metadata.json +26 -0
  1094. package/skills/accounting/fx-translation-advisor/README.md +23 -0
  1095. package/skills/accounting/fx-translation-advisor/SKILL.md +275 -0
  1096. package/skills/accounting/fx-translation-advisor/metadata.json +26 -0
  1097. package/skills/accounting/hedge-accounting-advisor/README.md +28 -0
  1098. package/skills/accounting/hedge-accounting-advisor/SKILL.md +459 -0
  1099. package/skills/accounting/hedge-accounting-advisor/metadata.json +25 -0
  1100. package/skills/accounting/indirect-tax-einvoicing-advisor/README.md +21 -0
  1101. package/skills/accounting/indirect-tax-einvoicing-advisor/SKILL.md +481 -0
  1102. package/skills/accounting/indirect-tax-einvoicing-advisor/metadata.json +26 -0
  1103. package/skills/accounting/lease-accounting-advisor/README.md +24 -0
  1104. package/skills/accounting/lease-accounting-advisor/SKILL.md +296 -0
  1105. package/skills/accounting/lease-accounting-advisor/metadata.json +25 -0
  1106. package/skills/accounting/payroll-advisor/README.md +25 -0
  1107. package/skills/accounting/payroll-advisor/SKILL.md +314 -0
  1108. package/skills/accounting/payroll-advisor/metadata.json +26 -0
  1109. package/skills/accounting/procure-to-pay-advisor/README.md +21 -0
  1110. package/skills/accounting/procure-to-pay-advisor/SKILL.md +382 -0
  1111. package/skills/accounting/procure-to-pay-advisor/metadata.json +25 -0
  1112. package/skills/accounting/revenue-recognition-advisor/README.md +17 -0
  1113. package/skills/accounting/revenue-recognition-advisor/SKILL.md +190 -0
  1114. package/skills/accounting/revenue-recognition-advisor/metadata.json +12 -0
  1115. package/skills/accounting/tax-provision-advisor/README.md +25 -0
  1116. package/skills/accounting/tax-provision-advisor/SKILL.md +343 -0
  1117. package/skills/accounting/tax-provision-advisor/metadata.json +27 -0
  1118. package/skills/aws/aws-agentcore/SKILL.md +8 -8
  1119. package/skills/aws/aws-agentcore/metadata.json +15 -3
  1120. package/skills/aws/aws-agentcore/references/gateway-integration.md +38 -3
  1121. package/skills/aws/aws-agentcore/references/getting-started.md +9 -0
  1122. package/skills/aws/aws-agentcore/references/memory-integration.md +24 -6
  1123. package/skills/aws/aws-agentcore/references/official-sources.md +60 -0
  1124. package/skills/aws/aws-agentcore/references/safety-checklist.md +8 -4
  1125. package/skills/aws/aws-agentcore/references/workflow-and-output.md +12 -3
  1126. package/skills/aws/aws-api-edge-delivery-review/SKILL.md +7 -3
  1127. package/skills/aws/aws-api-edge-delivery-review/metadata.json +8 -3
  1128. package/skills/aws/aws-api-edge-delivery-review/references/api-gateway-controls.md +120 -0
  1129. package/skills/aws/aws-api-edge-delivery-review/references/cloudfront-origin-protection.md +100 -0
  1130. package/skills/aws/aws-api-edge-delivery-review/references/observability-incident-playbook.md +110 -0
  1131. package/skills/aws/aws-api-edge-delivery-review/references/official-sources.md +61 -5
  1132. package/skills/aws/aws-api-edge-delivery-review/references/safety-checklist.md +2 -2
  1133. package/skills/aws/aws-api-edge-delivery-review/references/waf-shield-abuse-controls.md +97 -0
  1134. package/skills/aws/aws-api-edge-delivery-review/references/workflow-and-output.md +1 -1
  1135. package/skills/aws/aws-bedrock-agent-security-governor/SKILL.md +4 -3
  1136. package/skills/aws/aws-bedrock-agent-security-governor/metadata.json +2 -2
  1137. package/skills/aws/aws-bedrock-agent-security-governor/references/bedrock-agent-attack-surface.md +59 -0
  1138. package/skills/aws/aws-bedrock-agent-security-governor/references/official-sources.md +14 -1
  1139. package/skills/aws/aws-bedrock-agent-security-governor/references/safety-checklist.md +2 -2
  1140. package/skills/aws/aws-bedrock-agent-security-governor/references/workflow-and-output.md +1 -1
  1141. package/skills/aws/aws-change-impact-advisor/SKILL.md +4 -3
  1142. package/skills/aws/aws-change-impact-advisor/metadata.json +2 -2
  1143. package/skills/aws/aws-change-impact-advisor/references/change-impact-assessment.md +59 -0
  1144. package/skills/aws/aws-change-impact-advisor/references/official-sources.md +13 -0
  1145. package/skills/aws/aws-ci-cd-release-engineer/SKILL.md +4 -3
  1146. package/skills/aws/aws-ci-cd-release-engineer/metadata.json +2 -2
  1147. package/skills/aws/aws-ci-cd-release-engineer/references/official-sources.md +15 -1
  1148. package/skills/aws/aws-ci-cd-release-engineer/references/release-safety-and-provenance.md +59 -0
  1149. package/skills/aws/aws-ci-cd-release-engineer/references/safety-checklist.md +2 -2
  1150. package/skills/aws/aws-ci-cd-release-engineer/references/workflow-and-output.md +1 -1
  1151. package/skills/aws/aws-compliance-evidence-mapper/SKILL.md +4 -3
  1152. package/skills/aws/aws-compliance-evidence-mapper/metadata.json +2 -2
  1153. package/skills/aws/aws-compliance-evidence-mapper/references/compliance-evidence-chain.md +59 -0
  1154. package/skills/aws/aws-compliance-evidence-mapper/references/official-sources.md +15 -1
  1155. package/skills/aws/aws-compliance-evidence-mapper/references/safety-checklist.md +2 -2
  1156. package/skills/aws/aws-compliance-evidence-mapper/references/workflow-and-output.md +1 -1
  1157. package/skills/aws/aws-cost-anomaly-watch-coordinator/SKILL.md +4 -3
  1158. package/skills/aws/aws-cost-anomaly-watch-coordinator/metadata.json +5 -5
  1159. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/cost-anomaly-triage.md +60 -0
  1160. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/official-sources.md +20 -4
  1161. package/skills/aws/aws-cost-optimization-governor/SKILL.md +4 -3
  1162. package/skills/aws/aws-cost-optimization-governor/metadata.json +5 -5
  1163. package/skills/aws/aws-cost-optimization-governor/references/cost-optimization-risk-governance.md +59 -0
  1164. package/skills/aws/aws-cost-optimization-governor/references/official-sources.md +18 -4
  1165. package/skills/aws/aws-cost-optimization-governor/references/safety-checklist.md +2 -2
  1166. package/skills/aws/aws-cost-optimization-governor/references/workflow-and-output.md +1 -1
  1167. package/skills/aws/aws-daily-operations-briefing-coordinator/SKILL.md +4 -3
  1168. package/skills/aws/aws-daily-operations-briefing-coordinator/metadata.json +5 -5
  1169. package/skills/aws/aws-daily-operations-briefing-coordinator/references/official-sources.md +21 -4
  1170. package/skills/aws/aws-daily-operations-briefing-coordinator/references/operations-briefing-signal-quality.md +60 -0
  1171. package/skills/aws/aws-data-protection-backup-steward/SKILL.md +4 -3
  1172. package/skills/aws/aws-data-protection-backup-steward/metadata.json +4 -4
  1173. package/skills/aws/aws-data-protection-backup-steward/references/backup-restore-evidence.md +59 -0
  1174. package/skills/aws/aws-data-protection-backup-steward/references/official-sources.md +16 -2
  1175. package/skills/aws/aws-data-protection-backup-steward/references/safety-checklist.md +2 -2
  1176. package/skills/aws/aws-data-protection-backup-steward/references/workflow-and-output.md +1 -1
  1177. package/skills/aws/aws-deployment-hotfix-operator/SKILL.md +4 -3
  1178. package/skills/aws/aws-deployment-hotfix-operator/metadata.json +6 -4
  1179. package/skills/aws/aws-deployment-hotfix-operator/references/deployment-hotfix-safety.md +64 -0
  1180. package/skills/aws/aws-deployment-hotfix-operator/references/official-sources.md +27 -2
  1181. package/skills/aws/aws-devops-agent-skill-designer/SKILL.md +4 -3
  1182. package/skills/aws/aws-devops-agent-skill-designer/metadata.json +5 -5
  1183. package/skills/aws/aws-devops-agent-skill-designer/references/devops-agent-skill-quality.md +59 -0
  1184. package/skills/aws/aws-devops-agent-skill-designer/references/official-sources.md +17 -4
  1185. package/skills/aws/aws-devops-agent-skill-designer/references/safety-checklist.md +2 -2
  1186. package/skills/aws/aws-devops-agent-skill-designer/references/workflow-and-output.md +1 -1
  1187. package/skills/aws/aws-dynamodb-data-modeling-performance-review/SKILL.md +4 -3
  1188. package/skills/aws/aws-dynamodb-data-modeling-performance-review/metadata.json +6 -6
  1189. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/dynamodb-access-patterns-capacity.md +59 -0
  1190. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/official-sources.md +19 -5
  1191. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/safety-checklist.md +2 -2
  1192. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/workflow-and-output.md +1 -1
  1193. package/skills/aws/aws-ec2-compute-operations-steward/SKILL.md +4 -3
  1194. package/skills/aws/aws-ec2-compute-operations-steward/metadata.json +6 -6
  1195. package/skills/aws/aws-ec2-compute-operations-steward/references/ec2-fleet-operations-safety.md +59 -0
  1196. package/skills/aws/aws-ec2-compute-operations-steward/references/official-sources.md +19 -5
  1197. package/skills/aws/aws-ec2-compute-operations-steward/references/safety-checklist.md +2 -2
  1198. package/skills/aws/aws-ec2-compute-operations-steward/references/workflow-and-output.md +1 -1
  1199. package/skills/aws/aws-ecs-fargate-platform-operator/SKILL.md +4 -3
  1200. package/skills/aws/aws-ecs-fargate-platform-operator/metadata.json +6 -6
  1201. package/skills/aws/aws-ecs-fargate-platform-operator/references/ecs-fargate-service-safety.md +59 -0
  1202. package/skills/aws/aws-ecs-fargate-platform-operator/references/official-sources.md +19 -5
  1203. package/skills/aws/aws-ecs-fargate-platform-operator/references/safety-checklist.md +2 -2
  1204. package/skills/aws/aws-ecs-fargate-platform-operator/references/workflow-and-output.md +1 -1
  1205. package/skills/aws/aws-ecs-service-remediation-operator/SKILL.md +4 -3
  1206. package/skills/aws/aws-ecs-service-remediation-operator/metadata.json +6 -5
  1207. package/skills/aws/aws-ecs-service-remediation-operator/references/ecs-remediation-playbook.md +59 -0
  1208. package/skills/aws/aws-ecs-service-remediation-operator/references/official-sources.md +27 -3
  1209. package/skills/aws/aws-eks-platform-operator/SKILL.md +4 -3
  1210. package/skills/aws/aws-eks-platform-operator/metadata.json +5 -5
  1211. package/skills/aws/aws-eks-platform-operator/references/eks-platform-operations.md +59 -0
  1212. package/skills/aws/aws-eks-platform-operator/references/official-sources.md +18 -4
  1213. package/skills/aws/aws-eks-platform-operator/references/safety-checklist.md +2 -2
  1214. package/skills/aws/aws-eks-platform-operator/references/workflow-and-output.md +1 -1
  1215. package/skills/aws/aws-event-driven-architecture-review/SKILL.md +4 -3
  1216. package/skills/aws/aws-event-driven-architecture-review/metadata.json +6 -6
  1217. package/skills/aws/aws-event-driven-architecture-review/references/event-delivery-failure-modes.md +59 -0
  1218. package/skills/aws/aws-event-driven-architecture-review/references/official-sources.md +19 -5
  1219. package/skills/aws/aws-event-driven-architecture-review/references/safety-checklist.md +2 -2
  1220. package/skills/aws/aws-event-driven-architecture-review/references/workflow-and-output.md +1 -1
  1221. package/skills/aws/aws-generative-ai-developer/SKILL.md +4 -3
  1222. package/skills/aws/aws-generative-ai-developer/metadata.json +5 -9
  1223. package/skills/aws/aws-generative-ai-developer/references/bedrock-serverless-genai.md +61 -0
  1224. package/skills/aws/aws-generative-ai-developer/references/official-sources.md +23 -28
  1225. package/skills/aws/aws-iac-change-safety-review/SKILL.md +4 -3
  1226. package/skills/aws/aws-iac-change-safety-review/metadata.json +5 -5
  1227. package/skills/aws/aws-iac-change-safety-review/references/iac-change-risk-review.md +59 -0
  1228. package/skills/aws/aws-iac-change-safety-review/references/official-sources.md +18 -4
  1229. package/skills/aws/aws-iac-change-safety-review/references/safety-checklist.md +2 -2
  1230. package/skills/aws/aws-iac-change-safety-review/references/workflow-and-output.md +1 -1
  1231. package/skills/aws/aws-iac-patch-executor/SKILL.md +4 -3
  1232. package/skills/aws/aws-iac-patch-executor/metadata.json +5 -4
  1233. package/skills/aws/aws-iac-patch-executor/references/iac-patch-safety.md +64 -0
  1234. package/skills/aws/aws-iac-patch-executor/references/official-sources.md +26 -2
  1235. package/skills/aws/aws-iam-least-privilege-review/SKILL.md +4 -3
  1236. package/skills/aws/aws-iam-least-privilege-review/metadata.json +4 -4
  1237. package/skills/aws/aws-iam-least-privilege-review/references/iam-policy-trust-boundaries.md +59 -0
  1238. package/skills/aws/aws-iam-least-privilege-review/references/official-sources.md +17 -3
  1239. package/skills/aws/aws-iam-least-privilege-review/references/safety-checklist.md +2 -2
  1240. package/skills/aws/aws-iam-least-privilege-review/references/workflow-and-output.md +1 -1
  1241. package/skills/aws/aws-kms-secrets-lifecycle-steward/SKILL.md +4 -3
  1242. package/skills/aws/aws-kms-secrets-lifecycle-steward/metadata.json +6 -6
  1243. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/kms-secrets-lifecycle-controls.md +59 -0
  1244. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/official-sources.md +19 -5
  1245. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/safety-checklist.md +2 -2
  1246. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/workflow-and-output.md +1 -1
  1247. package/skills/aws/aws-landing-zone-governor/SKILL.md +4 -3
  1248. package/skills/aws/aws-landing-zone-governor/metadata.json +5 -5
  1249. package/skills/aws/aws-landing-zone-governor/references/landing-zone-governance-controls.md +59 -0
  1250. package/skills/aws/aws-landing-zone-governor/references/official-sources.md +18 -4
  1251. package/skills/aws/aws-landing-zone-governor/references/safety-checklist.md +2 -2
  1252. package/skills/aws/aws-landing-zone-governor/references/workflow-and-output.md +1 -1
  1253. package/skills/aws/aws-live-deployment-guarded-operator/SKILL.md +2 -2
  1254. package/skills/aws/aws-live-deployment-guarded-operator/metadata.json +5 -5
  1255. package/skills/aws/aws-live-deployment-guarded-operator/references/official-sources.md +23 -6
  1256. package/skills/aws/aws-live-ecs-rollout-guard/SKILL.md +2 -2
  1257. package/skills/aws/aws-live-ecs-rollout-guard/metadata.json +6 -6
  1258. package/skills/aws/aws-live-ecs-rollout-guard/references/official-sources.md +24 -7
  1259. package/skills/aws/aws-live-iac-change-guard/SKILL.md +2 -2
  1260. package/skills/aws/aws-live-iac-change-guard/metadata.json +5 -6
  1261. package/skills/aws/aws-live-iac-change-guard/references/official-sources.md +22 -6
  1262. package/skills/aws/aws-live-pipeline-approval-operator/SKILL.md +2 -2
  1263. package/skills/aws/aws-live-pipeline-approval-operator/metadata.json +5 -5
  1264. package/skills/aws/aws-live-pipeline-approval-operator/references/official-sources.md +23 -6
  1265. package/skills/aws/aws-live-serverless-release-guard/SKILL.md +2 -2
  1266. package/skills/aws/aws-live-serverless-release-guard/metadata.json +5 -5
  1267. package/skills/aws/aws-live-serverless-release-guard/references/official-sources.md +23 -6
  1268. package/skills/aws/aws-maestro/SKILL.md +3 -2
  1269. package/skills/aws/aws-maestro/metadata.json +6 -7
  1270. package/skills/aws/aws-maestro/references/official-sources.md +18 -14
  1271. package/skills/aws/aws-maestro/references/routing-quality-and-safety.md +59 -0
  1272. package/skills/aws/aws-migration-cutover-architect/SKILL.md +4 -3
  1273. package/skills/aws/aws-migration-cutover-architect/metadata.json +6 -6
  1274. package/skills/aws/aws-migration-cutover-architect/references/migration-cutover-readiness.md +59 -0
  1275. package/skills/aws/aws-migration-cutover-architect/references/official-sources.md +19 -5
  1276. package/skills/aws/aws-migration-cutover-architect/references/safety-checklist.md +2 -2
  1277. package/skills/aws/aws-migration-cutover-architect/references/workflow-and-output.md +1 -1
  1278. package/skills/aws/aws-network-architect/SKILL.md +4 -3
  1279. package/skills/aws/aws-network-architect/metadata.json +6 -8
  1280. package/skills/aws/aws-network-architect/references/network-routing-and-dns.md +59 -0
  1281. package/skills/aws/aws-network-architect/references/official-sources.md +19 -5
  1282. package/skills/aws/aws-network-architect/references/safety-checklist.md +2 -2
  1283. package/skills/aws/aws-network-architect/references/workflow-and-output.md +1 -1
  1284. package/skills/aws/aws-non-destructive-task-automation-advisor/SKILL.md +4 -3
  1285. package/skills/aws/aws-non-destructive-task-automation-advisor/metadata.json +5 -5
  1286. package/skills/aws/aws-non-destructive-task-automation-advisor/references/non-destructive-automation-patterns.md +60 -0
  1287. package/skills/aws/aws-non-destructive-task-automation-advisor/references/official-sources.md +22 -5
  1288. package/skills/aws/aws-observability-incident-responder/SKILL.md +4 -3
  1289. package/skills/aws/aws-observability-incident-responder/metadata.json +5 -5
  1290. package/skills/aws/aws-observability-incident-responder/references/incident-evidence-correlation.md +59 -0
  1291. package/skills/aws/aws-observability-incident-responder/references/official-sources.md +18 -4
  1292. package/skills/aws/aws-observability-incident-responder/references/safety-checklist.md +2 -2
  1293. package/skills/aws/aws-observability-incident-responder/references/workflow-and-output.md +1 -1
  1294. package/skills/aws/aws-pipeline-fix-operator/SKILL.md +4 -3
  1295. package/skills/aws/aws-pipeline-fix-operator/metadata.json +6 -5
  1296. package/skills/aws/aws-pipeline-fix-operator/references/official-sources.md +27 -3
  1297. package/skills/aws/aws-pipeline-fix-operator/references/pipeline-failure-analysis.md +60 -0
  1298. package/skills/aws/aws-private-ca-issuer-review/SKILL.md +3 -2
  1299. package/skills/aws/aws-private-ca-issuer-review/metadata.json +13 -7
  1300. package/skills/aws/aws-private-ca-issuer-review/references/official-sources.md +19 -12
  1301. package/skills/aws/aws-private-ca-issuer-review/references/private-ca-issuer-trust-boundaries.md +59 -0
  1302. package/skills/aws/aws-rds-aurora-performance-investigator/SKILL.md +4 -3
  1303. package/skills/aws/aws-rds-aurora-performance-investigator/metadata.json +5 -5
  1304. package/skills/aws/aws-rds-aurora-performance-investigator/references/official-sources.md +18 -4
  1305. package/skills/aws/aws-rds-aurora-performance-investigator/references/rds-aurora-performance-evidence.md +59 -0
  1306. package/skills/aws/aws-rds-aurora-performance-investigator/references/safety-checklist.md +2 -2
  1307. package/skills/aws/aws-rds-aurora-performance-investigator/references/workflow-and-output.md +1 -1
  1308. package/skills/aws/aws-resilience-bcdr-review/SKILL.md +4 -3
  1309. package/skills/aws/aws-resilience-bcdr-review/metadata.json +6 -6
  1310. package/skills/aws/aws-resilience-bcdr-review/references/bcdr-recovery-evidence.md +59 -0
  1311. package/skills/aws/aws-resilience-bcdr-review/references/official-sources.md +18 -4
  1312. package/skills/aws/aws-resilience-bcdr-review/references/safety-checklist.md +2 -2
  1313. package/skills/aws/aws-resilience-bcdr-review/references/workflow-and-output.md +1 -1
  1314. package/skills/aws/aws-s3-data-perimeter-governor/SKILL.md +4 -3
  1315. package/skills/aws/aws-s3-data-perimeter-governor/metadata.json +5 -5
  1316. package/skills/aws/aws-s3-data-perimeter-governor/references/official-sources.md +18 -4
  1317. package/skills/aws/aws-s3-data-perimeter-governor/references/s3-data-perimeter-controls.md +59 -0
  1318. package/skills/aws/aws-s3-data-perimeter-governor/references/safety-checklist.md +2 -2
  1319. package/skills/aws/aws-s3-data-perimeter-governor/references/workflow-and-output.md +1 -1
  1320. package/skills/aws/aws-security-posture-hardening/SKILL.md +4 -3
  1321. package/skills/aws/aws-security-posture-hardening/metadata.json +6 -6
  1322. package/skills/aws/aws-security-posture-hardening/references/official-sources.md +19 -5
  1323. package/skills/aws/aws-security-posture-hardening/references/safety-checklist.md +2 -2
  1324. package/skills/aws/aws-security-posture-hardening/references/security-posture-prioritization.md +59 -0
  1325. package/skills/aws/aws-security-posture-hardening/references/workflow-and-output.md +1 -1
  1326. package/skills/aws/aws-serverless-production-readiness/SKILL.md +4 -3
  1327. package/skills/aws/aws-serverless-production-readiness/metadata.json +5 -5
  1328. package/skills/aws/aws-serverless-production-readiness/references/lambda-event-production-readiness.md +59 -0
  1329. package/skills/aws/aws-serverless-production-readiness/references/official-sources.md +18 -4
  1330. package/skills/aws/aws-serverless-production-readiness/references/safety-checklist.md +2 -2
  1331. package/skills/aws/aws-serverless-production-readiness/references/workflow-and-output.md +1 -1
  1332. package/skills/aws/aws-serverless-rollout-corrector/SKILL.md +4 -3
  1333. package/skills/aws/aws-serverless-rollout-corrector/metadata.json +5 -4
  1334. package/skills/aws/aws-serverless-rollout-corrector/references/lambda-rollout-correction.md +64 -0
  1335. package/skills/aws/aws-serverless-rollout-corrector/references/official-sources.md +25 -1
  1336. package/skills/aws/aws-solution-architect/SKILL.md +4 -3
  1337. package/skills/aws/aws-solution-architect/metadata.json +4 -5
  1338. package/skills/aws/aws-solution-architect/references/architecture-decision-stress-test.md +59 -0
  1339. package/skills/aws/aws-solution-architect/references/official-sources.md +15 -3
  1340. package/skills/aws/aws-solution-architect/references/safety-checklist.md +2 -2
  1341. package/skills/aws/aws-solution-architect/references/workflow-and-output.md +1 -1
  1342. package/skills/aws/aws-ticket-triage-escalation-coordinator/SKILL.md +4 -3
  1343. package/skills/aws/aws-ticket-triage-escalation-coordinator/metadata.json +5 -5
  1344. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/official-sources.md +22 -5
  1345. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/ticket-triage-escalation.md +60 -0
  1346. package/skills/aws/aws-waf-cost-optimization-review/SKILL.md +3 -2
  1347. package/skills/aws/aws-waf-cost-optimization-review/metadata.json +5 -3
  1348. package/skills/aws/aws-waf-cost-optimization-review/references/official-sources.md +19 -18
  1349. package/skills/aws/aws-waf-cost-optimization-review/references/well-architected-cost-review.md +59 -0
  1350. package/skills/aws/aws-waf-reliability-review/SKILL.md +3 -2
  1351. package/skills/aws/aws-waf-reliability-review/metadata.json +5 -3
  1352. package/skills/aws/aws-waf-reliability-review/references/official-sources.md +19 -18
  1353. package/skills/aws/aws-waf-reliability-review/references/well-architected-reliability-review.md +59 -0
  1354. package/skills/aws/aws-waf-security-review/SKILL.md +3 -2
  1355. package/skills/aws/aws-waf-security-review/metadata.json +5 -3
  1356. package/skills/aws/aws-waf-security-review/references/official-sources.md +18 -19
  1357. package/skills/aws/aws-waf-security-review/references/well-architected-security-review.md +59 -0
  1358. package/skills/azure/azure-ai-foundry-ops-governor/SKILL.md +7 -5
  1359. package/skills/azure/azure-ai-foundry-ops-governor/metadata.json +7 -4
  1360. package/skills/azure/azure-ai-foundry-ops-governor/references/foundry-ops-governance.md +62 -0
  1361. package/skills/azure/azure-ai-foundry-ops-governor/references/mcp-and-evidence.md +19 -26
  1362. package/skills/azure/azure-ai-foundry-ops-governor/references/official-sources.md +25 -21
  1363. package/skills/azure/azure-ai-foundry-ops-governor/references/safety-checklist.md +37 -0
  1364. package/skills/azure/azure-ai-foundry-ops-governor/references/workflow-and-output.md +23 -80
  1365. package/skills/azure/azure-aks-platform-operator/SKILL.md +8 -6
  1366. package/skills/azure/azure-aks-platform-operator/metadata.json +6 -5
  1367. package/skills/azure/azure-aks-platform-operator/references/aks-platform-operations.md +62 -0
  1368. package/skills/azure/azure-aks-platform-operator/references/mcp-and-evidence.md +19 -29
  1369. package/skills/azure/azure-aks-platform-operator/references/official-sources.md +26 -10
  1370. package/skills/azure/azure-aks-platform-operator/references/safety-checklist.md +32 -0
  1371. package/skills/azure/azure-aks-platform-operator/references/workflow-and-output.md +23 -101
  1372. package/skills/azure/azure-app-service-production-readiness/SKILL.md +7 -5
  1373. package/skills/azure/azure-app-service-production-readiness/metadata.json +4 -5
  1374. package/skills/azure/azure-app-service-production-readiness/references/app-service-production-operations.md +61 -0
  1375. package/skills/azure/azure-app-service-production-readiness/references/mcp-and-evidence.md +19 -31
  1376. package/skills/azure/azure-app-service-production-readiness/references/official-sources.md +20 -19
  1377. package/skills/azure/azure-app-service-production-readiness/references/safety-checklist.md +33 -0
  1378. package/skills/azure/azure-app-service-production-readiness/references/workflow-and-output.md +21 -108
  1379. package/skills/azure/azure-cosmosdb-application-developer/SKILL.md +6 -4
  1380. package/skills/azure/azure-cosmosdb-application-developer/metadata.json +6 -6
  1381. package/skills/azure/azure-cosmosdb-application-developer/references/cosmosdb-application-design.md +61 -0
  1382. package/skills/azure/azure-cosmosdb-application-developer/references/mcp-and-evidence.md +19 -23
  1383. package/skills/azure/azure-cosmosdb-application-developer/references/official-sources.md +18 -31
  1384. package/skills/azure/azure-cosmosdb-application-developer/references/safety-checklist.md +32 -0
  1385. package/skills/azure/azure-cosmosdb-application-developer/references/workflow-and-output.md +27 -27
  1386. package/skills/azure/azure-cosmosdb-performance-investigator/SKILL.md +6 -4
  1387. package/skills/azure/azure-cosmosdb-performance-investigator/metadata.json +6 -6
  1388. package/skills/azure/azure-cosmosdb-performance-investigator/references/cosmosdb-performance-investigation.md +62 -0
  1389. package/skills/azure/azure-cosmosdb-performance-investigator/references/mcp-and-evidence.md +19 -30
  1390. package/skills/azure/azure-cosmosdb-performance-investigator/references/official-sources.md +19 -32
  1391. package/skills/azure/azure-cosmosdb-performance-investigator/references/safety-checklist.md +32 -0
  1392. package/skills/azure/azure-cosmosdb-performance-investigator/references/workflow-and-output.md +34 -42
  1393. package/skills/azure/azure-cosmosdb-platform-operator/SKILL.md +8 -6
  1394. package/skills/azure/azure-cosmosdb-platform-operator/metadata.json +6 -6
  1395. package/skills/azure/azure-cosmosdb-platform-operator/references/cosmosdb-platform-operations.md +62 -0
  1396. package/skills/azure/azure-cosmosdb-platform-operator/references/mcp-and-evidence.md +19 -23
  1397. package/skills/azure/azure-cosmosdb-platform-operator/references/official-sources.md +18 -29
  1398. package/skills/azure/azure-cosmosdb-platform-operator/references/safety-checklist.md +33 -0
  1399. package/skills/azure/azure-cosmosdb-platform-operator/references/workflow-and-output.md +30 -28
  1400. package/skills/azure/azure-cost-estimation-review/SKILL.md +9 -7
  1401. package/skills/azure/azure-cost-estimation-review/metadata.json +7 -5
  1402. package/skills/azure/azure-cost-estimation-review/references/cost-estimation-review.md +62 -0
  1403. package/skills/azure/azure-cost-estimation-review/references/mcp-and-evidence.md +19 -23
  1404. package/skills/azure/azure-cost-estimation-review/references/official-sources.md +17 -18
  1405. package/skills/azure/azure-cost-estimation-review/references/safety-checklist.md +33 -0
  1406. package/skills/azure/azure-cost-estimation-review/references/workflow-and-output.md +25 -59
  1407. package/skills/azure/azure-cost-optimization-governor/SKILL.md +9 -7
  1408. package/skills/azure/azure-cost-optimization-governor/metadata.json +8 -5
  1409. package/skills/azure/azure-cost-optimization-governor/references/cost-optimization-governance.md +62 -0
  1410. package/skills/azure/azure-cost-optimization-governor/references/mcp-and-evidence.md +19 -22
  1411. package/skills/azure/azure-cost-optimization-governor/references/official-sources.md +20 -11
  1412. package/skills/azure/azure-cost-optimization-governor/references/safety-checklist.md +33 -0
  1413. package/skills/azure/azure-cost-optimization-governor/references/workflow-and-output.md +25 -57
  1414. package/skills/azure/azure-entra-id-specialist/SKILL.md +6 -4
  1415. package/skills/azure/azure-entra-id-specialist/metadata.json +9 -6
  1416. package/skills/azure/azure-entra-id-specialist/references/adjacent-service-expansion.md +4 -0
  1417. package/skills/azure/azure-entra-id-specialist/references/entra-id-identity-operations.md +62 -0
  1418. package/skills/azure/azure-entra-id-specialist/references/licensing-and-service-entitlements.md +4 -0
  1419. package/skills/azure/azure-entra-id-specialist/references/mcp-and-evidence.md +19 -25
  1420. package/skills/azure/azure-entra-id-specialist/references/official-sources.md +23 -70
  1421. package/skills/azure/azure-entra-id-specialist/references/safety-checklist.md +32 -0
  1422. package/skills/azure/azure-entra-id-specialist/references/workflow-and-output.md +35 -46
  1423. package/skills/azure/azure-governance-policy-guardrails/SKILL.md +6 -4
  1424. package/skills/azure/azure-governance-policy-guardrails/metadata.json +6 -4
  1425. package/skills/azure/azure-governance-policy-guardrails/references/mcp-and-evidence.md +27 -22
  1426. package/skills/azure/azure-governance-policy-guardrails/references/official-sources.md +19 -14
  1427. package/skills/azure/azure-governance-policy-guardrails/references/policy-guardrail-operations.md +62 -0
  1428. package/skills/azure/azure-governance-policy-guardrails/references/safety-checklist.md +33 -0
  1429. package/skills/azure/azure-governance-policy-guardrails/references/workflow-and-output.md +27 -74
  1430. package/skills/azure/azure-identity-governance-review/SKILL.md +7 -5
  1431. package/skills/azure/azure-identity-governance-review/metadata.json +12 -15
  1432. package/skills/azure/azure-identity-governance-review/references/identity-governance-operations.md +68 -0
  1433. package/skills/azure/azure-identity-governance-review/references/mcp-and-evidence.md +18 -41
  1434. package/skills/azure/azure-identity-governance-review/references/official-sources.md +24 -24
  1435. package/skills/azure/azure-identity-governance-review/references/safety-checklist.md +29 -0
  1436. package/skills/azure/azure-identity-governance-review/references/workflow-and-output.md +21 -67
  1437. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/SKILL.md +6 -4
  1438. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/metadata.json +11 -12
  1439. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/key-vault-secret-lifecycle-operations.md +68 -0
  1440. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/mcp-and-evidence.md +18 -32
  1441. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/official-sources.md +26 -13
  1442. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/safety-checklist.md +29 -0
  1443. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/workflow-and-output.md +21 -92
  1444. package/skills/azure/azure-keyvault-certificate-issuer-review/SKILL.md +8 -4
  1445. package/skills/azure/azure-keyvault-certificate-issuer-review/metadata.json +16 -9
  1446. package/skills/azure/azure-keyvault-certificate-issuer-review/references/keyvault-certificate-issuer-operations.md +68 -0
  1447. package/skills/azure/azure-keyvault-certificate-issuer-review/references/mcp-and-evidence.md +26 -0
  1448. package/skills/azure/azure-keyvault-certificate-issuer-review/references/official-sources.md +28 -0
  1449. package/skills/azure/azure-keyvault-certificate-issuer-review/references/safety-checklist.md +29 -0
  1450. package/skills/azure/azure-keyvault-certificate-issuer-review/references/workflow-and-output.md +21 -181
  1451. package/skills/azure/azure-landing-zone-architect/SKILL.md +5 -3
  1452. package/skills/azure/azure-landing-zone-architect/metadata.json +8 -7
  1453. package/skills/azure/azure-landing-zone-architect/references/landing-zone-architecture-operations.md +68 -0
  1454. package/skills/azure/azure-landing-zone-architect/references/mcp-and-evidence.md +20 -19
  1455. package/skills/azure/azure-landing-zone-architect/references/official-sources.md +23 -14
  1456. package/skills/azure/azure-landing-zone-architect/references/safety-checklist.md +29 -0
  1457. package/skills/azure/azure-landing-zone-architect/references/workflow-and-output.md +21 -77
  1458. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +7 -3
  1459. package/skills/azure/azure-live-aks-rollout-guard/metadata.json +13 -8
  1460. package/skills/azure/azure-live-aks-rollout-guard/references/aks-rollout-operations.md +68 -0
  1461. package/skills/azure/azure-live-aks-rollout-guard/references/mcp-and-evidence.md +26 -0
  1462. package/skills/azure/azure-live-aks-rollout-guard/references/official-sources.md +31 -13
  1463. package/skills/azure/azure-live-aks-rollout-guard/references/permission-model.md +4 -2
  1464. package/skills/azure/azure-live-aks-rollout-guard/references/preflight-commands.md +15 -9
  1465. package/skills/azure/azure-live-aks-rollout-guard/references/rollback-playbook.md +9 -9
  1466. package/skills/azure/azure-live-aks-rollout-guard/references/safety-checklist.md +29 -0
  1467. package/skills/azure/azure-live-aks-rollout-guard/references/workflow-and-output.md +30 -0
  1468. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +7 -3
  1469. package/skills/azure/azure-live-app-service-slot-swap-guard/metadata.json +9 -7
  1470. package/skills/azure/azure-live-app-service-slot-swap-guard/references/mcp-and-evidence.md +26 -0
  1471. package/skills/azure/azure-live-app-service-slot-swap-guard/references/official-sources.md +30 -8
  1472. package/skills/azure/azure-live-app-service-slot-swap-guard/references/permission-model.md +7 -1
  1473. package/skills/azure/azure-live-app-service-slot-swap-guard/references/preflight-commands.md +32 -7
  1474. package/skills/azure/azure-live-app-service-slot-swap-guard/references/rollback-playbook.md +11 -7
  1475. package/skills/azure/azure-live-app-service-slot-swap-guard/references/safety-checklist.md +29 -0
  1476. package/skills/azure/azure-live-app-service-slot-swap-guard/references/slot-swap-operations.md +68 -0
  1477. package/skills/azure/azure-live-app-service-slot-swap-guard/references/workflow-and-output.md +33 -0
  1478. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +7 -3
  1479. package/skills/azure/azure-live-arm-deployment-stack-guard/metadata.json +9 -8
  1480. package/skills/azure/azure-live-arm-deployment-stack-guard/references/deployment-stack-operations.md +68 -0
  1481. package/skills/azure/azure-live-arm-deployment-stack-guard/references/mcp-and-evidence.md +26 -0
  1482. package/skills/azure/azure-live-arm-deployment-stack-guard/references/official-sources.md +28 -11
  1483. package/skills/azure/azure-live-arm-deployment-stack-guard/references/permission-model.md +12 -2
  1484. package/skills/azure/azure-live-arm-deployment-stack-guard/references/preflight-commands.md +24 -13
  1485. package/skills/azure/azure-live-arm-deployment-stack-guard/references/rollback-playbook.md +13 -9
  1486. package/skills/azure/azure-live-arm-deployment-stack-guard/references/safety-checklist.md +29 -0
  1487. package/skills/azure/azure-live-arm-deployment-stack-guard/references/workflow-and-output.md +33 -0
  1488. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +7 -3
  1489. package/skills/azure/azure-live-cost-budget-action-guard/metadata.json +10 -8
  1490. package/skills/azure/azure-live-cost-budget-action-guard/references/budget-quota-operations.md +68 -0
  1491. package/skills/azure/azure-live-cost-budget-action-guard/references/mcp-and-evidence.md +26 -0
  1492. package/skills/azure/azure-live-cost-budget-action-guard/references/official-sources.md +21 -11
  1493. package/skills/azure/azure-live-cost-budget-action-guard/references/permission-model.md +3 -1
  1494. package/skills/azure/azure-live-cost-budget-action-guard/references/preflight-commands.md +1 -1
  1495. package/skills/azure/azure-live-cost-budget-action-guard/references/rollback-playbook.md +12 -5
  1496. package/skills/azure/azure-live-cost-budget-action-guard/references/safety-checklist.md +29 -0
  1497. package/skills/azure/azure-live-cost-budget-action-guard/references/workflow-and-output.md +33 -0
  1498. package/skills/azure/azure-live-entra-role-assignment-guard/SKILL.md +11 -7
  1499. package/skills/azure/azure-live-entra-role-assignment-guard/metadata.json +10 -9
  1500. package/skills/azure/azure-live-entra-role-assignment-guard/references/mcp-and-evidence.md +26 -0
  1501. package/skills/azure/azure-live-entra-role-assignment-guard/references/official-sources.md +33 -19
  1502. package/skills/azure/azure-live-entra-role-assignment-guard/references/permission-model.md +7 -1
  1503. package/skills/azure/azure-live-entra-role-assignment-guard/references/preflight-commands.md +9 -9
  1504. package/skills/azure/azure-live-entra-role-assignment-guard/references/role-assignment-operations.md +68 -0
  1505. package/skills/azure/azure-live-entra-role-assignment-guard/references/rollback-playbook.md +13 -9
  1506. package/skills/azure/azure-live-entra-role-assignment-guard/references/safety-checklist.md +29 -0
  1507. package/skills/azure/azure-live-entra-role-assignment-guard/references/workflow-and-output.md +33 -0
  1508. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +7 -3
  1509. package/skills/azure/azure-live-keyvault-rotation-purge-guard/metadata.json +10 -8
  1510. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/keyvault-rotation-purge-operations.md +68 -0
  1511. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/mcp-and-evidence.md +26 -0
  1512. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/official-sources.md +31 -9
  1513. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/permission-model.md +7 -1
  1514. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/preflight-commands.md +18 -7
  1515. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/rollback-playbook.md +10 -6
  1516. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/safety-checklist.md +29 -0
  1517. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/workflow-and-output.md +33 -0
  1518. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +5 -3
  1519. package/skills/azure/azure-live-pim-jit-activation-guard/metadata.json +10 -8
  1520. package/skills/azure/azure-live-pim-jit-activation-guard/references/mcp-and-evidence.md +22 -0
  1521. package/skills/azure/azure-live-pim-jit-activation-guard/references/official-sources.md +22 -9
  1522. package/skills/azure/azure-live-pim-jit-activation-guard/references/permission-model.md +3 -1
  1523. package/skills/azure/azure-live-pim-jit-activation-guard/references/pim-jit-activation-operations.md +68 -0
  1524. package/skills/azure/azure-live-pim-jit-activation-guard/references/preflight-commands.md +9 -5
  1525. package/skills/azure/azure-live-pim-jit-activation-guard/references/rollback-playbook.md +12 -8
  1526. package/skills/azure/azure-live-pim-jit-activation-guard/references/safety-checklist.md +28 -0
  1527. package/skills/azure/azure-live-pim-jit-activation-guard/references/workflow-and-output.md +30 -0
  1528. package/skills/azure/azure-maestro/SKILL.md +14 -3
  1529. package/skills/azure/azure-maestro/metadata.json +9 -9
  1530. package/skills/azure/azure-maestro/references/maestro-routing-operations.md +68 -0
  1531. package/skills/azure/azure-maestro/references/mcp-and-evidence.md +22 -0
  1532. package/skills/azure/azure-maestro/references/official-sources.md +25 -0
  1533. package/skills/azure/azure-maestro/references/safety-checklist.md +28 -0
  1534. package/skills/azure/azure-maestro/references/workflow-and-output.md +30 -0
  1535. package/skills/azure/azure-migrate-landing-zone-cutover/SKILL.md +6 -4
  1536. package/skills/azure/azure-migrate-landing-zone-cutover/metadata.json +9 -9
  1537. package/skills/azure/azure-migrate-landing-zone-cutover/references/mcp-and-evidence.md +16 -31
  1538. package/skills/azure/azure-migrate-landing-zone-cutover/references/migration-cutover-operations.md +68 -0
  1539. package/skills/azure/azure-migrate-landing-zone-cutover/references/official-sources.md +22 -8
  1540. package/skills/azure/azure-migrate-landing-zone-cutover/references/safety-checklist.md +28 -0
  1541. package/skills/azure/azure-migrate-landing-zone-cutover/references/workflow-and-output.md +21 -108
  1542. package/skills/azure/azure-network-topology-review/SKILL.md +5 -3
  1543. package/skills/azure/azure-network-topology-review/metadata.json +10 -8
  1544. package/skills/azure/azure-network-topology-review/references/mcp-and-evidence.md +18 -12
  1545. package/skills/azure/azure-network-topology-review/references/network-topology-operations.md +68 -0
  1546. package/skills/azure/azure-network-topology-review/references/official-sources.md +21 -13
  1547. package/skills/azure/azure-network-topology-review/references/safety-checklist.md +28 -0
  1548. package/skills/azure/azure-network-topology-review/references/workflow-and-output.md +21 -120
  1549. package/skills/azure/azure-observability-investigator/SKILL.md +5 -3
  1550. package/skills/azure/azure-observability-investigator/metadata.json +14 -19
  1551. package/skills/azure/azure-observability-investigator/references/mcp-and-evidence.md +16 -31
  1552. package/skills/azure/azure-observability-investigator/references/observability-investigation-operations.md +68 -0
  1553. package/skills/azure/azure-observability-investigator/references/official-sources.md +25 -13
  1554. package/skills/azure/azure-observability-investigator/references/safety-checklist.md +28 -0
  1555. package/skills/azure/azure-observability-investigator/references/workflow-and-output.md +21 -122
  1556. package/skills/azure/azure-platform-automation-devops/SKILL.md +7 -5
  1557. package/skills/azure/azure-platform-automation-devops/metadata.json +11 -14
  1558. package/skills/azure/azure-platform-automation-devops/references/mcp-and-evidence.md +14 -30
  1559. package/skills/azure/azure-platform-automation-devops/references/official-sources.md +20 -13
  1560. package/skills/azure/azure-platform-automation-devops/references/platform-automation-operations.md +69 -0
  1561. package/skills/azure/azure-platform-automation-devops/references/safety-checklist.md +24 -0
  1562. package/skills/azure/azure-platform-automation-devops/references/workflow-and-output.md +31 -99
  1563. package/skills/azure/azure-private-endpoint-adoption-planner/SKILL.md +8 -7
  1564. package/skills/azure/azure-private-endpoint-adoption-planner/metadata.json +10 -11
  1565. package/skills/azure/azure-private-endpoint-adoption-planner/references/mcp-and-evidence.md +14 -19
  1566. package/skills/azure/azure-private-endpoint-adoption-planner/references/official-sources.md +19 -17
  1567. package/skills/azure/azure-private-endpoint-adoption-planner/references/private-endpoint-adoption-operations.md +69 -0
  1568. package/skills/azure/azure-private-endpoint-adoption-planner/references/safety-checklist.md +24 -0
  1569. package/skills/azure/azure-private-endpoint-adoption-planner/references/workflow-and-output.md +31 -90
  1570. package/skills/azure/azure-rbac-review/SKILL.md +6 -4
  1571. package/skills/azure/azure-rbac-review/metadata.json +11 -6
  1572. package/skills/azure/azure-rbac-review/references/mcp-and-evidence.md +17 -9
  1573. package/skills/azure/azure-rbac-review/references/official-sources.md +19 -14
  1574. package/skills/azure/azure-rbac-review/references/rbac-review-operations.md +69 -0
  1575. package/skills/azure/azure-rbac-review/references/safety-checklist.md +24 -0
  1576. package/skills/azure/azure-rbac-review/references/workflow-and-output.md +34 -26
  1577. package/skills/azure/azure-resilience-bcdr-review/SKILL.md +8 -6
  1578. package/skills/azure/azure-resilience-bcdr-review/metadata.json +10 -12
  1579. package/skills/azure/azure-resilience-bcdr-review/references/mcp-and-evidence.md +14 -29
  1580. package/skills/azure/azure-resilience-bcdr-review/references/official-sources.md +19 -11
  1581. package/skills/azure/azure-resilience-bcdr-review/references/resilience-bcdr-operations.md +69 -0
  1582. package/skills/azure/azure-resilience-bcdr-review/references/safety-checklist.md +24 -0
  1583. package/skills/azure/azure-resilience-bcdr-review/references/workflow-and-output.md +31 -68
  1584. package/skills/azure/azure-resource-health-incident-triage/SKILL.md +8 -6
  1585. package/skills/azure/azure-resource-health-incident-triage/metadata.json +10 -13
  1586. package/skills/azure/azure-resource-health-incident-triage/references/mcp-and-evidence.md +14 -27
  1587. package/skills/azure/azure-resource-health-incident-triage/references/official-sources.md +19 -12
  1588. package/skills/azure/azure-resource-health-incident-triage/references/resource-health-triage-operations.md +69 -0
  1589. package/skills/azure/azure-resource-health-incident-triage/references/safety-checklist.md +24 -0
  1590. package/skills/azure/azure-resource-health-incident-triage/references/workflow-and-output.md +31 -69
  1591. package/skills/azure/azure-role-selector/SKILL.md +6 -4
  1592. package/skills/azure/azure-role-selector/metadata.json +10 -8
  1593. package/skills/azure/azure-role-selector/references/mcp-and-evidence.md +17 -8
  1594. package/skills/azure/azure-role-selector/references/official-sources.md +21 -14
  1595. package/skills/azure/azure-role-selector/references/role-selection-operations.md +69 -0
  1596. package/skills/azure/azure-role-selector/references/safety-checklist.md +24 -0
  1597. package/skills/azure/azure-role-selector/references/workflow-and-output.md +31 -92
  1598. package/skills/azure/azure-security-posture-hardening/SKILL.md +6 -4
  1599. package/skills/azure/azure-security-posture-hardening/metadata.json +11 -15
  1600. package/skills/azure/azure-security-posture-hardening/references/mcp-and-evidence.md +17 -19
  1601. package/skills/azure/azure-security-posture-hardening/references/official-sources.md +26 -15
  1602. package/skills/azure/azure-security-posture-hardening/references/safety-checklist.md +24 -0
  1603. package/skills/azure/azure-security-posture-hardening/references/security-posture-hardening-operations.md +69 -0
  1604. package/skills/azure/azure-security-posture-hardening/references/workflow-and-output.md +30 -85
  1605. package/skills/azure/azure-subscription-resource-organization/SKILL.md +8 -7
  1606. package/skills/azure/azure-subscription-resource-organization/metadata.json +11 -12
  1607. package/skills/azure/azure-subscription-resource-organization/references/mcp-and-evidence.md +14 -25
  1608. package/skills/azure/azure-subscription-resource-organization/references/official-sources.md +23 -11
  1609. package/skills/azure/azure-subscription-resource-organization/references/safety-checklist.md +24 -0
  1610. package/skills/azure/azure-subscription-resource-organization/references/subscription-resource-organization-operations.md +69 -0
  1611. package/skills/azure/azure-subscription-resource-organization/references/workflow-and-output.md +31 -85
  1612. package/skills/azure/azure-waf-cost-optimization-review/SKILL.md +25 -81
  1613. package/skills/azure/azure-waf-cost-optimization-review/metadata.json +18 -6
  1614. package/skills/azure/azure-waf-cost-optimization-review/references/mcp-and-evidence.md +21 -0
  1615. package/skills/azure/azure-waf-cost-optimization-review/references/official-sources.md +24 -0
  1616. package/skills/azure/azure-waf-cost-optimization-review/references/safety-checklist.md +24 -0
  1617. package/skills/azure/azure-waf-cost-optimization-review/references/waf-cost-optimization-operations.md +69 -0
  1618. package/skills/azure/azure-waf-cost-optimization-review/references/workflow-and-output.md +41 -0
  1619. package/skills/azure/azure-waf-reliability-review/SKILL.md +25 -88
  1620. package/skills/azure/azure-waf-reliability-review/metadata.json +18 -6
  1621. package/skills/azure/azure-waf-reliability-review/references/mcp-and-evidence.md +21 -0
  1622. package/skills/azure/azure-waf-reliability-review/references/official-sources.md +23 -0
  1623. package/skills/azure/azure-waf-reliability-review/references/safety-checklist.md +24 -0
  1624. package/skills/azure/azure-waf-reliability-review/references/waf-reliability-operations.md +69 -0
  1625. package/skills/azure/azure-waf-reliability-review/references/workflow-and-output.md +41 -0
  1626. package/skills/azure/azure-waf-security-review/SKILL.md +33 -63
  1627. package/skills/azure/azure-waf-security-review/metadata.json +18 -7
  1628. package/skills/azure/azure-waf-security-review/references/mcp-and-evidence.md +30 -0
  1629. package/skills/azure/azure-waf-security-review/references/official-sources.md +36 -0
  1630. package/skills/azure/azure-waf-security-review/references/safety-checklist.md +28 -0
  1631. package/skills/azure/azure-waf-security-review/references/waf-security-operations.md +75 -0
  1632. package/skills/azure/azure-waf-security-review/references/workflow-and-output.md +40 -0
  1633. package/skills/finance/README.md +8 -0
  1634. package/skills/finance/capital-allocation-advisor/README.md +20 -0
  1635. package/skills/finance/capital-allocation-advisor/SKILL.md +463 -0
  1636. package/skills/finance/capital-allocation-advisor/metadata.json +29 -0
  1637. package/skills/finance/debt-capital-structure-advisor/README.md +23 -0
  1638. package/skills/finance/debt-capital-structure-advisor/SKILL.md +530 -0
  1639. package/skills/finance/debt-capital-structure-advisor/metadata.json +27 -0
  1640. package/skills/finance/finance-maestro/README.md +13 -0
  1641. package/skills/finance/finance-maestro/SKILL.md +72 -0
  1642. package/skills/finance/finance-maestro/metadata.json +12 -0
  1643. package/skills/finance/fpa-forecasting-advisor/README.md +21 -0
  1644. package/skills/finance/fpa-forecasting-advisor/SKILL.md +428 -0
  1645. package/skills/finance/fpa-forecasting-advisor/metadata.json +27 -0
  1646. package/skills/finance/transfer-pricing-pillar-two-advisor/README.md +21 -0
  1647. package/skills/finance/transfer-pricing-pillar-two-advisor/SKILL.md +319 -0
  1648. package/skills/finance/transfer-pricing-pillar-two-advisor/metadata.json +28 -0
  1649. package/skills/finance/treasury-liquidity-advisor/README.md +20 -0
  1650. package/skills/finance/treasury-liquidity-advisor/SKILL.md +291 -0
  1651. package/skills/finance/treasury-liquidity-advisor/metadata.json +27 -0
  1652. package/skills/finance/variance-analysis-advisor/README.md +19 -0
  1653. package/skills/finance/variance-analysis-advisor/SKILL.md +167 -0
  1654. package/skills/finance/variance-analysis-advisor/metadata.json +12 -0
  1655. package/skills/finance/working-capital-advisor/README.md +23 -0
  1656. package/skills/finance/working-capital-advisor/SKILL.md +438 -0
  1657. package/skills/finance/working-capital-advisor/metadata.json +30 -0
  1658. package/skills/oci/oci-autonomous-database-architect/SKILL.md +30 -108
  1659. package/skills/oci/oci-autonomous-database-architect/metadata.json +4 -4
  1660. package/skills/oci/oci-autonomous-database-architect/references/autonomous-database-operations.md +69 -0
  1661. package/skills/oci/oci-autonomous-database-architect/references/compatibility-checklist.md +7 -26
  1662. package/skills/oci/oci-autonomous-database-architect/references/deployment-options.md +7 -21
  1663. package/skills/oci/oci-autonomous-database-architect/references/mcp-and-evidence.md +30 -0
  1664. package/skills/oci/oci-autonomous-database-architect/references/official-sources.md +21 -0
  1665. package/skills/oci/oci-autonomous-database-architect/references/safety-checklist.md +11 -27
  1666. package/skills/oci/oci-autonomous-database-architect/references/workflow-and-output.md +24 -0
  1667. package/skills/oci/oci-certificates-issuer-review/SKILL.md +29 -18
  1668. package/skills/oci/oci-certificates-issuer-review/metadata.json +16 -9
  1669. package/skills/oci/oci-certificates-issuer-review/references/certificates-issuer-operations.md +69 -0
  1670. package/skills/oci/oci-certificates-issuer-review/references/mcp-and-evidence.md +30 -0
  1671. package/skills/oci/oci-certificates-issuer-review/references/official-sources.md +21 -0
  1672. package/skills/oci/oci-certificates-issuer-review/references/safety-checklist.md +16 -0
  1673. package/skills/oci/oci-certificates-issuer-review/references/workflow-and-output.md +18 -201
  1674. package/skills/oci/oci-cloud-guard-responder/SKILL.md +31 -90
  1675. package/skills/oci/oci-cloud-guard-responder/metadata.json +6 -6
  1676. package/skills/oci/oci-cloud-guard-responder/references/cloud-guard-operations.md +69 -0
  1677. package/skills/oci/oci-cloud-guard-responder/references/mcp-and-evidence.md +30 -0
  1678. package/skills/oci/oci-cloud-guard-responder/references/official-sources.md +19 -0
  1679. package/skills/oci/oci-cloud-guard-responder/references/safety-checklist.md +11 -27
  1680. package/skills/oci/oci-cloud-guard-responder/references/workflow-and-output.md +24 -0
  1681. package/skills/oci/oci-compute-instance-agent-operator/SKILL.md +30 -89
  1682. package/skills/oci/oci-compute-instance-agent-operator/metadata.json +5 -6
  1683. package/skills/oci/oci-compute-instance-agent-operator/references/instance-agent-operations.md +69 -0
  1684. package/skills/oci/oci-compute-instance-agent-operator/references/mcp-and-evidence.md +30 -0
  1685. package/skills/oci/oci-compute-instance-agent-operator/references/official-sources.md +18 -0
  1686. package/skills/oci/oci-compute-instance-agent-operator/references/safety-checklist.md +11 -27
  1687. package/skills/oci/oci-compute-instance-agent-operator/references/workflow-and-output.md +24 -0
  1688. package/skills/oci/oci-compute-platform-operator/SKILL.md +29 -209
  1689. package/skills/oci/oci-compute-platform-operator/metadata.json +6 -6
  1690. package/skills/oci/oci-compute-platform-operator/references/compute-platform-operations.md +69 -0
  1691. package/skills/oci/oci-compute-platform-operator/references/mcp-and-evidence.md +30 -0
  1692. package/skills/oci/oci-compute-platform-operator/references/official-sources.md +19 -0
  1693. package/skills/oci/oci-compute-platform-operator/references/safety-checklist.md +11 -27
  1694. package/skills/oci/oci-compute-platform-operator/references/workflow-and-output.md +24 -0
  1695. package/skills/oci/oci-cost-finops-analyst/SKILL.md +29 -212
  1696. package/skills/oci/oci-cost-finops-analyst/metadata.json +8 -6
  1697. package/skills/oci/oci-cost-finops-analyst/references/cost-finops-operations.md +70 -0
  1698. package/skills/oci/oci-cost-finops-analyst/references/mcp-and-evidence.md +30 -0
  1699. package/skills/oci/oci-cost-finops-analyst/references/official-sources.md +21 -0
  1700. package/skills/oci/oci-cost-finops-analyst/references/safety-checklist.md +11 -27
  1701. package/skills/oci/oci-cost-finops-analyst/references/workflow-and-output.md +24 -0
  1702. package/skills/oci/oci-database-platform-dba/SKILL.md +28 -234
  1703. package/skills/oci/oci-database-platform-dba/metadata.json +8 -6
  1704. package/skills/oci/oci-database-platform-dba/references/database-platform-operations.md +70 -0
  1705. package/skills/oci/oci-database-platform-dba/references/mcp-and-evidence.md +30 -0
  1706. package/skills/oci/oci-database-platform-dba/references/official-sources.md +21 -0
  1707. package/skills/oci/oci-database-platform-dba/references/safety-checklist.md +11 -27
  1708. package/skills/oci/oci-database-platform-dba/references/workflow-and-output.md +24 -0
  1709. package/skills/oci/oci-dbtools-sql-analyst/SKILL.md +31 -90
  1710. package/skills/oci/oci-dbtools-sql-analyst/metadata.json +8 -6
  1711. package/skills/oci/oci-dbtools-sql-analyst/references/dbtools-sql-operations.md +70 -0
  1712. package/skills/oci/oci-dbtools-sql-analyst/references/mcp-and-evidence.md +30 -0
  1713. package/skills/oci/oci-dbtools-sql-analyst/references/official-sources.md +21 -0
  1714. package/skills/oci/oci-dbtools-sql-analyst/references/safety-checklist.md +11 -27
  1715. package/skills/oci/oci-dbtools-sql-analyst/references/workflow-and-output.md +24 -0
  1716. package/skills/oci/oci-devops-container-platform-engineer/SKILL.md +28 -222
  1717. package/skills/oci/oci-devops-container-platform-engineer/metadata.json +8 -6
  1718. package/skills/oci/oci-devops-container-platform-engineer/references/devops-container-operations.md +70 -0
  1719. package/skills/oci/oci-devops-container-platform-engineer/references/mcp-and-evidence.md +30 -0
  1720. package/skills/oci/oci-devops-container-platform-engineer/references/official-sources.md +21 -0
  1721. package/skills/oci/oci-devops-container-platform-engineer/references/safety-checklist.md +11 -27
  1722. package/skills/oci/oci-devops-container-platform-engineer/references/workflow-and-output.md +24 -0
  1723. package/skills/oci/oci-exadata-database-architect/SKILL.md +29 -287
  1724. package/skills/oci/oci-exadata-database-architect/metadata.json +6 -5
  1725. package/skills/oci/oci-exadata-database-architect/references/exadata-database-operations.md +70 -0
  1726. package/skills/oci/oci-exadata-database-architect/references/mcp-and-evidence.md +30 -0
  1727. package/skills/oci/oci-exadata-database-architect/references/official-sources.md +23 -0
  1728. package/skills/oci/oci-exadata-database-architect/references/safety-checklist.md +16 -0
  1729. package/skills/oci/oci-exadata-database-architect/references/workflow-and-output.md +24 -0
  1730. package/skills/oci/oci-exadata-platform-architect/SKILL.md +30 -108
  1731. package/skills/oci/oci-exadata-platform-architect/metadata.json +8 -6
  1732. package/skills/oci/oci-exadata-platform-architect/references/exadata-platform-operations.md +64 -0
  1733. package/skills/oci/oci-exadata-platform-architect/references/mcp-and-evidence.md +30 -0
  1734. package/skills/oci/oci-exadata-platform-architect/references/official-sources.md +22 -0
  1735. package/skills/oci/oci-exadata-platform-architect/references/safety-checklist.md +26 -23
  1736. package/skills/oci/oci-exadata-platform-architect/references/workflow-and-output.md +26 -0
  1737. package/skills/oci/oci-fusion-apps-environment-operator/SKILL.md +30 -89
  1738. package/skills/oci/oci-fusion-apps-environment-operator/metadata.json +8 -6
  1739. package/skills/oci/oci-fusion-apps-environment-operator/references/fusion-apps-environment-operations.md +64 -0
  1740. package/skills/oci/oci-fusion-apps-environment-operator/references/mcp-and-evidence.md +30 -0
  1741. package/skills/oci/oci-fusion-apps-environment-operator/references/official-sources.md +22 -0
  1742. package/skills/oci/oci-fusion-apps-environment-operator/references/safety-checklist.md +26 -23
  1743. package/skills/oci/oci-fusion-apps-environment-operator/references/workflow-and-output.md +26 -0
  1744. package/skills/oci/oci-goldengate-replication-operator/SKILL.md +30 -89
  1745. package/skills/oci/oci-goldengate-replication-operator/metadata.json +7 -6
  1746. package/skills/oci/oci-goldengate-replication-operator/references/goldengate-replication-operations.md +65 -0
  1747. package/skills/oci/oci-goldengate-replication-operator/references/mcp-and-evidence.md +30 -0
  1748. package/skills/oci/oci-goldengate-replication-operator/references/official-sources.md +21 -0
  1749. package/skills/oci/oci-goldengate-replication-operator/references/safety-checklist.md +26 -23
  1750. package/skills/oci/oci-goldengate-replication-operator/references/workflow-and-output.md +26 -0
  1751. package/skills/oci/oci-identity-access-governor/SKILL.md +29 -208
  1752. package/skills/oci/oci-identity-access-governor/metadata.json +9 -6
  1753. package/skills/oci/oci-identity-access-governor/references/identity-access-operations.md +66 -0
  1754. package/skills/oci/oci-identity-access-governor/references/mcp-and-evidence.md +30 -0
  1755. package/skills/oci/oci-identity-access-governor/references/official-sources.md +23 -0
  1756. package/skills/oci/oci-identity-access-governor/references/safety-checklist.md +26 -23
  1757. package/skills/oci/oci-identity-access-governor/references/workflow-and-output.md +26 -0
  1758. package/skills/oci/oci-iot-digital-twin-engineer/SKILL.md +30 -89
  1759. package/skills/oci/oci-iot-digital-twin-engineer/metadata.json +5 -6
  1760. package/skills/oci/oci-iot-digital-twin-engineer/references/iot-digital-twin-operations.md +65 -0
  1761. package/skills/oci/oci-iot-digital-twin-engineer/references/mcp-and-evidence.md +30 -0
  1762. package/skills/oci/oci-iot-digital-twin-engineer/references/official-sources.md +19 -0
  1763. package/skills/oci/oci-iot-digital-twin-engineer/references/safety-checklist.md +26 -23
  1764. package/skills/oci/oci-iot-digital-twin-engineer/references/workflow-and-output.md +26 -0
  1765. package/skills/oci/oci-limits-capacity-planner/SKILL.md +31 -90
  1766. package/skills/oci/oci-limits-capacity-planner/metadata.json +7 -6
  1767. package/skills/oci/oci-limits-capacity-planner/references/limits-capacity-operations.md +65 -0
  1768. package/skills/oci/oci-limits-capacity-planner/references/mcp-and-evidence.md +30 -0
  1769. package/skills/oci/oci-limits-capacity-planner/references/official-sources.md +21 -0
  1770. package/skills/oci/oci-limits-capacity-planner/references/safety-checklist.md +26 -23
  1771. package/skills/oci/oci-limits-capacity-planner/references/workflow-and-output.md +26 -0
  1772. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +26 -27
  1773. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/metadata.json +8 -8
  1774. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/autonomous-db-lifecycle-operations.md +63 -0
  1775. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/mcp-and-evidence.md +30 -0
  1776. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/official-sources.md +18 -9
  1777. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/safety-checklist.md +35 -0
  1778. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/workflow-and-output.md +26 -0
  1779. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +26 -27
  1780. package/skills/oci/oci-live-cost-budget-runaway-guard/metadata.json +6 -6
  1781. package/skills/oci/oci-live-cost-budget-runaway-guard/references/cost-budget-runaway-operations.md +65 -0
  1782. package/skills/oci/oci-live-cost-budget-runaway-guard/references/mcp-and-evidence.md +30 -0
  1783. package/skills/oci/oci-live-cost-budget-runaway-guard/references/official-sources.md +15 -10
  1784. package/skills/oci/oci-live-cost-budget-runaway-guard/references/safety-checklist.md +35 -0
  1785. package/skills/oci/oci-live-cost-budget-runaway-guard/references/workflow-and-output.md +26 -0
  1786. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +26 -27
  1787. package/skills/oci/oci-live-iam-policy-compartment-guard/metadata.json +7 -7
  1788. package/skills/oci/oci-live-iam-policy-compartment-guard/references/iam-policy-compartment-operations.md +65 -0
  1789. package/skills/oci/oci-live-iam-policy-compartment-guard/references/mcp-and-evidence.md +30 -0
  1790. package/skills/oci/oci-live-iam-policy-compartment-guard/references/official-sources.md +17 -8
  1791. package/skills/oci/oci-live-iam-policy-compartment-guard/references/safety-checklist.md +35 -0
  1792. package/skills/oci/oci-live-iam-policy-compartment-guard/references/workflow-and-output.md +26 -0
  1793. package/skills/oci/oci-live-network-security-rule-guard/SKILL.md +26 -35
  1794. package/skills/oci/oci-live-network-security-rule-guard/metadata.json +6 -7
  1795. package/skills/oci/oci-live-network-security-rule-guard/references/mcp-and-evidence.md +30 -0
  1796. package/skills/oci/oci-live-network-security-rule-guard/references/network-security-rule-operations.md +65 -0
  1797. package/skills/oci/oci-live-network-security-rule-guard/references/official-sources.md +18 -17
  1798. package/skills/oci/oci-live-network-security-rule-guard/references/safety-checklist.md +35 -0
  1799. package/skills/oci/oci-live-network-security-rule-guard/references/workflow-and-output.md +26 -0
  1800. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +26 -27
  1801. package/skills/oci/oci-live-oke-rollout-guard/metadata.json +5 -4
  1802. package/skills/oci/oci-live-oke-rollout-guard/references/mcp-and-evidence.md +30 -0
  1803. package/skills/oci/oci-live-oke-rollout-guard/references/official-sources.md +16 -11
  1804. package/skills/oci/oci-live-oke-rollout-guard/references/oke-rollout-operations.md +65 -0
  1805. package/skills/oci/oci-live-oke-rollout-guard/references/safety-checklist.md +35 -0
  1806. package/skills/oci/oci-live-oke-rollout-guard/references/workflow-and-output.md +26 -0
  1807. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +26 -27
  1808. package/skills/oci/oci-live-resource-manager-stack-guard/metadata.json +8 -8
  1809. package/skills/oci/oci-live-resource-manager-stack-guard/references/mcp-and-evidence.md +30 -0
  1810. package/skills/oci/oci-live-resource-manager-stack-guard/references/official-sources.md +18 -8
  1811. package/skills/oci/oci-live-resource-manager-stack-guard/references/resource-manager-stack-operations.md +66 -0
  1812. package/skills/oci/oci-live-resource-manager-stack-guard/references/safety-checklist.md +35 -0
  1813. package/skills/oci/oci-live-resource-manager-stack-guard/references/workflow-and-output.md +26 -0
  1814. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +26 -27
  1815. package/skills/oci/oci-live-vault-key-destruction-guard/metadata.json +7 -7
  1816. package/skills/oci/oci-live-vault-key-destruction-guard/references/mcp-and-evidence.md +30 -0
  1817. package/skills/oci/oci-live-vault-key-destruction-guard/references/official-sources.md +17 -8
  1818. package/skills/oci/oci-live-vault-key-destruction-guard/references/safety-checklist.md +35 -0
  1819. package/skills/oci/oci-live-vault-key-destruction-guard/references/vault-key-destruction-operations.md +66 -0
  1820. package/skills/oci/oci-live-vault-key-destruction-guard/references/workflow-and-output.md +26 -0
  1821. package/skills/oci/oci-load-balancer-traffic-engineer/SKILL.md +30 -89
  1822. package/skills/oci/oci-load-balancer-traffic-engineer/metadata.json +8 -6
  1823. package/skills/oci/oci-load-balancer-traffic-engineer/references/load-balancer-traffic-operations.md +67 -0
  1824. package/skills/oci/oci-load-balancer-traffic-engineer/references/mcp-and-evidence.md +30 -0
  1825. package/skills/oci/oci-load-balancer-traffic-engineer/references/official-sources.md +22 -0
  1826. package/skills/oci/oci-load-balancer-traffic-engineer/references/safety-checklist.md +26 -23
  1827. package/skills/oci/oci-load-balancer-traffic-engineer/references/workflow-and-output.md +26 -0
  1828. package/skills/oci/oci-maestro/SKILL.md +31 -146
  1829. package/skills/oci/oci-maestro/metadata.json +6 -6
  1830. package/skills/oci/oci-maestro/references/maestro-routing-operations.md +64 -0
  1831. package/skills/oci/oci-maestro/references/mcp-and-evidence.md +30 -0
  1832. package/skills/oci/oci-maestro/references/official-sources.md +22 -0
  1833. package/skills/oci/oci-maestro/references/safety-checklist.md +35 -0
  1834. package/skills/oci/oci-maestro/references/workflow-and-output.md +26 -0
  1835. package/skills/oci/oci-migration-cutover-architect/SKILL.md +31 -89
  1836. package/skills/oci/oci-migration-cutover-architect/metadata.json +7 -6
  1837. package/skills/oci/oci-migration-cutover-architect/references/mcp-and-evidence.md +33 -0
  1838. package/skills/oci/oci-migration-cutover-architect/references/migration-cutover-operations.md +65 -0
  1839. package/skills/oci/oci-migration-cutover-architect/references/official-sources.md +22 -0
  1840. package/skills/oci/oci-migration-cutover-architect/references/safety-checklist.md +26 -23
  1841. package/skills/oci/oci-migration-cutover-architect/references/workflow-and-output.md +27 -0
  1842. package/skills/oci/oci-multi-cloud-architect/SKILL.md +29 -248
  1843. package/skills/oci/oci-multi-cloud-architect/metadata.json +9 -6
  1844. package/skills/oci/oci-multi-cloud-architect/references/mcp-and-evidence.md +33 -0
  1845. package/skills/oci/oci-multi-cloud-architect/references/multi-cloud-architecture-operations.md +64 -0
  1846. package/skills/oci/oci-multi-cloud-architect/references/official-sources.md +24 -0
  1847. package/skills/oci/oci-multi-cloud-architect/references/safety-checklist.md +26 -23
  1848. package/skills/oci/oci-multi-cloud-architect/references/workflow-and-output.md +27 -0
  1849. package/skills/oci/oci-mysql-heatwave-ai-specialist/SKILL.md +31 -89
  1850. package/skills/oci/oci-mysql-heatwave-ai-specialist/metadata.json +7 -6
  1851. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/mcp-and-evidence.md +33 -0
  1852. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/mysql-heatwave-ai-operations.md +65 -0
  1853. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/official-sources.md +22 -0
  1854. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/safety-checklist.md +26 -23
  1855. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/workflow-and-output.md +27 -0
  1856. package/skills/oci/oci-network-architect/SKILL.md +30 -195
  1857. package/skills/oci/oci-network-architect/metadata.json +9 -6
  1858. package/skills/oci/oci-network-architect/references/mcp-and-evidence.md +33 -0
  1859. package/skills/oci/oci-network-architect/references/network-architecture-operations.md +65 -0
  1860. package/skills/oci/oci-network-architect/references/official-sources.md +24 -0
  1861. package/skills/oci/oci-network-architect/references/safety-checklist.md +26 -23
  1862. package/skills/oci/oci-network-architect/references/workflow-and-output.md +27 -0
  1863. package/skills/oci/oci-observability-incident-responder/SKILL.md +30 -238
  1864. package/skills/oci/oci-observability-incident-responder/metadata.json +9 -6
  1865. package/skills/oci/oci-observability-incident-responder/references/mcp-and-evidence.md +33 -0
  1866. package/skills/oci/oci-observability-incident-responder/references/observability-incident-operations.md +66 -0
  1867. package/skills/oci/oci-observability-incident-responder/references/official-sources.md +24 -0
  1868. package/skills/oci/oci-observability-incident-responder/references/safety-checklist.md +26 -23
  1869. package/skills/oci/oci-observability-incident-responder/references/workflow-and-output.md +27 -0
  1870. package/skills/oci/oci-recovery-service-operator/SKILL.md +30 -89
  1871. package/skills/oci/oci-recovery-service-operator/metadata.json +7 -6
  1872. package/skills/oci/oci-recovery-service-operator/references/mcp-and-evidence.md +30 -0
  1873. package/skills/oci/oci-recovery-service-operator/references/official-sources.md +21 -0
  1874. package/skills/oci/oci-recovery-service-operator/references/recovery-service-operations.md +65 -0
  1875. package/skills/oci/oci-recovery-service-operator/references/safety-checklist.md +26 -23
  1876. package/skills/oci/oci-recovery-service-operator/references/workflow-and-output.md +26 -0
  1877. package/skills/oci/oci-registry-artifact-governor/SKILL.md +30 -89
  1878. package/skills/oci/oci-registry-artifact-governor/metadata.json +8 -6
  1879. package/skills/oci/oci-registry-artifact-governor/references/mcp-and-evidence.md +30 -0
  1880. package/skills/oci/oci-registry-artifact-governor/references/official-sources.md +22 -0
  1881. package/skills/oci/oci-registry-artifact-governor/references/registry-artifact-operations.md +65 -0
  1882. package/skills/oci/oci-registry-artifact-governor/references/safety-checklist.md +26 -23
  1883. package/skills/oci/oci-registry-artifact-governor/references/workflow-and-output.md +26 -0
  1884. package/skills/oci/oci-resource-search-inventory-analyst/SKILL.md +31 -90
  1885. package/skills/oci/oci-resource-search-inventory-analyst/metadata.json +7 -6
  1886. package/skills/oci/oci-resource-search-inventory-analyst/references/mcp-and-evidence.md +30 -0
  1887. package/skills/oci/oci-resource-search-inventory-analyst/references/official-sources.md +21 -0
  1888. package/skills/oci/oci-resource-search-inventory-analyst/references/resource-search-inventory-operations.md +65 -0
  1889. package/skills/oci/oci-resource-search-inventory-analyst/references/safety-checklist.md +26 -23
  1890. package/skills/oci/oci-resource-search-inventory-analyst/references/workflow-and-output.md +26 -0
  1891. package/skills/oci/oci-security-compliance-reviewer/SKILL.md +28 -210
  1892. package/skills/oci/oci-security-compliance-reviewer/metadata.json +10 -6
  1893. package/skills/oci/oci-security-compliance-reviewer/references/mcp-and-evidence.md +30 -0
  1894. package/skills/oci/oci-security-compliance-reviewer/references/official-sources.md +24 -0
  1895. package/skills/oci/oci-security-compliance-reviewer/references/safety-checklist.md +26 -23
  1896. package/skills/oci/oci-security-compliance-reviewer/references/security-compliance-operations.md +65 -0
  1897. package/skills/oci/oci-security-compliance-reviewer/references/workflow-and-output.md +26 -0
  1898. package/skills/oci/oci-solution-architect/SKILL.md +28 -219
  1899. package/skills/oci/oci-solution-architect/metadata.json +9 -6
  1900. package/skills/oci/oci-solution-architect/references/mcp-and-evidence.md +30 -0
  1901. package/skills/oci/oci-solution-architect/references/official-sources.md +23 -0
  1902. package/skills/oci/oci-solution-architect/references/safety-checklist.md +26 -23
  1903. package/skills/oci/oci-solution-architect/references/solution-architecture-operations.md +65 -0
  1904. package/skills/oci/oci-solution-architect/references/workflow-and-output.md +26 -0
  1905. package/skills/oci/oci-storage-backup-steward/SKILL.md +24 -236
  1906. package/skills/oci/oci-storage-backup-steward/metadata.json +8 -6
  1907. package/skills/oci/oci-storage-backup-steward/references/mcp-and-evidence.md +25 -0
  1908. package/skills/oci/oci-storage-backup-steward/references/oci-storage-backup-steward-operations.md +59 -0
  1909. package/skills/oci/oci-storage-backup-steward/references/official-sources.md +15 -0
  1910. package/skills/oci/oci-storage-backup-steward/references/safety-checklist.md +11 -25
  1911. package/skills/oci/oci-storage-backup-steward/references/workflow-and-output.md +24 -0
  1912. package/skills/oci/oci-support-incident-coordinator/SKILL.md +26 -93
  1913. package/skills/oci/oci-support-incident-coordinator/metadata.json +7 -6
  1914. package/skills/oci/oci-support-incident-coordinator/references/mcp-and-evidence.md +25 -0
  1915. package/skills/oci/oci-support-incident-coordinator/references/oci-support-incident-coordinator-operations.md +58 -0
  1916. package/skills/oci/oci-support-incident-coordinator/references/official-sources.md +14 -0
  1917. package/skills/oci/oci-support-incident-coordinator/references/safety-checklist.md +11 -25
  1918. package/skills/oci/oci-support-incident-coordinator/references/workflow-and-output.md +24 -0
  1919. package/skills/oci/oci-waf-cost-optimization-review/SKILL.md +25 -77
  1920. package/skills/oci/oci-waf-cost-optimization-review/metadata.json +16 -8
  1921. package/skills/oci/oci-waf-cost-optimization-review/references/mcp-and-evidence.md +25 -0
  1922. package/skills/oci/oci-waf-cost-optimization-review/references/oci-waf-cost-optimization-review-operations.md +58 -0
  1923. package/skills/oci/oci-waf-cost-optimization-review/references/official-sources.md +15 -0
  1924. package/skills/oci/oci-waf-cost-optimization-review/references/safety-checklist.md +18 -0
  1925. package/skills/oci/oci-waf-cost-optimization-review/references/workflow-and-output.md +24 -0
  1926. package/skills/oci/oci-waf-reliability-review/SKILL.md +25 -75
  1927. package/skills/oci/oci-waf-reliability-review/metadata.json +15 -7
  1928. package/skills/oci/oci-waf-reliability-review/references/mcp-and-evidence.md +25 -0
  1929. package/skills/oci/oci-waf-reliability-review/references/oci-waf-reliability-review-operations.md +58 -0
  1930. package/skills/oci/oci-waf-reliability-review/references/official-sources.md +15 -0
  1931. package/skills/oci/oci-waf-reliability-review/references/safety-checklist.md +18 -0
  1932. package/skills/oci/oci-waf-reliability-review/references/workflow-and-output.md +24 -0
  1933. package/skills/oci/oci-waf-security-review/SKILL.md +25 -71
  1934. package/skills/oci/oci-waf-security-review/metadata.json +15 -8
  1935. package/skills/oci/oci-waf-security-review/references/mcp-and-evidence.md +25 -0
  1936. package/skills/oci/oci-waf-security-review/references/oci-waf-security-review-operations.md +58 -0
  1937. package/skills/oci/oci-waf-security-review/references/official-sources.md +15 -0
  1938. package/skills/oci/oci-waf-security-review/references/safety-checklist.md +18 -0
  1939. package/skills/oci/oci-waf-security-review/references/workflow-and-output.md +24 -0
  1940. package/skills/oci/oracle-oci-mcp-grounded-advisor/SKILL.md +26 -21
  1941. package/skills/oci/oracle-oci-mcp-grounded-advisor/metadata.json +6 -5
  1942. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/mcp-and-evidence.md +25 -0
  1943. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/official-sources.md +15 -0
  1944. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/oracle-oci-mcp-grounded-advisor-operations.md +58 -0
  1945. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/safety-checklist.md +18 -0
  1946. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/workflow-and-output.md +24 -0
  1947. package/tests/fixtures/accounting-maestro-routing/expected/01-revenue-recognition.json +4 -0
  1948. package/tests/fixtures/accounting-maestro-routing/expected/02-close-cycle.json +4 -0
  1949. package/tests/fixtures/accounting-maestro-routing/expected/03-tax-provision.json +4 -0
  1950. package/tests/fixtures/accounting-maestro-routing/expected/04-lease-accounting.json +4 -0
  1951. package/tests/fixtures/accounting-maestro-routing/expected/05-consolidation-intercompany.json +4 -0
  1952. package/tests/fixtures/accounting-maestro-routing/expected/06-fx-translation.json +4 -0
  1953. package/tests/fixtures/accounting-maestro-routing/expected/07-hedge-accounting.json +4 -0
  1954. package/tests/fixtures/accounting-maestro-routing/expected/08-indirect-tax-einvoicing.json +4 -0
  1955. package/tests/fixtures/accounting-maestro-routing/expected/09-payroll.json +4 -0
  1956. package/tests/fixtures/accounting-maestro-routing/expected/10-procure-to-pay.json +4 -0
  1957. package/tests/fixtures/accounting-maestro-routing/expected/11-fixed-assets.json +4 -0
  1958. package/tests/fixtures/accounting-maestro-routing/expected/12-equity-compensation.json +4 -0
  1959. package/tests/fixtures/accounting-maestro-routing/expected/13-business-combinations.json +4 -0
  1960. package/tests/fixtures/accounting-maestro-routing/expected/14-parallel-ic-deferred-tax.json +4 -0
  1961. package/tests/fixtures/accounting-maestro-routing/expected/15-boundary-hedge-mechanics.json +4 -0
  1962. package/tests/fixtures/accounting-maestro-routing/expected/16-boundary-fx-translation.json +4 -0
  1963. package/tests/fixtures/accounting-maestro-routing/expected/17-boundary-pillar-two-deferred-tax.json +4 -0
  1964. package/tests/fixtures/accounting-maestro-routing/expected/18-ambiguous.json +4 -0
  1965. package/tests/fixtures/accounting-maestro-routing/expected/19-adversarial-injection.json +4 -0
  1966. package/tests/fixtures/accounting-maestro-routing/expected/20-adversarial-persona.json +4 -0
  1967. package/tests/fixtures/accounting-maestro-routing/expected/21-live-guard-write.json +4 -0
  1968. package/tests/fixtures/accounting-maestro-routing/expected/22-secrets-bait.json +4 -0
  1969. package/tests/fixtures/accounting-maestro-routing/expected/23-direct-answer-extraction.json +4 -0
  1970. package/tests/fixtures/accounting-maestro-routing/inputs/01-revenue-recognition.json +5 -0
  1971. package/tests/fixtures/accounting-maestro-routing/inputs/02-close-cycle.json +5 -0
  1972. package/tests/fixtures/accounting-maestro-routing/inputs/03-tax-provision.json +5 -0
  1973. package/tests/fixtures/accounting-maestro-routing/inputs/04-lease-accounting.json +5 -0
  1974. package/tests/fixtures/accounting-maestro-routing/inputs/05-consolidation-intercompany.json +5 -0
  1975. package/tests/fixtures/accounting-maestro-routing/inputs/06-fx-translation.json +5 -0
  1976. package/tests/fixtures/accounting-maestro-routing/inputs/07-hedge-accounting.json +5 -0
  1977. package/tests/fixtures/accounting-maestro-routing/inputs/08-indirect-tax-einvoicing.json +5 -0
  1978. package/tests/fixtures/accounting-maestro-routing/inputs/09-payroll.json +5 -0
  1979. package/tests/fixtures/accounting-maestro-routing/inputs/10-procure-to-pay.json +5 -0
  1980. package/tests/fixtures/accounting-maestro-routing/inputs/11-fixed-assets.json +5 -0
  1981. package/tests/fixtures/accounting-maestro-routing/inputs/12-equity-compensation.json +5 -0
  1982. package/tests/fixtures/accounting-maestro-routing/inputs/13-business-combinations.json +5 -0
  1983. package/tests/fixtures/accounting-maestro-routing/inputs/14-parallel-ic-deferred-tax.json +5 -0
  1984. package/tests/fixtures/accounting-maestro-routing/inputs/15-boundary-hedge-mechanics.json +5 -0
  1985. package/tests/fixtures/accounting-maestro-routing/inputs/16-boundary-fx-translation.json +5 -0
  1986. package/tests/fixtures/accounting-maestro-routing/inputs/17-boundary-pillar-two-deferred-tax.json +5 -0
  1987. package/tests/fixtures/accounting-maestro-routing/inputs/18-ambiguous.json +5 -0
  1988. package/tests/fixtures/accounting-maestro-routing/inputs/19-adversarial-injection.json +5 -0
  1989. package/tests/fixtures/accounting-maestro-routing/inputs/20-adversarial-persona.json +5 -0
  1990. package/tests/fixtures/accounting-maestro-routing/inputs/21-live-guard-write.json +5 -0
  1991. package/tests/fixtures/accounting-maestro-routing/inputs/22-secrets-bait.json +5 -0
  1992. package/tests/fixtures/accounting-maestro-routing/inputs/23-direct-answer-extraction.json +5 -0
  1993. package/tests/fixtures/accounting-maestro-routing/taxonomy.json +158 -0
  1994. package/tests/fixtures/finance-maestro-routing/expected/01-variance-analysis.json +4 -0
  1995. package/tests/fixtures/finance-maestro-routing/expected/02-treasury-liquidity.json +4 -0
  1996. package/tests/fixtures/finance-maestro-routing/expected/03-capital-allocation.json +4 -0
  1997. package/tests/fixtures/finance-maestro-routing/expected/04-transfer-pricing.json +4 -0
  1998. package/tests/fixtures/finance-maestro-routing/expected/05-fpa-forecasting.json +4 -0
  1999. package/tests/fixtures/finance-maestro-routing/expected/06-debt-capital-structure.json +4 -0
  2000. package/tests/fixtures/finance-maestro-routing/expected/07-working-capital.json +4 -0
  2001. package/tests/fixtures/finance-maestro-routing/expected/08-parallel-wacc-leverage.json +4 -0
  2002. package/tests/fixtures/finance-maestro-routing/expected/09-boundary-treasury-not-hedge.json +4 -0
  2003. package/tests/fixtures/finance-maestro-routing/expected/10-boundary-pillar-two-globe.json +4 -0
  2004. package/tests/fixtures/finance-maestro-routing/expected/11-ambiguous.json +4 -0
  2005. package/tests/fixtures/finance-maestro-routing/expected/12-adversarial-injection.json +4 -0
  2006. package/tests/fixtures/finance-maestro-routing/expected/13-adversarial-persona.json +4 -0
  2007. package/tests/fixtures/finance-maestro-routing/expected/14-live-guard-write.json +4 -0
  2008. package/tests/fixtures/finance-maestro-routing/expected/15-secrets-bait.json +4 -0
  2009. package/tests/fixtures/finance-maestro-routing/expected/16-direct-answer-extraction.json +4 -0
  2010. package/tests/fixtures/finance-maestro-routing/inputs/01-variance-analysis.json +5 -0
  2011. package/tests/fixtures/finance-maestro-routing/inputs/02-treasury-liquidity.json +5 -0
  2012. package/tests/fixtures/finance-maestro-routing/inputs/03-capital-allocation.json +5 -0
  2013. package/tests/fixtures/finance-maestro-routing/inputs/04-transfer-pricing.json +5 -0
  2014. package/tests/fixtures/finance-maestro-routing/inputs/05-fpa-forecasting.json +5 -0
  2015. package/tests/fixtures/finance-maestro-routing/inputs/06-debt-capital-structure.json +5 -0
  2016. package/tests/fixtures/finance-maestro-routing/inputs/07-working-capital.json +5 -0
  2017. package/tests/fixtures/finance-maestro-routing/inputs/08-parallel-wacc-leverage.json +5 -0
  2018. package/tests/fixtures/finance-maestro-routing/inputs/09-boundary-treasury-not-hedge.json +5 -0
  2019. package/tests/fixtures/finance-maestro-routing/inputs/10-boundary-pillar-two-globe.json +5 -0
  2020. package/tests/fixtures/finance-maestro-routing/inputs/11-ambiguous.json +5 -0
  2021. package/tests/fixtures/finance-maestro-routing/inputs/12-adversarial-injection.json +5 -0
  2022. package/tests/fixtures/finance-maestro-routing/inputs/13-adversarial-persona.json +5 -0
  2023. package/tests/fixtures/finance-maestro-routing/inputs/14-live-guard-write.json +5 -0
  2024. package/tests/fixtures/finance-maestro-routing/inputs/15-secrets-bait.json +5 -0
  2025. package/tests/fixtures/finance-maestro-routing/inputs/16-direct-answer-extraction.json +5 -0
  2026. package/tests/fixtures/finance-maestro-routing/taxonomy.json +100 -0
  2027. package/tests/validate-catalog.py +2 -0
  2028. package/skills/oci/oci-autonomous-database-architect/references/documentation-fallback.md +0 -30
  2029. package/skills/oci/oci-autonomous-database-architect/references/oracle-mcp.md +0 -28
  2030. package/skills/oci/oci-cloud-guard-responder/references/documentation-fallback.md +0 -30
  2031. package/skills/oci/oci-cloud-guard-responder/references/oracle-mcp.md +0 -23
  2032. package/skills/oci/oci-compute-instance-agent-operator/references/documentation-fallback.md +0 -30
  2033. package/skills/oci/oci-compute-instance-agent-operator/references/oracle-mcp.md +0 -23
  2034. package/skills/oci/oci-compute-platform-operator/references/documentation-fallback.md +0 -30
  2035. package/skills/oci/oci-compute-platform-operator/references/oracle-mcp.md +0 -22
  2036. package/skills/oci/oci-cost-finops-analyst/references/documentation-fallback.md +0 -30
  2037. package/skills/oci/oci-cost-finops-analyst/references/oracle-mcp.md +0 -22
  2038. package/skills/oci/oci-database-platform-dba/references/documentation-fallback.md +0 -30
  2039. package/skills/oci/oci-database-platform-dba/references/oracle-mcp.md +0 -22
  2040. package/skills/oci/oci-dbtools-sql-analyst/references/documentation-fallback.md +0 -30
  2041. package/skills/oci/oci-dbtools-sql-analyst/references/oracle-mcp.md +0 -23
  2042. package/skills/oci/oci-devops-container-platform-engineer/references/documentation-fallback.md +0 -30
  2043. package/skills/oci/oci-devops-container-platform-engineer/references/oracle-mcp.md +0 -22
  2044. package/skills/oci/oci-exadata-platform-architect/references/compatibility-checklist.md +0 -25
  2045. package/skills/oci/oci-exadata-platform-architect/references/deployment-options.md +0 -22
  2046. package/skills/oci/oci-exadata-platform-architect/references/documentation-fallback.md +0 -30
  2047. package/skills/oci/oci-exadata-platform-architect/references/oracle-mcp.md +0 -28
  2048. package/skills/oci/oci-fusion-apps-environment-operator/references/documentation-fallback.md +0 -30
  2049. package/skills/oci/oci-fusion-apps-environment-operator/references/oracle-mcp.md +0 -23
  2050. package/skills/oci/oci-goldengate-replication-operator/references/documentation-fallback.md +0 -30
  2051. package/skills/oci/oci-goldengate-replication-operator/references/oracle-mcp.md +0 -23
  2052. package/skills/oci/oci-identity-access-governor/references/documentation-fallback.md +0 -30
  2053. package/skills/oci/oci-identity-access-governor/references/oracle-mcp.md +0 -22
  2054. package/skills/oci/oci-iot-digital-twin-engineer/references/documentation-fallback.md +0 -30
  2055. package/skills/oci/oci-iot-digital-twin-engineer/references/oracle-mcp.md +0 -23
  2056. package/skills/oci/oci-limits-capacity-planner/references/documentation-fallback.md +0 -30
  2057. package/skills/oci/oci-limits-capacity-planner/references/oracle-mcp.md +0 -23
  2058. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/permission-model.md +0 -49
  2059. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/preflight-commands.md +0 -58
  2060. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/rollback-playbook.md +0 -44
  2061. package/skills/oci/oci-live-cost-budget-runaway-guard/references/permission-model.md +0 -59
  2062. package/skills/oci/oci-live-cost-budget-runaway-guard/references/preflight-commands.md +0 -42
  2063. package/skills/oci/oci-live-cost-budget-runaway-guard/references/rollback-playbook.md +0 -44
  2064. package/skills/oci/oci-live-iam-policy-compartment-guard/references/permission-model.md +0 -71
  2065. package/skills/oci/oci-live-iam-policy-compartment-guard/references/preflight-commands.md +0 -49
  2066. package/skills/oci/oci-live-iam-policy-compartment-guard/references/rollback-playbook.md +0 -62
  2067. package/skills/oci/oci-live-network-security-rule-guard/references/permission-model.md +0 -65
  2068. package/skills/oci/oci-live-network-security-rule-guard/references/preflight-commands.md +0 -69
  2069. package/skills/oci/oci-live-network-security-rule-guard/references/rollback-playbook.md +0 -79
  2070. package/skills/oci/oci-live-oke-rollout-guard/references/permission-model.md +0 -80
  2071. package/skills/oci/oci-live-oke-rollout-guard/references/preflight-commands.md +0 -55
  2072. package/skills/oci/oci-live-oke-rollout-guard/references/rollback-playbook.md +0 -45
  2073. package/skills/oci/oci-live-resource-manager-stack-guard/references/permission-model.md +0 -70
  2074. package/skills/oci/oci-live-resource-manager-stack-guard/references/preflight-commands.md +0 -57
  2075. package/skills/oci/oci-live-resource-manager-stack-guard/references/rollback-playbook.md +0 -51
  2076. package/skills/oci/oci-live-vault-key-destruction-guard/references/permission-model.md +0 -55
  2077. package/skills/oci/oci-live-vault-key-destruction-guard/references/preflight-commands.md +0 -62
  2078. package/skills/oci/oci-live-vault-key-destruction-guard/references/rollback-playbook.md +0 -55
  2079. package/skills/oci/oci-load-balancer-traffic-engineer/references/documentation-fallback.md +0 -30
  2080. package/skills/oci/oci-load-balancer-traffic-engineer/references/oracle-mcp.md +0 -23
  2081. package/skills/oci/oci-migration-cutover-architect/references/documentation-fallback.md +0 -30
  2082. package/skills/oci/oci-migration-cutover-architect/references/oracle-mcp.md +0 -23
  2083. package/skills/oci/oci-multi-cloud-architect/references/documentation-fallback.md +0 -30
  2084. package/skills/oci/oci-multi-cloud-architect/references/oracle-mcp.md +0 -22
  2085. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/documentation-fallback.md +0 -30
  2086. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/oracle-mcp.md +0 -23
  2087. package/skills/oci/oci-network-architect/references/documentation-fallback.md +0 -30
  2088. package/skills/oci/oci-network-architect/references/oracle-mcp.md +0 -22
  2089. package/skills/oci/oci-observability-incident-responder/references/documentation-fallback.md +0 -30
  2090. package/skills/oci/oci-observability-incident-responder/references/oracle-mcp.md +0 -22
  2091. package/skills/oci/oci-recovery-service-operator/references/documentation-fallback.md +0 -30
  2092. package/skills/oci/oci-recovery-service-operator/references/oracle-mcp.md +0 -23
  2093. package/skills/oci/oci-registry-artifact-governor/references/documentation-fallback.md +0 -30
  2094. package/skills/oci/oci-registry-artifact-governor/references/oracle-mcp.md +0 -23
  2095. package/skills/oci/oci-resource-search-inventory-analyst/references/documentation-fallback.md +0 -30
  2096. package/skills/oci/oci-resource-search-inventory-analyst/references/oracle-mcp.md +0 -23
  2097. package/skills/oci/oci-security-compliance-reviewer/references/documentation-fallback.md +0 -30
  2098. package/skills/oci/oci-security-compliance-reviewer/references/oracle-mcp.md +0 -22
  2099. package/skills/oci/oci-solution-architect/references/documentation-fallback.md +0 -30
  2100. package/skills/oci/oci-solution-architect/references/oracle-mcp.md +0 -22
  2101. package/skills/oci/oci-storage-backup-steward/references/documentation-fallback.md +0 -30
  2102. package/skills/oci/oci-storage-backup-steward/references/oracle-mcp.md +0 -22
  2103. package/skills/oci/oci-support-incident-coordinator/references/documentation-fallback.md +0 -30
  2104. package/skills/oci/oci-support-incident-coordinator/references/oracle-mcp.md +0 -23
@@ -0,0 +1,382 @@
1
+ ---
2
+ name: procure-to-pay-advisor
3
+ description: Multi-jurisdiction procure-to-pay accounting reference covering PO matching, AP accruals, vendor management, and related compliance.
4
+ allowed-tools: Skill Read WebFetch Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-06-02"
9
+ category: finance
10
+ lifecycle: experimental
11
+ ---
12
+
13
+ # Procure-to-Pay Advisor — Reference Skill
14
+
15
+ ## Purpose
16
+
17
+ Provide the complete multi-jurisdiction framework for procure-to-pay (P2P) accounting advisory — from purchase order matching through AP accruals, vendor management, VAT/GST input credit recovery, and procurement fraud controls.
18
+
19
+ ---
20
+
21
+ ## Part 1: PO Matching — 2-Way, 3-Way, and 4-Way
22
+
23
+ ### Matching Types
24
+
25
+ | Match Type | Documents Compared | What Is Verified |
26
+ |---|---|---|
27
+ | **2-way match** | PO vs. supplier invoice | Price, quantity, terms |
28
+ | **3-way match** | PO vs. goods receipt (GRN) vs. supplier invoice | Price, quantity, and physical receipt confirmed |
29
+ | **4-way match** | PO vs. GRN vs. inspection record vs. supplier invoice | Price, quantity, receipt, and quality/inspection sign-off |
30
+
31
+ **Best practice**: 3-way matching is the minimum standard for goods purchases. 4-way matching is appropriate for regulated industries (pharmaceuticals, aerospace, food safety) or high-value capital equipment where inspection sign-off is contractually required.
32
+
33
+ ### Purchase Price Variance (PPV)
34
+
35
+ PPV arises when the actual invoiced price differs from the standard or PO price:
36
+
37
+ ```
38
+ PPV = (Actual Price − Standard/PO Price) × Quantity Received
39
+ ```
40
+
41
+ - **Favorable PPV**: actual price < PO price → credit to PPV account.
42
+ - **Unfavorable PPV**: actual price > PO price → debit to PPV account.
43
+
44
+ **Accounting treatment by jurisdiction:**
45
+
46
+ | Jurisdiction | Standard | PPV Treatment |
47
+ |---|---|---|
48
+ | US GAAP | ASC 330-10 (Inventory) | Capitalize into inventory cost or expense if immaterial; significant variances may require allocation to COGS and ending inventory |
49
+ | IFRS | IAS 2.10 | Included in cost of inventory; abnormal purchase cost variances expensed immediately (IAS 2.16) |
50
+ | German HGB | §255 HGB (Herstellungskosten) | Cost of purchase (Anschaffungskosten) — invoiced price + ancillary costs; price variances absorbed into inventory at actual cost |
51
+ | JGAAP | ASBJ Statement No. 9 | Actual cost or standard cost (with variance adjustment to COGS) |
52
+
53
+ ### Quantity Variance
54
+
55
+ Quantity variance arises when goods received quantity differs from invoiced quantity:
56
+
57
+ - **Short delivery**: invoice quantity > GRN quantity → dispute or accrue liability only for quantity received.
58
+ - **Over-delivery**: invoice quantity < GRN quantity → accrue full received quantity; issue debit note or request corrected invoice.
59
+
60
+ **Control**: Quantity variances should be cleared within the period or escalated to the buyer for vendor dispute resolution. Unresolved quantity variances older than 90 days are a common audit finding.
61
+
62
+ ### Tolerance Policies
63
+
64
+ Typical industry tolerance bands for PO matching:
65
+
66
+ | Type | Common Tolerance |
67
+ |---|---|
68
+ | Price tolerance | ±1–3% of PO unit price |
69
+ | Quantity tolerance | ±2–5% of PO quantity |
70
+ | Amount tolerance | ±$500 or ±2% of invoice total (whichever is lower) |
71
+
72
+ Tolerances exceeding these bands typically require buyer/controller approval before payment release.
73
+
74
+ ---
75
+
76
+ ## Part 2: AP Accruals — GRNI and Period-End Cutoff
77
+
78
+ ### Goods Received Not Invoiced (GRNI) Accrual
79
+
80
+ At period end, goods may be received but the supplier invoice not yet processed. GAAP requires accrual of the liability:
81
+
82
+ **Journal at period end (accrual):**
83
+ ```
84
+ DR Inventory / Expense (at PO price or estimated cost)
85
+ CR GRNI Accrual (Accrued Liabilities)
86
+ ```
87
+
88
+ **Journal in subsequent period (reversal):**
89
+ ```
90
+ DR GRNI Accrual
91
+ CR Inventory / Expense
92
+ ```
93
+ Then the actual invoice is processed normally through AP.
94
+
95
+ ### GRNI Accrual — Multi-Jurisdiction Standard Basis
96
+
97
+ | Jurisdiction | Standard | Accrual Basis |
98
+ |---|---|---|
99
+ | US GAAP | ASC 420, ASC 450-20-25 | Probable and reasonably estimable obligation; accrue when obligation incurred (receipt of goods transfers risk/reward) |
100
+ | IFRS | IAS 37.14 | Present obligation as result of past event (receipt); probable outflow; reliably estimable → recognize provision/accrual |
101
+ | German HGB | §249 Abs. 1 HGB | Rückstellungen (provisions) must be recognized for uncertain liabilities — HGB is more prudent: recognize even when probability < 50% in some interpretations; Imparitätsprinzip (imparity principle) requires recognition of risks even before they are fully crystallized |
102
+ | JGAAP | ASBJ Conceptual Framework | Accrual basis broadly consistent with IFRS; no formal IAS 37 equivalent but practice aligns |
103
+ | India Ind AS | Ind AS 37 (= IAS 37) | Same as IFRS (IAS 37.14) |
104
+ | China CAS | CAS No. 13 (Contingencies) | Broadly consistent with IAS 37 |
105
+
106
+ **Key HGB divergence**: Under §249 HGB, provisions for uncertain liabilities (ungewisse Verbindlichkeiten) must be recognized as soon as the obligation is probable — the HGB Imparitätsprinzip means losses and obligations are recognized earlier than under IFRS/US GAAP in some cases. GRNI at HGB balance sheet date must be provisioned regardless of materiality threshold.
107
+
108
+ ### AP Cutoff Procedures
109
+
110
+ Period-end AP cutoff checklist:
111
+
112
+ - [ ] All GRNs dated on or before the last day of the period are matched against invoices or accrued as GRNI.
113
+ - [ ] All invoices dated on or before the period end are posted to AP, even if payment terms extend beyond the period.
114
+ - [ ] Purchase orders with partial deliveries: accrue only for the received portion.
115
+ - [ ] Service accruals: accrue for services performed to period end per contract milestones even without an invoice.
116
+ - [ ] Credit notes and debit notes: match and post within the period they relate to.
117
+ - [ ] Prepayments: reclassify advance payments from AP to prepaid asset (ASC 340 / IAS 38).
118
+
119
+ ---
120
+
121
+ ## Part 3: Accounts Payable Accounting
122
+
123
+ ### Invoice Validation
124
+
125
+ Standard AP invoice validation steps:
126
+
127
+ 1. Three-way match confirmation (PO, GRN, invoice).
128
+ 2. Duplicate invoice check (same vendor, same invoice number, same amount — any two of three match = hold for review).
129
+ 3. Vendor master verification (correct bank details, active status, no debarment flags).
130
+ 4. VAT/GST validity (invoice number format, supplier tax registration, correct rate applied).
131
+ 5. Currency and payment terms confirmation.
132
+ 6. Approval routing per delegation of authority matrix.
133
+
134
+ ### Early Payment Discounts — Net Method vs. Gross Method
135
+
136
+ **Gross method (default US practice):**
137
+ - Record payable at full invoice amount.
138
+ - Discount taken credited to "Purchase Discounts" income at payment date.
139
+ - Standard: ASC 310-10-35-2 (gross recording is acceptable).
140
+
141
+ **Net method:**
142
+ - Record payable net of expected discount (e.g., 2/10 net 30 → record at 98%).
143
+ - If discount not taken, debit "Discounts Lost" (financing cost).
144
+ - Standard: ASC 310-10-35-3 (net method preferred by some theorists as it reflects economic substance).
145
+
146
+ **IFRS approach (IFRS 9 / IAS 39):**
147
+ - Trade payables at amortised cost (IFRS 9.4.2.1).
148
+ - For short-term payables (< 1 year), discount effect is typically immaterial → record at transaction price.
149
+ - Early payment discounts reduce the carrying amount of the payable; discounts not taken increase interest cost.
150
+ - Source: IFRS 9.B5.1.1 — short-term receivables/payables at invoice amount if effect of discounting is immaterial.
151
+
152
+ **German HGB (§253 HGB):**
153
+ - Record at settlement amount (Erfüllungsbetrag).
154
+ - Skonto (cash discount) deducted from cost of asset/inventory if taken.
155
+
156
+ ### Dynamic Discounting and Supply Chain Financing
157
+
158
+ **Dynamic discounting**: buyer offers early payment at variable discount rates calculated on a sliding scale tied to days-early. The earlier the payment, the higher the discount captured. These programs are typically funded from the buyer's own cash — no reclassification from AP required.
159
+
160
+ **Supply chain financing / reverse factoring**: A bank or financial intermediary pays the supplier early; the buyer repays the bank at the original invoice maturity (or extended terms). This can alter the classification of the payable:
161
+
162
+ **IFRS IC Agenda Decision (November 2020) — key conclusions:**
163
+ - If the terms of the arrangement are substantially different from normal trade payables (e.g., extended payment terms beyond normal commercial terms, bank acts as principal rather than agent), the liability should be reclassified from **trade payables** to **borrowings** on the balance sheet.
164
+ - "Substantially modified" indicators: extended payment terms compared to peer entities; arrangement is contingent on the buyer's relationship with the bank rather than the supplier relationship; the supplier's claim is discharged upon bank payment (novation).
165
+ - Source: IFRS IC Update November 2020 — https://www.ifrs.org/news-and-events/updates/ifric/2020/ifric-update-november-2020/
166
+
167
+ **US GAAP (ASC 470-10-45):**
168
+ - No specific standard equivalent to the IFRS IC decision.
169
+ - Indicators that a supply chain finance arrangement constitutes a financing arrangement (and should be classified as short-term debt rather than AP):
170
+ - Extended payment terms significantly beyond industry norms.
171
+ - Buyer negotiated the arrangement with the bank directly.
172
+ - Buyer provides payment guarantee to the bank.
173
+ - Terms are linked to the buyer's credit standing, not the supplier's.
174
+ - Source: ASC 470-10-45; ASU 2022-04 (Supplier Finance Program disclosures, effective for fiscal years beginning after December 15, 2022).
175
+
176
+ **Disclosure — ASU 2022-04 (US GAAP)**:
177
+ Entities must disclose: key terms of supplier finance programs, outstanding amount at period end, balance sheet line where the liability is presented, and rollforward of activity.
178
+
179
+ ---
180
+
181
+ ## Part 4: Vendor Management
182
+
183
+ ### Vendor Master Controls
184
+
185
+ Critical controls over the vendor master file:
186
+
187
+ | Control Area | Risk Mitigated | Key Control |
188
+ |---|---|---|
189
+ | New vendor creation | Ghost vendor / fictitious supplier | Dual approval for new vendor setup; independent verification of bank details |
190
+ | Bank account changes | Payment diversion fraud | Segregated approval (cannot be changed by AP processor); callback verification to vendor using number on file — not number provided in change request |
191
+ | Duplicate vendor detection | Duplicate payment | System-level duplicate check (same name + TIN; same address + bank account) |
192
+ | Vendor deactivation | Payments to unapproved vendors | Periodic review and deactivation of vendors with no activity in prior 12 months |
193
+ | Vendor master reconciliation | Unauthorized changes | Monthly comparison of vendor master change log against approved change requests |
194
+
195
+ ### 1099/1042-S (United States)
196
+
197
+ **Form 1099-MISC / 1099-NEC**: Required for US persons receiving $600+ in a calendar year for services (non-employees), rent, prizes, or other income. Filed with IRS by January 31 of following year. Backup withholding (24%) required if vendor fails to provide TIN (Form W-9).
198
+
199
+ **Form 1042-S**: Required for payments to foreign persons (non-US tax residents) subject to US withholding tax. Chapter 3 (portfolio interest, dividends, royalties) and Chapter 4 (FATCA) withholding rules apply. Filed by March 15 of following year.
200
+
201
+ **Source**: IRS Publication 15-B; IRS Instructions for Forms 1099, 1042-S.
202
+
203
+ ### GDPR — Vendor Data Retention
204
+
205
+ Under EU GDPR Article 17 (Right to Erasure) and Article 5(1)(e) (Storage Limitation):
206
+ - Vendor data (contact persons, personal email addresses) should not be retained beyond the period necessary for the commercial relationship plus applicable statutory limitation period.
207
+ - Financial records (invoices, payment confirmations) must be retained for statutory periods (e.g., 10 years in Germany — §257 HGB; 7 years in the UK — Companies Act 2006; 7 years in the US — IRS requirements).
208
+ - Vendor personal data in the vendor master should be anonymized or deleted once the retention period expires, while retaining the transaction records themselves.
209
+
210
+ ---
211
+
212
+ ## Part 5: Expense Accruals, Prepaid Assets, and Purchase Commitments
213
+
214
+ ### Prepaid Assets
215
+
216
+ Payments made in advance of the period to which they relate must be classified as prepaid assets:
217
+
218
+ **US GAAP**: ASC 340-10 — prepaid expenses recognized as assets; amortized on a straight-line basis over the benefit period.
219
+
220
+ **IFRS**: IAS 38 (intangibles) and IAS 1 (presentation) — advance payments classified as current assets; amortized as the service/benefit is consumed.
221
+
222
+ **Common examples**: prepaid insurance, prepaid maintenance contracts, prepaid software licenses, prepaid rent.
223
+
224
+ **German HGB (§250 HGB)**: Rechnungsabgrenzungsposten (RAP) — mandatory prepayment recognition on both asset and liability sides; no materiality threshold exemption.
225
+
226
+ ### Accrued Liabilities vs. Accounts Payable
227
+
228
+ | Item | Accounts Payable | Accrued Liabilities |
229
+ |---|---|---|
230
+ | Definition | Obligation from a received invoice for goods/services already delivered | Obligation for goods/services received but not yet invoiced |
231
+ | Basis | Invoice in hand | Estimate based on contractual terms or best estimate |
232
+ | Balance sheet presentation | Current liabilities — trade payables | Current liabilities — accrued expenses |
233
+ | US GAAP standard | ASC 210-10-S99 | ASC 450-20 (loss contingencies) / ASC 420 |
234
+ | IFRS standard | IAS 1.54(k) — trade and other payables | IAS 37.11 — accruals (distinguished from provisions: accruals = more certain; provisions = uncertain timing/amount) |
235
+
236
+ ### Purchase Commitments
237
+
238
+ **US GAAP (ASC 440-10-50)**:
239
+ - Non-cancellable purchase commitments should be disclosed in the notes if material.
240
+ - If the purchase price under the commitment exceeds the current market price (onerous commitment), a loss should be recognized immediately for the excess: ASC 330-10-35-17 (for inventory commitments) and ASC 440-10-25-1.
241
+
242
+ **IFRS (IAS 37.66–37.69)**:
243
+ - An onerous contract (one in which unavoidable costs of meeting the obligation exceed economic benefits expected) requires immediate provision for the least net cost of exiting the contract.
244
+ - Purchase commitments that are onerous must be provisioned; the provision = minimum of (cost of fulfilling - expected benefit) vs. (penalty for cancellation): IAS 37.68.
245
+
246
+ ---
247
+
248
+ ## Part 6: VAT/GST on Purchases
249
+
250
+ ### Input Tax Credit Recovery
251
+
252
+ VAT/GST paid on business purchases can generally be recovered as input tax credit against output VAT/GST collected, subject to the following conditions:
253
+
254
+ | Condition | Requirement |
255
+ |---|---|
256
+ | Valid tax invoice | Invoice must contain supplier tax registration number, invoice number, date, VAT/GST amount separately stated |
257
+ | Business purpose | Purchase must be used for taxable business activities |
258
+ | Not a blocked input | Input tax is not in a blocked category (see below) |
259
+
260
+ ### Blocked Input Tax Categories
261
+
262
+ | Category | Jurisdiction | Blocked? | Notes |
263
+ |---|---|---|---|
264
+ | Business entertainment | EU VAT (Directive 2006/112/EC Art. 176) | Yes — member states may block | Most EU states block entertainment input VAT; UK allows partial recovery with strict criteria |
265
+ | Passenger vehicles | Most jurisdictions | Yes (full or partial) | Germany: blocked unless exclusively for business use; UK: 50% block for cars used privately; US: luxury auto limits under §179/168 IRC (not VAT, but similar principle) |
266
+ | Employee meals | EU | Generally blocked | Unless canteen provided as welfare benefit to all employees |
267
+ | Residential property | Most VAT systems | Blocked | VAT on residential accommodation generally irrecoverable |
268
+
269
+ ### Partial Exemption — Mixed-Use Entities
270
+
271
+ Entities that make both taxable and VAT-exempt supplies (e.g., a bank with both fee-based services and interest income) can only recover a proportion of input VAT:
272
+
273
+ - **Standard method (EU)**: taxable turnover / total turnover × input VAT = recoverable portion.
274
+ - **Special methods**: sector methods, transaction count methods — agreed with tax authority for specific business models.
275
+ - **Annual adjustment**: provisional recovery during the year is adjusted to actual taxable use at year end.
276
+
277
+ **India GST (CGST Act, 2017, Section 17)**:
278
+ - Blocked credits listed in Section 17(5): motor vehicles (except for specified purposes), food/beverages, club membership, health services.
279
+ - Proportionate credit for mixed-use: Rule 42 and Rule 43 of CGST Rules.
280
+ - Fapiao equivalent: valid tax invoice (GST invoice) required with supplier GSTIN.
281
+
282
+ **China VAT (VAT Reform — Caishui [2016] No. 36)**:
283
+ - Input VAT credit requires a valid fapiao (special VAT invoice — 增值税专用发票) issued by the supplier.
284
+ - Fapiao must be verified through the Golden Tax System (金税系统) before input credit is claimed.
285
+ - Blocked inputs: passenger transportation for private use, catering services, resident daily entertainment, gifts.
286
+
287
+ ---
288
+
289
+ ## Part 7: Procurement Fraud Controls
290
+
291
+ ### Segregation of Duties (SoD) in P2P
292
+
293
+ A core internal control principle: no single individual should control more than one of the following P2P functions:
294
+
295
+ | Function | Role | SoD Requirement |
296
+ |---|---|---|
297
+ | PO creation | Requisitioner / Buyer | Must be separate from approval |
298
+ | PO approval | Purchasing Manager / Controller | Must be separate from creation and payment |
299
+ | Goods receipt (GRN) | Warehouse / Receiving | Must be separate from PO creation and payment |
300
+ | Invoice processing | AP Processor | Must be separate from PO approval and payment |
301
+ | Payment approval | Finance Manager / Treasury | Must be separate from invoice processing |
302
+ | Vendor master maintenance | AP Master Data | Must be separate from payment processing |
303
+
304
+ **Key SoD violation patterns to detect:**
305
+ - Same individual creates PO and approves payment.
306
+ - Same individual creates vendor and processes invoice.
307
+ - Same individual receives goods and approves invoice.
308
+
309
+ ### Three-Lines-of-Defence Framework
310
+
311
+ | Line | Role | P2P Application |
312
+ |---|---|---|
313
+ | First line | Management / Operations | Procurement policies, PO approval limits, SoD controls in ERP |
314
+ | Second line | Risk/Compliance / Finance | Transaction monitoring; vendor master review; AP aging analysis; duplicate payment detection |
315
+ | Third line | Internal Audit | Independent testing of P2P controls; SoD conflict review; vendor due diligence audits |
316
+
317
+ ### Vendor Due Diligence
318
+
319
+ Minimum vendor due diligence for significant new vendors:
320
+
321
+ - [ ] Business registration verification (company registry check).
322
+ - [ ] Sanctions screening (OFAC, EU consolidated list, UN sanctions).
323
+ - [ ] Politically Exposed Persons (PEP) check for beneficial owners.
324
+ - [ ] Tax registration verification (VAT number, TIN/EIN).
325
+ - [ ] Anti-bribery questionnaire for high-risk categories and jurisdictions.
326
+ - [ ] Adverse media search.
327
+
328
+ ### FCPA and UK Bribery Act — Procurement Interaction
329
+
330
+ **US FCPA (Foreign Corrupt Practices Act, 15 U.S.C. §78dd-1 et seq.)**:
331
+ - Prohibits payments to foreign government officials to obtain or retain business.
332
+ - P2P risk: inflated procurement invoices as a mechanism to generate slush funds; payments to agent/intermediary vendors who are related to government officials.
333
+ - Books and records provision: requires accurate books; false entries to disguise bribes are a separate FCPA violation regardless of whether the bribery charge is proven.
334
+
335
+ **UK Bribery Act 2010 (Section 7 — Failure to Prevent)**:
336
+ - Stricter than FCPA: covers commercial bribery (not just public officials) and applies to facilitation payments (which FCPA permits with limited exceptions).
337
+ - Section 7: corporate offence of failing to prevent bribery by associated persons — including third-party vendors acting on the company's behalf.
338
+ - P2P risk: vendor kickback schemes; procurement agent bribery.
339
+ - Defence: adequate procedures (documented procurement controls, training, monitoring) — mapped to Ministry of Justice guidance (six principles).
340
+
341
+ ---
342
+
343
+ ## Part 8: Multi-Jurisdiction Summary Table
344
+
345
+ | Topic | US GAAP | IFRS | German HGB | JGAAP | India Ind AS / GST | China CAS / VAT |
346
+ |---|---|---|---|---|---|---|
347
+ | GRNI accrual basis | ASC 450-20-25: probable + estimable | IAS 37.14: present obligation + probable + estimable | §249 HGB: mandatory; Imparitätsprinzip — earlier recognition than IFRS | Accrual basis; aligns with IFRS in practice | Ind AS 37 = IAS 37 | CAS No. 13 ≈ IAS 37 |
348
+ | Early payment discount | ASC 310: net or gross method acceptable | IFRS 9.B5.1.1: immaterial if short-term; amortised cost | §253 HGB: settlement amount; Skonto reduces cost | Broadly consistent with IFRS | Ind AS 109 = IFRS 9 | CAS No. 22 ≈ IFRS 9 |
349
+ | Supply chain finance reclassification | ASC 470-10-45 + ASU 2022-04 disclosure | IFRS IC Nov 2020: reclassify if substantially modified | No specific guidance; apply substance over form | No specific guidance | Ind AS 109; ICAI guidance | No specific guidance |
350
+ | Purchase commitments disclosure | ASC 440-10-50: note disclosure + loss if onerous | IAS 37.66: provision if onerous contract | §285 No. 3a HGB: note disclosure of significant obligations | ASBJ: note disclosure | Ind AS 37.66 = IAS 37 | CAS No. 13 |
351
+ | Input VAT blocking — entertainment | §15 Abs. 1a UStG (Germany): generally blocked | EU Directive Art. 176: member state discretion | Blocked under §15 Abs. 1a UStG | Japan Consumption Tax Act: partially deductible | Section 17(5) CGST Act: blocked | Caishui [2016] No. 36: blocked |
352
+
353
+ ---
354
+
355
+ ## Part 9: Official Documentation — Publicly Accessible URLs
356
+
357
+ | Standard / Resource | URL | Access |
358
+ |---|---|---|
359
+ | ASC 210 (Balance Sheet) | https://asc.fasb.org/210 | Public (free registration) |
360
+ | ASC 310 (Receivables) | https://asc.fasb.org/310 | Public (free registration) |
361
+ | ASC 340 (Prepaid / Deferred Costs) | https://asc.fasb.org/340 | Public (free registration) |
362
+ | ASC 440 (Commitments) | https://asc.fasb.org/440 | Public (free registration) |
363
+ | ASC 450 (Contingencies) | https://asc.fasb.org/450 | Public (free registration) |
364
+ | ASC 470 (Debt) | https://asc.fasb.org/470 | Public (free registration) |
365
+ | ASU 2022-04 (Supplier Finance Programs) | https://www.fasb.org/page/document?pdf=ASU+2022-04.pdf | Public |
366
+ | IAS 37 (Provisions) | https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias37.html | Public |
367
+ | IFRS 9 (Financial Instruments) | https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs9.html | Public |
368
+ | IFRS IC Update Nov 2020 (Supply Chain Finance) | https://www.ifrs.org/news-and-events/updates/ifric/2020/ifric-update-november-2020/ | Public |
369
+ | German HGB (§249 Rückstellungen) | https://www.gesetze-im-internet.de/hgb/__249.html | Public (German) |
370
+ | German UStG (§15 Input VAT) | https://www.gesetze-im-internet.de/ustg_1980/__15.html | Public (German) |
371
+ | India CGST Act 2017 (Section 17 — blocked credits) | https://www.cbic.gov.in/resources//htdocs-cbec/gst/cgst-act.pdf | Public |
372
+ | FCPA (15 U.S.C. §78dd-1) | https://www.justice.gov/criminal/criminal-fraud/foreign-corrupt-practices-act | Public |
373
+ | UK Bribery Act 2010 | https://www.legislation.gov.uk/ukpga/2010/23/contents | Public |
374
+ | UK Bribery Act — Adequate Procedures Guidance | https://www.justice.gov.uk/downloads/legislation/bribery-act-2010-guidance.pdf | Public |
375
+
376
+ ---
377
+
378
+ ## Mandatory Advisory Note
379
+
380
+ Every response from this agent must end with:
381
+
382
+ > **Advisory**: This analysis is advisory and based solely on the entity profile and facts described above. Local statutory, tax, and regulatory requirements vary by jurisdiction and change frequently. This analysis does not constitute authoritative accounting guidance, a compliance opinion, a tax opinion, or a legal opinion in any jurisdiction. Supply chain financing reclassification conclusions under IFRS IC 2020 and ASC 470 require entity-specific assessment with external auditors. Procurement fraud and anti-bribery conclusions require assessment by qualified legal counsel familiar with applicable law. Verify all conclusions with qualified local auditors, tax advisors, and legal counsel before relying on this analysis for compliance purposes. This analysis does not form an accountant-client relationship.
@@ -0,0 +1,25 @@
1
+ {
2
+ "id": "procure-to-pay-advisor",
3
+ "name": "Procure-to-Pay Advisor",
4
+ "type": "skill",
5
+ "provider": "accounting",
6
+ "category": "finance",
7
+ "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).",
8
+ "source_type": "original",
9
+ "path": "skills/accounting/procure-to-pay-advisor",
10
+ "author": "github: Raishin",
11
+ "version": "0.1.0",
12
+ "last_verified": "2026-06-02",
13
+ "lifecycle": "experimental",
14
+ "execution_tier": "read-only-runtime",
15
+ "provider_coverage": ["gaap", "ifrs", "hgb", "jgaap", "ind-as", "cas"],
16
+ "official_docs": [
17
+ "https://asc.fasb.org/210",
18
+ "https://asc.fasb.org/440",
19
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ias37.html",
20
+ "https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs9.html",
21
+ "https://www.ifrs.org/news-and-events/updates/ifric/2020/ifric-update-november-2020/",
22
+ "https://www.gesetze-im-internet.de/hgb/__249.html"
23
+ ],
24
+ "security_notes": "Advisory only — 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."
25
+ }
@@ -0,0 +1,17 @@
1
+ # Revenue Recognition Advisor Skill
2
+
3
+ Complete analytical framework for applying ASC 606 / IFRS 15 to revenue arrangements, used by the `accounting-revenue-recognition-advisor-agent`.
4
+
5
+ ## What it provides
6
+
7
+ - Complete five-step ASC 606 / IFRS 15 model with specific paragraph citations
8
+ - High-risk judgment area reference table with common errors and confidence signals
9
+ - GAAP vs. IFRS 15 delta checklist
10
+ - Confidence-scoring framework (High / Medium / Low) per conclusion
11
+ - Common restatement trigger catalog
12
+ - Official documentation URLs
13
+ - Mandatory advisory note template
14
+
15
+ ## Coverage
16
+
17
+ Multi-element SaaS, software licenses, professional services, variable consideration, principal vs. agent, contract modifications, bill-and-hold, consignment, and incremental costs of obtaining contracts.
@@ -0,0 +1,190 @@
1
+ ---
2
+ name: revenue-recognition-advisor
3
+ description: Apply the ASC 606 / IFRS 15 five-step revenue recognition model to described arrangements. Provides the complete five-step framework with paragraph citations, judgment-area reference tables, confidence-scoring guidance, common restatement triggers, GAAP/IFRS delta checklist, and official documentation URLs. Use when analyzing revenue recognition treatment for SaaS, licenses, professional services, multi-element arrangements, and channel partnerships. Advisory only — all outputs require external auditor review for material amounts.
4
+ allowed-tools: Skill Read WebFetch Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-06-01"
9
+ category: finance
10
+ lifecycle: experimental
11
+ ---
12
+
13
+ # Revenue Recognition Advisor — Reference Skill
14
+
15
+ ## Purpose
16
+
17
+ Provide the complete analytical framework for applying ASC 606 / IFRS 15 to described revenue arrangements, with specific paragraph citations, judgment-area reference tables, confidence-scoring guidance, and official documentation URLs.
18
+
19
+ ## Official Documentation
20
+
21
+ | Standard | Source | Access |
22
+ |---|---|---|
23
+ | FASB ASU 2014-09 Section A (full standard text) | https://www.fasb.org/page/document?pdf=ASU+2014-09_Section+A.pdf | **Fully public PDF** — no account required |
24
+ | FASB ASU 2014-09 (storage mirror) | https://storage.fasb.org/ASU%202014-09_Section%20A.pdf | **Fully public PDF** |
25
+ | FASB/IASB Comparison: Topic 606 vs. IFRS 15 | https://storage.fasb.org/Comparison%20of%20Topic%20606%20and%20IFRS%2015.pdf | **Fully public PDF** |
26
+ | ASC 606 (FASB Codification) | https://asc.fasb.org/606 | Free account required for full text |
27
+ | IFRS 15 HTML (2024 issued) | https://www.ifrs.org/content/dam/ifrs/publications/html-standards/english/2024/issued/ifrs15.html | **Fully public** |
28
+ | IFRS 15 PDF (2022 issued) | https://www.ifrs.org/content/dam/ifrs/publications/pdf-standards/english/2022/issued/part-a/ifrs-15-revenue-from-contracts-with-customers.pdf?bypass=on | **Fully public PDF** |
29
+ | IFRS 15 supporting materials | https://www.ifrs.org/supporting-implementation/supporting-materials-by-ifrs-standards/ifrs-15/ | **Fully public** |
30
+ | IAS Plus IFRS 15 summary | https://iasplus.com/en/standards/ifrs/ifrs15 | **Fully public** |
31
+ | PCAOB Staff Audit Practice Alert 15 (Revenue) | https://pcaobus.org/Standards/QandA/SAPA-15-revenue-accounting-standard.pdf | **Fully public PDF** |
32
+ | PCAOB AS 2810 (evaluating misstatement) | https://pcaob-assets.azureedge.net/pcaob-dev/docs/default-source/rules-standards/standards/auditing/as2810.pdf | **Fully public PDF** |
33
+ | AICPA Illustrative ASC 606 Disclosures | https://www.aicpa-cima.com/resources/download/asc-606-illustrative-annual-and-transition-disclosures | **Fully public** |
34
+ | SEC EDGAR ASC 606 comment letters (2022–2025) | https://efts.sec.gov/LATEST/search-index?q=%22ASC+606%22&dateRange=custom&startdt=2022-01-01&enddt=2025-12-31&forms=CORRESP | **Fully public** |
35
+
36
+ ## The Five-Step Model
37
+
38
+ ### Step 1 — Identify the Contract(s) with a Customer
39
+ **ASC 606-10-25-1 through 606-10-25-8 | IFRS 15.9 through 15.16**
40
+
41
+ A contract exists when ALL five criteria are met:
42
+ 1. Parties have approved the contract and are committed to perform
43
+ 2. Each party's rights can be identified
44
+ 3. Payment terms can be identified
45
+ 4. The contract has commercial substance
46
+ 5. Collection of substantially all consideration is probable
47
+
48
+ Key judgment: "Probable" under US GAAP = more likely than not (>50%). Under IFRS 15, "probable" = more likely than not — converged.
49
+
50
+ Contract combination (ASC 606-10-25-9): Combine when entered contemporaneously with the same customer, when negotiated as a package, or when consideration is interdependent.
51
+
52
+ ### Step 2 — Identify the Performance Obligations
53
+ **ASC 606-10-25-14 through 606-10-25-22 | IFRS 15.22 through 15.30**
54
+
55
+ A promised good or service (or bundle) is a performance obligation if it is **distinct**:
56
+ - **Capable of being distinct** (ASC 606-10-25-19a): Customer can benefit from it on its own or with readily available resources.
57
+ - **Distinct within the context of the contract** (ASC 606-10-25-19b): Not highly interrelated with or dependent on other promises.
58
+
59
+ **BOTH tests must be met.** Failure of either test → combine with related promises and reassess.
60
+
61
+ Series provision (ASC 606-10-25-14b / IFRS 15.22b): A series of distinct goods/services that are substantially the same and have the same pattern of transfer may be treated as a single performance obligation.
62
+
63
+ High-frequency judgment areas:
64
+ - SaaS: Is implementation a separate PO from the subscription? Usually fails the "distinct within context" test if heavily customized and the customer cannot benefit from the license without the implementation.
65
+ - Professional services: When standalone value exists and customer can engage others for similar services → likely distinct.
66
+ - Post-contract support / maintenance: Typically a separate PO (customer can benefit on its own).
67
+
68
+ ### Step 3 — Determine the Transaction Price
69
+ **ASC 606-10-32-2 through 606-10-32-27 | IFRS 15.47 through 15.72**
70
+
71
+ Transaction price = consideration the entity expects to be entitled to in exchange for transferring goods or services. Includes:
72
+
73
+ **Variable consideration** (ASC 606-10-32-5 through 32-13 | IFRS 15.50 through 15.55):
74
+ - Estimate using: Expected value (probability-weighted) OR Most likely amount — whichever better predicts the amount (ASC 606-10-32-8).
75
+ - **Variable consideration constraint** (ASC 606-10-32-11 through 32-16): Include variable consideration only to the extent it is probable that a significant reversal in cumulative revenue will NOT occur. Key factors: high sensitivity to external factors, long estimation horizon, broad range of outcomes, entity's experience limited. This is the #1 most-cited area in SEC comment letters (2022–2025 per RevenueHub analysis).
76
+
77
+ **Significant financing component** (ASC 606-10-32-15 through 32-20): Adjust if payment timing differs significantly from transfer of goods/services. Practical expedient: not required if the financing period is ≤ 12 months.
78
+
79
+ **Non-cash consideration** (ASC 606-10-32-21 through 32-24): Measure at fair value of consideration received.
80
+
81
+ **Consideration payable to customer** (ASC 606-10-32-25 through 32-27): Reduce the transaction price unless it is for a distinct good or service from the customer.
82
+
83
+ ### Step 4 — Allocate the Transaction Price to Performance Obligations
84
+ **ASC 606-10-32-28 through 606-10-32-44 | IFRS 15.73 through 15.90**
85
+
86
+ Allocate in proportion to **standalone selling prices (SSPs)** of each performance obligation.
87
+
88
+ **Determining SSP** (ASC 606-10-32-32 through 32-39):
89
+ - Observable: use it directly.
90
+ - Not directly observable — estimate using:
91
+ - Adjusted market assessment approach
92
+ - Expected cost plus margin approach
93
+ - Residual approach (only when SSP is highly variable or uncertain and at least one other PO has an observable SSP)
94
+
95
+ **Allocation of discounts** (ASC 606-10-32-36): Allocate to all POs proportionately unless observable evidence shows the discount relates to specific POs only.
96
+
97
+ **Variable consideration allocation** (ASC 606-10-32-39 through 32-41): Allocate entirely to a single PO only if the allocation condition and reasonableness condition are both met.
98
+
99
+ ### Step 5 — Recognize Revenue When (or As) a Performance Obligation Is Satisfied
100
+ **ASC 606-10-25-23 through 606-10-25-37 | IFRS 15.31 through 15.38**
101
+
102
+ **Over time** if any one of three criteria met (ASC 606-10-25-27):
103
+ 1. Customer simultaneously receives and consumes the benefits as the entity performs
104
+ 2. Entity's performance creates or enhances an asset that the customer controls as it is created/enhanced
105
+ 3. Entity's performance does not create an asset with an alternative use AND entity has an enforceable right to payment for performance completed to date
106
+
107
+ If none of the three criteria are met → **Point in time** (ASC 606-10-25-30).
108
+
109
+ **Point-in-time indicators** (ASC 606-10-25-30): Customer has obtained control — consider: right to payment, legal title transferred, physical possession transferred, risks and rewards transferred, customer has accepted the asset.
110
+
111
+ **Licenses** (ASC 606-10-55-54 through 55-65 | IFRS 15.B52 through B63):
112
+ - **Functional IP** (point in time): Has significant standalone functionality; customer's value not significantly affected by entity's ongoing activities. Software, completed media, patents.
113
+ - **Symbolic IP** (over time): Value derived from entity's ongoing activities. Brand licenses, franchise agreements, licenses to evolving IP.
114
+
115
+ ---
116
+
117
+ ## High-Risk Judgment Areas (Fortune-50 Frequency)
118
+
119
+ | Judgment Area | Key Paragraphs | Common Error | Confidence Signal |
120
+ |---|---|---|---|
121
+ | Identifying distinct POs in bundled SaaS | ASC 606-10-25-19 | Treating highly interdependent implementation as separate PO → deferring too much revenue | Low: implementation is >30% of contract value and no standalone market |
122
+ | Variable consideration constraint | ASC 606-10-32-11 | Including constrained variable consideration prematurely → revenue reversal required | Low: volume rebate >20% of base price, first contract with customer |
123
+ | Principal vs. agent (gross vs. net) | ASC 606-10-55-36 through 55-40 | Presenting as principal when agent → gross overstatement of revenue | Medium: entity does not control inventory/service before delivery to customer |
124
+ | License type (functional vs. symbolic) | ASC 606-10-55-58 through 55-65 | Treating evergreen brand license as functional → point-in-time recognition → revenue accelerated | Low: entity has ongoing obligations that affect the licensed IP's value |
125
+ | Contract modifications | ASC 606-10-25-10 through 25-13 | Treating modification as new contract when it should be a continuation → incorrect cumulative catch-up vs. prospective treatment | Medium: modification adds distinct goods at non-SSP |
126
+ | Bill-and-hold | ASC 606-10-55-83 through 55-84 | Recognizing before customer controls the asset | Low: customer has not made formal request; product not separately identified |
127
+ | Consignment | ASC 606-10-55-78 through 55-80 | Recognizing revenue at consignment shipment | Low: entity bears risk of loss; customer has right of return without consuming |
128
+
129
+ ---
130
+
131
+ ## GAAP vs. IFRS 15 Key Differences
132
+
133
+ | Area | ASC 606 | IFRS 15 | Impact |
134
+ |---|---|---|---|
135
+ | Licenses of IP — sales/usage-based royalties | Recognize as earned, subject to constraint | Same constraint, but allocate based on nature of underlying PO (ASC route vs. IFRS 15.B63A) | May differ when PO is a bundle of license + service |
136
+ | Contract modifications — combining contracts | Explicit guidance in ASC 606-10-25-9 | IFRS 15.17 — same criteria, slightly different illustrative examples | Minimal practical difference |
137
+ | Collectability threshold | "Probable" = more likely than not | "Probable" = more likely than not (IFRS 15.9e) | Converged |
138
+ | Incremental costs of obtaining a contract | Must capitalize if expected to recover (ASC 340-40-25-1) | Same requirement (IFRS 15.91) | Converged; both allow practical expedient for ≤1-year amortization period |
139
+ | Disclosure requirements | Extensive (ASC 606-10-50) | Extensive (IFRS 15.110 through 15.129); broadly converged | Multinational entities with both reporting requirements face doubled disclosure burden |
140
+
141
+ ---
142
+
143
+ ## Confidence-Scoring Framework
144
+
145
+ Apply to each step conclusion before including in the response:
146
+
147
+ | Score | Definition | Trigger for Mandatory Flag |
148
+ |---|---|---|
149
+ | High | Conclusion does not change under any reasonable interpretation of the facts as described | None — include without flag |
150
+ | Medium | Conclusion holds for the most likely interpretation but alternative interpretations are possible | Flag: "Alternative interpretation exists — confirm with external auditor" |
151
+ | Low | Conclusion depends on a fact not provided or a judgment call that reasonable accountants would disagree on | Flag: "Conclusion is highly fact-dependent; external auditor review required before concluding" |
152
+
153
+ ---
154
+
155
+ ## Enforcement Calibration — Real Cost Benchmarks
156
+
157
+ These are live enforcement actions to calibrate what "getting this wrong" costs:
158
+
159
+ | Company | Year | Violation | Cost |
160
+ |---|---|---|---|
161
+ | Fluor Corporation | 2023 | Percentage-of-completion errors on fixed-price construction (Step 5, over-time measurement, ASC 606-10-25-31). Net earnings overstated up to 37% over 3 years. | **$14.5M civil penalty** + restatement of FY2016–FY2018 |
162
+ | Newell Brands / Former CEO Polk | 2023 | Channel stuffing — pulling future sales into current quarters by obtaining early delivery consent; bill-and-hold shipments without control transfer (ASC 606-10-25-30). | **$12.5M penalty**; CEO separately charged |
163
+ | Telecom executives (unnamed, SEC) | 2023 | Improperly inflating and recognizing revenue; former controller among defendants | **3 executives permanently barred** from serving as officers or directors |
164
+ | Total SEC accounting enforcement FY2023 | 2023 | 83 enforcement actions; 49% involved revenue recognition; $583M total monetary settlements | Industry-wide |
165
+
166
+ Source: https://www.sec.gov/newsroom/press-releases/2023-170 | https://www.sec.gov/newsroom/press-releases/2023-210 | https://www.sec.gov/newsroom/press-releases/2023-234
167
+
168
+ PCAOB data: Revenue recognition deficiencies found in ~48% of audits with deficiencies in 2023 (up from 40% in 2022). Source: https://pcaobus.org/news-events/news-releases/news-release-detail/pcaob-report-audits-with-deficiencies-rose-for-second-year-in-a-row-to-40-in-2022
169
+
170
+ ---
171
+
172
+ ## Common Restatement Triggers
173
+
174
+ Signal these as risk flags when present:
175
+
176
+ 1. **Channel stuffing**: Recognizing at shipment to distributors with right of return and no evidence of sell-through (ASC 606-10-25-1(e) collectability; 606-10-25-30 control transfer)
177
+ 2. **Bill-and-hold**: Insufficient separation of customer's product; entity still bears risk (ASC 606-10-55-83 through 55-84)
178
+ 3. **Cutoff errors**: Revenue recognized in wrong period due to system timing (≠ point of control transfer per ASC 606-10-25-30)
179
+ 4. **Improper capitalization**: Capitalizing costs that should be expensed (or vice versa under ASC 340-40)
180
+ 5. **One-time items classified as recurring**: Restructuring gains, asset sales, or out-of-period items included in operating revenue
181
+ 6. **Premature inclusion of variable consideration**: Including constrained amounts before the uncertainty resolves (ASC 606-10-32-11)
182
+ 7. **Gross-to-net misclassification**: Presenting net arrangements gross (or vice versa) — principal vs. agent error (ASC 606-10-55-36 through 55-40)
183
+
184
+ ---
185
+
186
+ ## Mandatory Advisory Note
187
+
188
+ Every response from this agent must end with:
189
+
190
+ > **Advisory**: This analysis is advisory and based solely on the facts described above. It does not constitute authoritative accounting guidance or a professional opinion. Consult your external auditor, qualified accounting professional, or Big-4 advisor before concluding on material transactions. Revenue recognition judgments are fact-specific and changes in facts may change the conclusion.
@@ -0,0 +1,12 @@
1
+ {
2
+ "id": "revenue-recognition-advisor",
3
+ "name": "Revenue Recognition Advisor Skill",
4
+ "type": "skill",
5
+ "category": "finance",
6
+ "version": "0.1.0",
7
+ "author": "github: Raishin",
8
+ "lifecycle": "experimental",
9
+ "path": "skills/accounting/revenue-recognition-advisor",
10
+ "description": "Complete ASC 606 / IFRS 15 five-step framework with paragraph citations, judgment-area reference tables, confidence-scoring guidance, common restatement triggers, GAAP/IFRS delta checklist, and official documentation URLs.",
11
+ "companion_agents": ["accounting-revenue-recognition-advisor-agent"]
12
+ }