@raishin/vanguard-frontier-agentic 1.0.0 → 1.2.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 (908) hide show
  1. package/README.md +245 -316
  2. package/agents/README.md +44 -43
  3. package/agents/aws/AGENTS.md +27 -0
  4. package/agents/aws/README.md +62 -0
  5. package/agents/aws/aws-agentcore-agent/AGENT.md +55 -0
  6. package/agents/aws/aws-agentcore-agent/harnesses/claude-code.agent.md +38 -0
  7. package/agents/aws/aws-agentcore-agent/harnesses/codex.toml +32 -0
  8. package/agents/aws/aws-agentcore-agent/harnesses/copilot.agent.md +51 -0
  9. package/agents/aws/aws-agentcore-agent/harnesses/cursor.agent.md +40 -0
  10. package/agents/aws/aws-agentcore-agent/harnesses/gemini.agent.md +39 -0
  11. package/agents/aws/aws-agentcore-agent/harnesses/kiro-cli.agent.json +5 -0
  12. package/agents/aws/aws-agentcore-agent/harnesses/kiro-ide.agent.md +38 -0
  13. package/agents/aws/aws-agentcore-agent/metadata.json +51 -0
  14. package/agents/aws/aws-api-edge-delivery-review-agent/AGENT.md +55 -0
  15. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/claude-code.agent.md +38 -0
  16. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/codex.toml +32 -0
  17. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/copilot.agent.md +51 -0
  18. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/cursor.agent.md +40 -0
  19. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/gemini.agent.md +39 -0
  20. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/kiro-cli.agent.json +5 -0
  21. package/agents/aws/aws-api-edge-delivery-review-agent/harnesses/kiro-ide.agent.md +38 -0
  22. package/agents/aws/aws-api-edge-delivery-review-agent/metadata.json +36 -0
  23. package/agents/aws/aws-bedrock-agent-security-governor-agent/AGENT.md +55 -0
  24. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/claude-code.agent.md +38 -0
  25. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/codex.toml +32 -0
  26. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/copilot.agent.md +51 -0
  27. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/cursor.agent.md +40 -0
  28. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/gemini.agent.md +39 -0
  29. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/kiro-cli.agent.json +5 -0
  30. package/agents/aws/aws-bedrock-agent-security-governor-agent/harnesses/kiro-ide.agent.md +38 -0
  31. package/agents/aws/aws-bedrock-agent-security-governor-agent/metadata.json +36 -0
  32. package/agents/aws/aws-change-impact-advisor-agent/AGENT.md +56 -0
  33. package/agents/aws/aws-change-impact-advisor-agent/harnesses/claude-code.agent.md +39 -0
  34. package/agents/aws/aws-change-impact-advisor-agent/harnesses/codex.toml +32 -0
  35. package/agents/aws/aws-change-impact-advisor-agent/harnesses/copilot.agent.md +52 -0
  36. package/agents/aws/aws-change-impact-advisor-agent/harnesses/cursor.agent.md +41 -0
  37. package/agents/aws/aws-change-impact-advisor-agent/harnesses/gemini.agent.md +40 -0
  38. package/agents/aws/aws-change-impact-advisor-agent/harnesses/kiro-cli.agent.json +5 -0
  39. package/agents/aws/aws-change-impact-advisor-agent/harnesses/kiro-ide.agent.md +39 -0
  40. package/agents/aws/aws-change-impact-advisor-agent/metadata.json +36 -0
  41. package/agents/aws/aws-ci-cd-release-engineer-agent/AGENT.md +55 -0
  42. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/claude-code.agent.md +38 -0
  43. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/codex.toml +32 -0
  44. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/copilot.agent.md +51 -0
  45. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/cursor.agent.md +40 -0
  46. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/gemini.agent.md +39 -0
  47. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/kiro-cli.agent.json +5 -0
  48. package/agents/aws/aws-ci-cd-release-engineer-agent/harnesses/kiro-ide.agent.md +38 -0
  49. package/agents/aws/aws-ci-cd-release-engineer-agent/metadata.json +36 -0
  50. package/agents/aws/aws-compliance-evidence-mapper-agent/AGENT.md +55 -0
  51. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/claude-code.agent.md +38 -0
  52. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/codex.toml +32 -0
  53. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/copilot.agent.md +51 -0
  54. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/cursor.agent.md +40 -0
  55. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/gemini.agent.md +39 -0
  56. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/kiro-cli.agent.json +5 -0
  57. package/agents/aws/aws-compliance-evidence-mapper-agent/harnesses/kiro-ide.agent.md +38 -0
  58. package/agents/aws/aws-compliance-evidence-mapper-agent/metadata.json +36 -0
  59. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/AGENT.md +56 -0
  60. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/claude-code.agent.md +39 -0
  61. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/codex.toml +32 -0
  62. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/copilot.agent.md +52 -0
  63. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/cursor.agent.md +41 -0
  64. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/gemini.agent.md +40 -0
  65. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/kiro-cli.agent.json +5 -0
  66. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/harnesses/kiro-ide.agent.md +39 -0
  67. package/agents/aws/aws-cost-anomaly-watch-coordinator-agent/metadata.json +36 -0
  68. package/agents/aws/aws-cost-optimization-governor-agent/AGENT.md +55 -0
  69. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/claude-code.agent.md +38 -0
  70. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/codex.toml +32 -0
  71. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/copilot.agent.md +51 -0
  72. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/cursor.agent.md +40 -0
  73. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/gemini.agent.md +39 -0
  74. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/kiro-cli.agent.json +5 -0
  75. package/agents/aws/aws-cost-optimization-governor-agent/harnesses/kiro-ide.agent.md +38 -0
  76. package/agents/aws/aws-cost-optimization-governor-agent/metadata.json +36 -0
  77. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/AGENT.md +56 -0
  78. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/claude-code.agent.md +39 -0
  79. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/codex.toml +32 -0
  80. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/copilot.agent.md +52 -0
  81. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/cursor.agent.md +41 -0
  82. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/gemini.agent.md +40 -0
  83. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/kiro-cli.agent.json +5 -0
  84. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/harnesses/kiro-ide.agent.md +39 -0
  85. package/agents/aws/aws-daily-operations-briefing-coordinator-agent/metadata.json +36 -0
  86. package/agents/aws/aws-data-protection-backup-steward-agent/AGENT.md +55 -0
  87. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/claude-code.agent.md +38 -0
  88. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/codex.toml +32 -0
  89. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/copilot.agent.md +51 -0
  90. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/cursor.agent.md +40 -0
  91. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/gemini.agent.md +39 -0
  92. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/kiro-cli.agent.json +5 -0
  93. package/agents/aws/aws-data-protection-backup-steward-agent/harnesses/kiro-ide.agent.md +38 -0
  94. package/agents/aws/aws-data-protection-backup-steward-agent/metadata.json +36 -0
  95. package/agents/aws/aws-deployment-hotfix-operator-agent/AGENT.md +54 -0
  96. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/claude-code.agent.md +37 -0
  97. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/codex.toml +30 -0
  98. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/copilot.agent.md +50 -0
  99. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/cursor.agent.md +39 -0
  100. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/gemini.agent.md +38 -0
  101. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  102. package/agents/aws/aws-deployment-hotfix-operator-agent/harnesses/kiro-ide.agent.md +37 -0
  103. package/agents/aws/aws-deployment-hotfix-operator-agent/metadata.json +34 -0
  104. package/agents/aws/aws-devops-agent-skill-designer-agent/AGENT.md +55 -0
  105. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/claude-code.agent.md +38 -0
  106. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/codex.toml +32 -0
  107. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/copilot.agent.md +51 -0
  108. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/cursor.agent.md +40 -0
  109. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/gemini.agent.md +39 -0
  110. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/kiro-cli.agent.json +5 -0
  111. package/agents/aws/aws-devops-agent-skill-designer-agent/harnesses/kiro-ide.agent.md +38 -0
  112. package/agents/aws/aws-devops-agent-skill-designer-agent/metadata.json +36 -0
  113. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/AGENT.md +55 -0
  114. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/claude-code.agent.md +38 -0
  115. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/codex.toml +32 -0
  116. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/copilot.agent.md +51 -0
  117. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/cursor.agent.md +40 -0
  118. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/gemini.agent.md +39 -0
  119. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/kiro-cli.agent.json +5 -0
  120. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/harnesses/kiro-ide.agent.md +38 -0
  121. package/agents/aws/aws-dynamodb-data-modeling-performance-review-agent/metadata.json +36 -0
  122. package/agents/aws/aws-ec2-compute-operations-steward-agent/AGENT.md +55 -0
  123. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/claude-code.agent.md +38 -0
  124. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/codex.toml +32 -0
  125. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/copilot.agent.md +51 -0
  126. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/cursor.agent.md +40 -0
  127. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/gemini.agent.md +39 -0
  128. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/kiro-cli.agent.json +5 -0
  129. package/agents/aws/aws-ec2-compute-operations-steward-agent/harnesses/kiro-ide.agent.md +38 -0
  130. package/agents/aws/aws-ec2-compute-operations-steward-agent/metadata.json +36 -0
  131. package/agents/aws/aws-ecs-fargate-platform-operator-agent/AGENT.md +55 -0
  132. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/claude-code.agent.md +38 -0
  133. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/codex.toml +32 -0
  134. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/copilot.agent.md +51 -0
  135. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/cursor.agent.md +40 -0
  136. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/gemini.agent.md +39 -0
  137. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  138. package/agents/aws/aws-ecs-fargate-platform-operator-agent/harnesses/kiro-ide.agent.md +38 -0
  139. package/agents/aws/aws-ecs-fargate-platform-operator-agent/metadata.json +36 -0
  140. package/agents/aws/aws-ecs-service-remediation-operator-agent/AGENT.md +54 -0
  141. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/claude-code.agent.md +37 -0
  142. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/codex.toml +30 -0
  143. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/copilot.agent.md +50 -0
  144. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/cursor.agent.md +39 -0
  145. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/gemini.agent.md +38 -0
  146. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  147. package/agents/aws/aws-ecs-service-remediation-operator-agent/harnesses/kiro-ide.agent.md +37 -0
  148. package/agents/aws/aws-ecs-service-remediation-operator-agent/metadata.json +35 -0
  149. package/agents/aws/aws-eks-platform-operator-agent/AGENT.md +55 -0
  150. package/agents/aws/aws-eks-platform-operator-agent/harnesses/claude-code.agent.md +38 -0
  151. package/agents/aws/aws-eks-platform-operator-agent/harnesses/codex.toml +32 -0
  152. package/agents/aws/aws-eks-platform-operator-agent/harnesses/copilot.agent.md +51 -0
  153. package/agents/aws/aws-eks-platform-operator-agent/harnesses/cursor.agent.md +40 -0
  154. package/agents/aws/aws-eks-platform-operator-agent/harnesses/gemini.agent.md +39 -0
  155. package/agents/aws/aws-eks-platform-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  156. package/agents/aws/aws-eks-platform-operator-agent/harnesses/kiro-ide.agent.md +38 -0
  157. package/agents/aws/aws-eks-platform-operator-agent/metadata.json +36 -0
  158. package/agents/aws/aws-event-driven-architecture-review-agent/AGENT.md +55 -0
  159. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/claude-code.agent.md +38 -0
  160. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/codex.toml +32 -0
  161. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/copilot.agent.md +51 -0
  162. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/cursor.agent.md +40 -0
  163. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/gemini.agent.md +39 -0
  164. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/kiro-cli.agent.json +5 -0
  165. package/agents/aws/aws-event-driven-architecture-review-agent/harnesses/kiro-ide.agent.md +38 -0
  166. package/agents/aws/aws-event-driven-architecture-review-agent/metadata.json +36 -0
  167. package/agents/aws/aws-generative-ai-developer-agent/AGENT.md +56 -0
  168. package/agents/aws/aws-generative-ai-developer-agent/harnesses/claude-code.agent.md +39 -0
  169. package/agents/aws/aws-generative-ai-developer-agent/harnesses/codex.toml +33 -0
  170. package/agents/aws/aws-generative-ai-developer-agent/harnesses/copilot.agent.md +52 -0
  171. package/agents/aws/aws-generative-ai-developer-agent/harnesses/cursor.agent.md +41 -0
  172. package/agents/aws/aws-generative-ai-developer-agent/harnesses/gemini.agent.md +40 -0
  173. package/agents/aws/aws-generative-ai-developer-agent/harnesses/kiro-cli.agent.json +5 -0
  174. package/agents/aws/aws-generative-ai-developer-agent/harnesses/kiro-ide.agent.md +39 -0
  175. package/agents/aws/aws-generative-ai-developer-agent/metadata.json +40 -0
  176. package/agents/aws/aws-iac-change-safety-review-agent/AGENT.md +55 -0
  177. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/claude-code.agent.md +38 -0
  178. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/codex.toml +32 -0
  179. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/copilot.agent.md +51 -0
  180. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/cursor.agent.md +40 -0
  181. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/gemini.agent.md +39 -0
  182. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/kiro-cli.agent.json +5 -0
  183. package/agents/aws/aws-iac-change-safety-review-agent/harnesses/kiro-ide.agent.md +38 -0
  184. package/agents/aws/aws-iac-change-safety-review-agent/metadata.json +36 -0
  185. package/agents/aws/aws-iac-patch-executor-agent/AGENT.md +54 -0
  186. package/agents/aws/aws-iac-patch-executor-agent/harnesses/claude-code.agent.md +37 -0
  187. package/agents/aws/aws-iac-patch-executor-agent/harnesses/codex.toml +30 -0
  188. package/agents/aws/aws-iac-patch-executor-agent/harnesses/copilot.agent.md +50 -0
  189. package/agents/aws/aws-iac-patch-executor-agent/harnesses/cursor.agent.md +39 -0
  190. package/agents/aws/aws-iac-patch-executor-agent/harnesses/gemini.agent.md +38 -0
  191. package/agents/aws/aws-iac-patch-executor-agent/harnesses/kiro-cli.agent.json +5 -0
  192. package/agents/aws/aws-iac-patch-executor-agent/harnesses/kiro-ide.agent.md +37 -0
  193. package/agents/aws/aws-iac-patch-executor-agent/metadata.json +35 -0
  194. package/agents/aws/aws-iam-least-privilege-review-agent/AGENT.md +55 -0
  195. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/claude-code.agent.md +38 -0
  196. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/codex.toml +32 -0
  197. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/copilot.agent.md +51 -0
  198. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/cursor.agent.md +40 -0
  199. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/gemini.agent.md +39 -0
  200. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/kiro-cli.agent.json +5 -0
  201. package/agents/aws/aws-iam-least-privilege-review-agent/harnesses/kiro-ide.agent.md +38 -0
  202. package/agents/aws/aws-iam-least-privilege-review-agent/metadata.json +36 -0
  203. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/AGENT.md +55 -0
  204. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/claude-code.agent.md +38 -0
  205. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/codex.toml +32 -0
  206. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/copilot.agent.md +51 -0
  207. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/cursor.agent.md +40 -0
  208. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/gemini.agent.md +39 -0
  209. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/kiro-cli.agent.json +5 -0
  210. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/harnesses/kiro-ide.agent.md +38 -0
  211. package/agents/aws/aws-kms-secrets-lifecycle-steward-agent/metadata.json +36 -0
  212. package/agents/aws/aws-landing-zone-governor-agent/AGENT.md +55 -0
  213. package/agents/aws/aws-landing-zone-governor-agent/harnesses/claude-code.agent.md +38 -0
  214. package/agents/aws/aws-landing-zone-governor-agent/harnesses/codex.toml +32 -0
  215. package/agents/aws/aws-landing-zone-governor-agent/harnesses/copilot.agent.md +51 -0
  216. package/agents/aws/aws-landing-zone-governor-agent/harnesses/cursor.agent.md +40 -0
  217. package/agents/aws/aws-landing-zone-governor-agent/harnesses/gemini.agent.md +39 -0
  218. package/agents/aws/aws-landing-zone-governor-agent/harnesses/kiro-cli.agent.json +5 -0
  219. package/agents/aws/aws-landing-zone-governor-agent/harnesses/kiro-ide.agent.md +38 -0
  220. package/agents/aws/aws-landing-zone-governor-agent/metadata.json +36 -0
  221. package/agents/aws/aws-live-deployment-guarded-operator-agent/AGENT.md +57 -0
  222. package/agents/aws/aws-live-deployment-guarded-operator-agent/IAM-PERMISSIONS.md +74 -0
  223. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/claude-code.agent.md +40 -0
  224. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/codex.toml +31 -0
  225. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/copilot.agent.md +53 -0
  226. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/cursor.agent.md +40 -0
  227. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/gemini.agent.md +40 -0
  228. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  229. package/agents/aws/aws-live-deployment-guarded-operator-agent/harnesses/kiro-ide.agent.md +40 -0
  230. package/agents/aws/aws-live-deployment-guarded-operator-agent/metadata.json +27 -0
  231. package/agents/aws/aws-live-ecs-rollout-guard-agent/AGENT.md +57 -0
  232. package/agents/aws/aws-live-ecs-rollout-guard-agent/IAM-PERMISSIONS.md +86 -0
  233. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/claude-code.agent.md +40 -0
  234. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/codex.toml +31 -0
  235. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/copilot.agent.md +53 -0
  236. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/cursor.agent.md +40 -0
  237. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/gemini.agent.md +40 -0
  238. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/kiro-cli.agent.json +5 -0
  239. package/agents/aws/aws-live-ecs-rollout-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  240. package/agents/aws/aws-live-ecs-rollout-guard-agent/metadata.json +27 -0
  241. package/agents/aws/aws-live-iac-change-guard-agent/AGENT.md +57 -0
  242. package/agents/aws/aws-live-iac-change-guard-agent/IAM-PERMISSIONS.md +87 -0
  243. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/claude-code.agent.md +40 -0
  244. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/codex.toml +31 -0
  245. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/copilot.agent.md +53 -0
  246. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/cursor.agent.md +40 -0
  247. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/gemini.agent.md +40 -0
  248. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/kiro-cli.agent.json +5 -0
  249. package/agents/aws/aws-live-iac-change-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  250. package/agents/aws/aws-live-iac-change-guard-agent/metadata.json +28 -0
  251. package/agents/aws/aws-live-pipeline-approval-operator-agent/AGENT.md +57 -0
  252. package/agents/aws/aws-live-pipeline-approval-operator-agent/IAM-PERMISSIONS.md +79 -0
  253. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/claude-code.agent.md +40 -0
  254. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/codex.toml +31 -0
  255. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/copilot.agent.md +53 -0
  256. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/cursor.agent.md +40 -0
  257. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/gemini.agent.md +40 -0
  258. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  259. package/agents/aws/aws-live-pipeline-approval-operator-agent/harnesses/kiro-ide.agent.md +40 -0
  260. package/agents/aws/aws-live-pipeline-approval-operator-agent/metadata.json +27 -0
  261. package/agents/aws/aws-live-serverless-release-guard-agent/AGENT.md +57 -0
  262. package/agents/aws/aws-live-serverless-release-guard-agent/IAM-PERMISSIONS.md +87 -0
  263. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/claude-code.agent.md +40 -0
  264. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/codex.toml +31 -0
  265. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/copilot.agent.md +53 -0
  266. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/cursor.agent.md +40 -0
  267. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/gemini.agent.md +40 -0
  268. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/kiro-cli.agent.json +5 -0
  269. package/agents/aws/aws-live-serverless-release-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  270. package/agents/aws/aws-live-serverless-release-guard-agent/metadata.json +27 -0
  271. package/agents/aws/aws-maestro-agent/AGENT.md +55 -0
  272. package/agents/aws/aws-maestro-agent/harnesses/claude-code.agent.md +38 -0
  273. package/agents/aws/aws-maestro-agent/harnesses/codex.toml +34 -0
  274. package/agents/aws/aws-maestro-agent/harnesses/copilot.agent.md +51 -0
  275. package/agents/aws/aws-maestro-agent/harnesses/cursor.agent.md +40 -0
  276. package/agents/aws/aws-maestro-agent/harnesses/gemini.agent.md +39 -0
  277. package/agents/aws/aws-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  278. package/agents/aws/aws-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
  279. package/agents/aws/aws-maestro-agent/metadata.json +37 -0
  280. package/agents/aws/aws-migration-cutover-architect-agent/AGENT.md +55 -0
  281. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/claude-code.agent.md +38 -0
  282. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/codex.toml +32 -0
  283. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/copilot.agent.md +51 -0
  284. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/cursor.agent.md +40 -0
  285. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/gemini.agent.md +39 -0
  286. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/kiro-cli.agent.json +5 -0
  287. package/agents/aws/aws-migration-cutover-architect-agent/harnesses/kiro-ide.agent.md +38 -0
  288. package/agents/aws/aws-migration-cutover-architect-agent/metadata.json +36 -0
  289. package/agents/aws/aws-network-architect-agent/AGENT.md +55 -0
  290. package/agents/aws/aws-network-architect-agent/harnesses/claude-code.agent.md +38 -0
  291. package/agents/aws/aws-network-architect-agent/harnesses/codex.toml +32 -0
  292. package/agents/aws/aws-network-architect-agent/harnesses/copilot.agent.md +51 -0
  293. package/agents/aws/aws-network-architect-agent/harnesses/cursor.agent.md +40 -0
  294. package/agents/aws/aws-network-architect-agent/harnesses/gemini.agent.md +39 -0
  295. package/agents/aws/aws-network-architect-agent/harnesses/kiro-cli.agent.json +5 -0
  296. package/agents/aws/aws-network-architect-agent/harnesses/kiro-ide.agent.md +38 -0
  297. package/agents/aws/aws-network-architect-agent/metadata.json +38 -0
  298. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/AGENT.md +56 -0
  299. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/claude-code.agent.md +39 -0
  300. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/codex.toml +32 -0
  301. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/copilot.agent.md +52 -0
  302. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/cursor.agent.md +41 -0
  303. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/gemini.agent.md +40 -0
  304. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/kiro-cli.agent.json +5 -0
  305. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/harnesses/kiro-ide.agent.md +39 -0
  306. package/agents/aws/aws-non-destructive-task-automation-advisor-agent/metadata.json +36 -0
  307. package/agents/aws/aws-observability-incident-responder-agent/AGENT.md +55 -0
  308. package/agents/aws/aws-observability-incident-responder-agent/harnesses/claude-code.agent.md +38 -0
  309. package/agents/aws/aws-observability-incident-responder-agent/harnesses/codex.toml +32 -0
  310. package/agents/aws/aws-observability-incident-responder-agent/harnesses/copilot.agent.md +51 -0
  311. package/agents/aws/aws-observability-incident-responder-agent/harnesses/cursor.agent.md +40 -0
  312. package/agents/aws/aws-observability-incident-responder-agent/harnesses/gemini.agent.md +39 -0
  313. package/agents/aws/aws-observability-incident-responder-agent/harnesses/kiro-cli.agent.json +5 -0
  314. package/agents/aws/aws-observability-incident-responder-agent/harnesses/kiro-ide.agent.md +38 -0
  315. package/agents/aws/aws-observability-incident-responder-agent/metadata.json +36 -0
  316. package/agents/aws/aws-pipeline-fix-operator-agent/AGENT.md +54 -0
  317. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/claude-code.agent.md +37 -0
  318. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/codex.toml +30 -0
  319. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/copilot.agent.md +50 -0
  320. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/cursor.agent.md +39 -0
  321. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/gemini.agent.md +38 -0
  322. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/kiro-cli.agent.json +5 -0
  323. package/agents/aws/aws-pipeline-fix-operator-agent/harnesses/kiro-ide.agent.md +37 -0
  324. package/agents/aws/aws-pipeline-fix-operator-agent/metadata.json +35 -0
  325. package/agents/aws/aws-rds-aurora-performance-investigator-agent/AGENT.md +55 -0
  326. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/claude-code.agent.md +38 -0
  327. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/codex.toml +32 -0
  328. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/copilot.agent.md +51 -0
  329. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/cursor.agent.md +40 -0
  330. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/gemini.agent.md +39 -0
  331. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/kiro-cli.agent.json +5 -0
  332. package/agents/aws/aws-rds-aurora-performance-investigator-agent/harnesses/kiro-ide.agent.md +38 -0
  333. package/agents/aws/aws-rds-aurora-performance-investigator-agent/metadata.json +36 -0
  334. package/agents/aws/aws-resilience-bcdr-review-agent/AGENT.md +55 -0
  335. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/claude-code.agent.md +38 -0
  336. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/codex.toml +32 -0
  337. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/copilot.agent.md +51 -0
  338. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/cursor.agent.md +40 -0
  339. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/gemini.agent.md +39 -0
  340. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/kiro-cli.agent.json +5 -0
  341. package/agents/aws/aws-resilience-bcdr-review-agent/harnesses/kiro-ide.agent.md +38 -0
  342. package/agents/aws/aws-resilience-bcdr-review-agent/metadata.json +36 -0
  343. package/agents/aws/aws-s3-data-perimeter-governor-agent/AGENT.md +55 -0
  344. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/claude-code.agent.md +38 -0
  345. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/codex.toml +32 -0
  346. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/copilot.agent.md +51 -0
  347. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/cursor.agent.md +40 -0
  348. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/gemini.agent.md +39 -0
  349. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/kiro-cli.agent.json +5 -0
  350. package/agents/aws/aws-s3-data-perimeter-governor-agent/harnesses/kiro-ide.agent.md +38 -0
  351. package/agents/aws/aws-s3-data-perimeter-governor-agent/metadata.json +36 -0
  352. package/agents/aws/aws-security-posture-hardening-agent/AGENT.md +55 -0
  353. package/agents/aws/aws-security-posture-hardening-agent/harnesses/claude-code.agent.md +38 -0
  354. package/agents/aws/aws-security-posture-hardening-agent/harnesses/codex.toml +32 -0
  355. package/agents/aws/aws-security-posture-hardening-agent/harnesses/copilot.agent.md +51 -0
  356. package/agents/aws/aws-security-posture-hardening-agent/harnesses/cursor.agent.md +40 -0
  357. package/agents/aws/aws-security-posture-hardening-agent/harnesses/gemini.agent.md +39 -0
  358. package/agents/aws/aws-security-posture-hardening-agent/harnesses/kiro-cli.agent.json +5 -0
  359. package/agents/aws/aws-security-posture-hardening-agent/harnesses/kiro-ide.agent.md +38 -0
  360. package/agents/aws/aws-security-posture-hardening-agent/metadata.json +36 -0
  361. package/agents/aws/aws-serverless-production-readiness-agent/AGENT.md +55 -0
  362. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/claude-code.agent.md +38 -0
  363. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/codex.toml +32 -0
  364. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/copilot.agent.md +51 -0
  365. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/cursor.agent.md +40 -0
  366. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/gemini.agent.md +39 -0
  367. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  368. package/agents/aws/aws-serverless-production-readiness-agent/harnesses/kiro-ide.agent.md +38 -0
  369. package/agents/aws/aws-serverless-production-readiness-agent/metadata.json +36 -0
  370. package/agents/aws/aws-serverless-rollout-corrector-agent/AGENT.md +54 -0
  371. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/claude-code.agent.md +37 -0
  372. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/codex.toml +30 -0
  373. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/copilot.agent.md +50 -0
  374. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/cursor.agent.md +39 -0
  375. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/gemini.agent.md +38 -0
  376. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/kiro-cli.agent.json +5 -0
  377. package/agents/aws/aws-serverless-rollout-corrector-agent/harnesses/kiro-ide.agent.md +37 -0
  378. package/agents/aws/aws-serverless-rollout-corrector-agent/metadata.json +35 -0
  379. package/agents/aws/aws-solution-architect-agent/AGENT.md +55 -0
  380. package/agents/aws/aws-solution-architect-agent/harnesses/claude-code.agent.md +38 -0
  381. package/agents/aws/aws-solution-architect-agent/harnesses/codex.toml +32 -0
  382. package/agents/aws/aws-solution-architect-agent/harnesses/copilot.agent.md +51 -0
  383. package/agents/aws/aws-solution-architect-agent/harnesses/cursor.agent.md +40 -0
  384. package/agents/aws/aws-solution-architect-agent/harnesses/gemini.agent.md +39 -0
  385. package/agents/aws/aws-solution-architect-agent/harnesses/kiro-cli.agent.json +5 -0
  386. package/agents/aws/aws-solution-architect-agent/harnesses/kiro-ide.agent.md +38 -0
  387. package/agents/aws/aws-solution-architect-agent/metadata.json +37 -0
  388. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/AGENT.md +56 -0
  389. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/claude-code.agent.md +39 -0
  390. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/codex.toml +32 -0
  391. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/copilot.agent.md +52 -0
  392. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/cursor.agent.md +41 -0
  393. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/gemini.agent.md +40 -0
  394. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/kiro-cli.agent.json +5 -0
  395. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/harnesses/kiro-ide.agent.md +39 -0
  396. package/agents/aws/aws-ticket-triage-escalation-coordinator-agent/metadata.json +36 -0
  397. package/agents/azure/AGENTS.md +26 -0
  398. package/agents/azure/azure-live-aks-rollout-guard-agent/AGENT.md +57 -0
  399. package/agents/azure/azure-live-aks-rollout-guard-agent/PERMISSIONS.md +56 -0
  400. package/agents/azure/azure-live-aks-rollout-guard-agent/PREFLIGHT.md +48 -0
  401. package/agents/azure/azure-live-aks-rollout-guard-agent/ROLLBACK.md +36 -0
  402. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/claude-code.agent.md +40 -0
  403. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/codex.toml +32 -0
  404. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/copilot.agent.md +53 -0
  405. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/cursor.agent.md +40 -0
  406. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/gemini.agent.md +40 -0
  407. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  408. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  409. package/agents/azure/azure-live-aks-rollout-guard-agent/metadata.json +27 -0
  410. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/AGENT.md +57 -0
  411. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PERMISSIONS.md +43 -0
  412. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PREFLIGHT.md +50 -0
  413. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/ROLLBACK.md +46 -0
  414. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/claude-code.agent.md +40 -0
  415. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/codex.toml +32 -0
  416. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/copilot.agent.md +53 -0
  417. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/cursor.agent.md +40 -0
  418. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/gemini.agent.md +40 -0
  419. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  420. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  421. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/metadata.json +26 -0
  422. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/AGENT.md +57 -0
  423. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PERMISSIONS.md +88 -0
  424. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PREFLIGHT.md +48 -0
  425. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/ROLLBACK.md +48 -0
  426. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/claude-code.agent.md +40 -0
  427. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/codex.toml +32 -0
  428. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/copilot.agent.md +53 -0
  429. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/cursor.agent.md +40 -0
  430. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/gemini.agent.md +40 -0
  431. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  432. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  433. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/metadata.json +27 -0
  434. package/agents/azure/azure-live-cost-budget-action-guard-agent/AGENT.md +57 -0
  435. package/agents/azure/azure-live-cost-budget-action-guard-agent/PERMISSIONS.md +93 -0
  436. package/agents/azure/azure-live-cost-budget-action-guard-agent/PREFLIGHT.md +44 -0
  437. package/agents/azure/azure-live-cost-budget-action-guard-agent/ROLLBACK.md +49 -0
  438. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/claude-code.agent.md +40 -0
  439. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/codex.toml +32 -0
  440. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/copilot.agent.md +53 -0
  441. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/cursor.agent.md +40 -0
  442. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/gemini.agent.md +40 -0
  443. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  444. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  445. package/agents/azure/azure-live-cost-budget-action-guard-agent/metadata.json +27 -0
  446. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/AGENT.md +57 -0
  447. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PERMISSIONS.md +68 -0
  448. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PREFLIGHT.md +46 -0
  449. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/ROLLBACK.md +44 -0
  450. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/claude-code.agent.md +40 -0
  451. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/codex.toml +32 -0
  452. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/copilot.agent.md +53 -0
  453. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/cursor.agent.md +40 -0
  454. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/gemini.agent.md +40 -0
  455. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  456. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  457. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/metadata.json +27 -0
  458. package/agents/azure/azure-live-pim-jit-activation-guard-agent/AGENT.md +57 -0
  459. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PERMISSIONS.md +59 -0
  460. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PREFLIGHT.md +41 -0
  461. package/agents/azure/azure-live-pim-jit-activation-guard-agent/ROLLBACK.md +48 -0
  462. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/claude-code.agent.md +40 -0
  463. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/codex.toml +32 -0
  464. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/copilot.agent.md +53 -0
  465. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/cursor.agent.md +40 -0
  466. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/gemini.agent.md +40 -0
  467. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  468. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  469. package/agents/azure/azure-live-pim-jit-activation-guard-agent/metadata.json +27 -0
  470. package/agents/azure/azure-maestro-agent/AGENT.md +56 -0
  471. package/agents/azure/azure-maestro-agent/harnesses/claude-code.agent.md +39 -0
  472. package/agents/azure/azure-maestro-agent/harnesses/codex.toml +14 -0
  473. package/agents/azure/azure-maestro-agent/harnesses/copilot.agent.md +52 -0
  474. package/agents/azure/azure-maestro-agent/harnesses/cursor.agent.md +41 -0
  475. package/agents/azure/azure-maestro-agent/harnesses/gemini.agent.md +40 -0
  476. package/agents/azure/azure-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  477. package/agents/azure/azure-maestro-agent/harnesses/kiro-ide.agent.md +39 -0
  478. package/agents/azure/azure-maestro-agent/metadata.json +38 -0
  479. package/agents/finops/AGENTS.md +36 -0
  480. package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +58 -0
  481. package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +112 -0
  482. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +40 -0
  483. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +33 -0
  484. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +53 -0
  485. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +40 -0
  486. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +40 -0
  487. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -0
  488. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +40 -0
  489. package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +29 -0
  490. package/agents/oci/AGENTS.md +28 -0
  491. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/AGENT.md +57 -0
  492. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/PERMISSIONS.md +56 -0
  493. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/PREFLIGHT.md +48 -0
  494. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/ROLLBACK.md +50 -0
  495. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/claude-code.agent.md +40 -0
  496. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/codex.toml +32 -0
  497. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/copilot.agent.md +53 -0
  498. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/cursor.agent.md +40 -0
  499. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/gemini.agent.md +40 -0
  500. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  501. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  502. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/metadata.json +27 -0
  503. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/AGENT.md +57 -0
  504. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/PERMISSIONS.md +77 -0
  505. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/PREFLIGHT.md +54 -0
  506. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/ROLLBACK.md +53 -0
  507. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/claude-code.agent.md +40 -0
  508. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/codex.toml +32 -0
  509. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/copilot.agent.md +53 -0
  510. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/cursor.agent.md +40 -0
  511. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/gemini.agent.md +40 -0
  512. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  513. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  514. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/metadata.json +27 -0
  515. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/AGENT.md +57 -0
  516. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/PERMISSIONS.md +87 -0
  517. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/PREFLIGHT.md +49 -0
  518. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/ROLLBACK.md +44 -0
  519. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/claude-code.agent.md +40 -0
  520. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/codex.toml +32 -0
  521. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/copilot.agent.md +53 -0
  522. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/cursor.agent.md +40 -0
  523. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/gemini.agent.md +40 -0
  524. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  525. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  526. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/metadata.json +27 -0
  527. package/agents/oci/oci-live-oke-rollout-guard-agent/AGENT.md +57 -0
  528. package/agents/oci/oci-live-oke-rollout-guard-agent/PERMISSIONS.md +92 -0
  529. package/agents/oci/oci-live-oke-rollout-guard-agent/PREFLIGHT.md +49 -0
  530. package/agents/oci/oci-live-oke-rollout-guard-agent/ROLLBACK.md +47 -0
  531. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/claude-code.agent.md +40 -0
  532. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/codex.toml +32 -0
  533. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/copilot.agent.md +53 -0
  534. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/cursor.agent.md +40 -0
  535. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/gemini.agent.md +40 -0
  536. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  537. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  538. package/agents/oci/oci-live-oke-rollout-guard-agent/metadata.json +27 -0
  539. package/agents/oci/oci-live-resource-manager-stack-guard-agent/AGENT.md +57 -0
  540. package/agents/oci/oci-live-resource-manager-stack-guard-agent/PERMISSIONS.md +80 -0
  541. package/agents/oci/oci-live-resource-manager-stack-guard-agent/PREFLIGHT.md +51 -0
  542. package/agents/oci/oci-live-resource-manager-stack-guard-agent/ROLLBACK.md +45 -0
  543. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/claude-code.agent.md +40 -0
  544. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/codex.toml +32 -0
  545. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/copilot.agent.md +53 -0
  546. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/cursor.agent.md +40 -0
  547. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/gemini.agent.md +40 -0
  548. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  549. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  550. package/agents/oci/oci-live-resource-manager-stack-guard-agent/metadata.json +27 -0
  551. package/agents/oci/oci-live-vault-key-destruction-guard-agent/AGENT.md +57 -0
  552. package/agents/oci/oci-live-vault-key-destruction-guard-agent/PERMISSIONS.md +57 -0
  553. package/agents/oci/oci-live-vault-key-destruction-guard-agent/PREFLIGHT.md +53 -0
  554. package/agents/oci/oci-live-vault-key-destruction-guard-agent/ROLLBACK.md +49 -0
  555. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/claude-code.agent.md +40 -0
  556. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/codex.toml +32 -0
  557. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/copilot.agent.md +53 -0
  558. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/cursor.agent.md +40 -0
  559. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/gemini.agent.md +40 -0
  560. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/kiro-cli.agent.json +1 -0
  561. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/kiro-ide.agent.md +40 -0
  562. package/agents/oci/oci-live-vault-key-destruction-guard-agent/metadata.json +27 -0
  563. package/agents/oci/oci-maestro-agent/AGENT.md +58 -0
  564. package/agents/oci/oci-maestro-agent/harnesses/claude-code.agent.md +41 -0
  565. package/agents/oci/oci-maestro-agent/harnesses/codex.toml +14 -0
  566. package/agents/oci/oci-maestro-agent/harnesses/copilot.agent.md +54 -0
  567. package/agents/oci/oci-maestro-agent/harnesses/cursor.agent.md +43 -0
  568. package/agents/oci/oci-maestro-agent/harnesses/gemini.agent.md +42 -0
  569. package/agents/oci/oci-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  570. package/agents/oci/oci-maestro-agent/harnesses/kiro-ide.agent.md +41 -0
  571. package/agents/oci/oci-maestro-agent/metadata.json +37 -0
  572. package/agents/terraform/terraform-maestro-agent/AGENT.md +58 -0
  573. package/agents/terraform/terraform-maestro-agent/harnesses/claude-code.agent.md +41 -0
  574. package/agents/terraform/terraform-maestro-agent/harnesses/codex.toml +14 -0
  575. package/agents/terraform/terraform-maestro-agent/harnesses/copilot.agent.md +54 -0
  576. package/agents/terraform/terraform-maestro-agent/harnesses/cursor.agent.md +43 -0
  577. package/agents/terraform/terraform-maestro-agent/harnesses/gemini.agent.md +42 -0
  578. package/agents/terraform/terraform-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  579. package/agents/terraform/terraform-maestro-agent/harnesses/kiro-ide.agent.md +41 -0
  580. package/agents/terraform/terraform-maestro-agent/metadata.json +38 -0
  581. package/catalog/agents.json +2330 -677
  582. package/catalog/skill-manifest.json +1921 -7
  583. package/catalog/skills.json +2200 -638
  584. package/package.json +3 -3
  585. package/scripts/export-marketplace-agents.mjs +29 -1
  586. package/scripts/gen_azure_live_guards.py +1424 -0
  587. package/scripts/gen_oci_live_guards.py +1510 -0
  588. package/skills/aws/README.md +69 -0
  589. package/skills/aws/aws-agentcore/SKILL.md +55 -0
  590. package/skills/aws/aws-agentcore/agents/openai.yaml +11 -0
  591. package/skills/aws/aws-agentcore/metadata.json +42 -0
  592. package/skills/aws/aws-agentcore/references/gateway-integration.md +137 -0
  593. package/skills/aws/aws-agentcore/references/getting-started.md +163 -0
  594. package/skills/aws/aws-agentcore/references/memory-integration.md +146 -0
  595. package/skills/aws/aws-agentcore/references/official-sources.md +67 -0
  596. package/skills/aws/aws-agentcore/references/safety-checklist.md +30 -0
  597. package/skills/aws/aws-agentcore/references/workflow-and-output.md +53 -0
  598. package/skills/aws/aws-api-edge-delivery-review/SKILL.md +48 -0
  599. package/skills/aws/aws-api-edge-delivery-review/metadata.json +27 -0
  600. package/skills/aws/aws-api-edge-delivery-review/references/official-sources.md +15 -0
  601. package/skills/aws/aws-api-edge-delivery-review/references/safety-checklist.md +25 -0
  602. package/skills/aws/aws-api-edge-delivery-review/references/workflow-and-output.md +58 -0
  603. package/skills/aws/aws-bedrock-agent-security-governor/SKILL.md +48 -0
  604. package/skills/aws/aws-bedrock-agent-security-governor/metadata.json +27 -0
  605. package/skills/aws/aws-bedrock-agent-security-governor/references/official-sources.md +15 -0
  606. package/skills/aws/aws-bedrock-agent-security-governor/references/safety-checklist.md +25 -0
  607. package/skills/aws/aws-bedrock-agent-security-governor/references/workflow-and-output.md +58 -0
  608. package/skills/aws/aws-change-impact-advisor/SKILL.md +49 -0
  609. package/skills/aws/aws-change-impact-advisor/metadata.json +27 -0
  610. package/skills/aws/aws-change-impact-advisor/references/official-sources.md +12 -0
  611. package/skills/aws/aws-change-impact-advisor/references/safety-checklist.md +14 -0
  612. package/skills/aws/aws-change-impact-advisor/references/workflow-and-output.md +37 -0
  613. package/skills/aws/aws-ci-cd-release-engineer/SKILL.md +48 -0
  614. package/skills/aws/aws-ci-cd-release-engineer/metadata.json +27 -0
  615. package/skills/aws/aws-ci-cd-release-engineer/references/official-sources.md +15 -0
  616. package/skills/aws/aws-ci-cd-release-engineer/references/safety-checklist.md +25 -0
  617. package/skills/aws/aws-ci-cd-release-engineer/references/workflow-and-output.md +58 -0
  618. package/skills/aws/aws-compliance-evidence-mapper/SKILL.md +48 -0
  619. package/skills/aws/aws-compliance-evidence-mapper/metadata.json +27 -0
  620. package/skills/aws/aws-compliance-evidence-mapper/references/official-sources.md +15 -0
  621. package/skills/aws/aws-compliance-evidence-mapper/references/safety-checklist.md +25 -0
  622. package/skills/aws/aws-compliance-evidence-mapper/references/workflow-and-output.md +58 -0
  623. package/skills/aws/aws-cost-anomaly-watch-coordinator/SKILL.md +49 -0
  624. package/skills/aws/aws-cost-anomaly-watch-coordinator/metadata.json +27 -0
  625. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/official-sources.md +12 -0
  626. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/safety-checklist.md +14 -0
  627. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/workflow-and-output.md +37 -0
  628. package/skills/aws/aws-cost-optimization-governor/SKILL.md +48 -0
  629. package/skills/aws/aws-cost-optimization-governor/metadata.json +27 -0
  630. package/skills/aws/aws-cost-optimization-governor/references/official-sources.md +15 -0
  631. package/skills/aws/aws-cost-optimization-governor/references/safety-checklist.md +25 -0
  632. package/skills/aws/aws-cost-optimization-governor/references/workflow-and-output.md +58 -0
  633. package/skills/aws/aws-daily-operations-briefing-coordinator/SKILL.md +49 -0
  634. package/skills/aws/aws-daily-operations-briefing-coordinator/metadata.json +27 -0
  635. package/skills/aws/aws-daily-operations-briefing-coordinator/references/official-sources.md +12 -0
  636. package/skills/aws/aws-daily-operations-briefing-coordinator/references/safety-checklist.md +14 -0
  637. package/skills/aws/aws-daily-operations-briefing-coordinator/references/workflow-and-output.md +37 -0
  638. package/skills/aws/aws-data-protection-backup-steward/SKILL.md +48 -0
  639. package/skills/aws/aws-data-protection-backup-steward/metadata.json +27 -0
  640. package/skills/aws/aws-data-protection-backup-steward/references/official-sources.md +15 -0
  641. package/skills/aws/aws-data-protection-backup-steward/references/safety-checklist.md +25 -0
  642. package/skills/aws/aws-data-protection-backup-steward/references/workflow-and-output.md +58 -0
  643. package/skills/aws/aws-deployment-hotfix-operator/SKILL.md +48 -0
  644. package/skills/aws/aws-deployment-hotfix-operator/metadata.json +25 -0
  645. package/skills/aws/aws-deployment-hotfix-operator/references/official-sources.md +4 -0
  646. package/skills/aws/aws-deployment-hotfix-operator/references/safety-checklist.md +7 -0
  647. package/skills/aws/aws-deployment-hotfix-operator/references/workflow-and-output.md +17 -0
  648. package/skills/aws/aws-devops-agent-skill-designer/SKILL.md +48 -0
  649. package/skills/aws/aws-devops-agent-skill-designer/metadata.json +27 -0
  650. package/skills/aws/aws-devops-agent-skill-designer/references/official-sources.md +15 -0
  651. package/skills/aws/aws-devops-agent-skill-designer/references/safety-checklist.md +25 -0
  652. package/skills/aws/aws-devops-agent-skill-designer/references/workflow-and-output.md +58 -0
  653. package/skills/aws/aws-dynamodb-data-modeling-performance-review/SKILL.md +48 -0
  654. package/skills/aws/aws-dynamodb-data-modeling-performance-review/metadata.json +27 -0
  655. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/official-sources.md +15 -0
  656. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/safety-checklist.md +25 -0
  657. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/workflow-and-output.md +58 -0
  658. package/skills/aws/aws-ec2-compute-operations-steward/SKILL.md +48 -0
  659. package/skills/aws/aws-ec2-compute-operations-steward/metadata.json +27 -0
  660. package/skills/aws/aws-ec2-compute-operations-steward/references/official-sources.md +15 -0
  661. package/skills/aws/aws-ec2-compute-operations-steward/references/safety-checklist.md +25 -0
  662. package/skills/aws/aws-ec2-compute-operations-steward/references/workflow-and-output.md +58 -0
  663. package/skills/aws/aws-ecs-fargate-platform-operator/SKILL.md +48 -0
  664. package/skills/aws/aws-ecs-fargate-platform-operator/metadata.json +27 -0
  665. package/skills/aws/aws-ecs-fargate-platform-operator/references/official-sources.md +15 -0
  666. package/skills/aws/aws-ecs-fargate-platform-operator/references/safety-checklist.md +25 -0
  667. package/skills/aws/aws-ecs-fargate-platform-operator/references/workflow-and-output.md +58 -0
  668. package/skills/aws/aws-ecs-service-remediation-operator/SKILL.md +48 -0
  669. package/skills/aws/aws-ecs-service-remediation-operator/metadata.json +26 -0
  670. package/skills/aws/aws-ecs-service-remediation-operator/references/official-sources.md +5 -0
  671. package/skills/aws/aws-ecs-service-remediation-operator/references/safety-checklist.md +7 -0
  672. package/skills/aws/aws-ecs-service-remediation-operator/references/workflow-and-output.md +17 -0
  673. package/skills/aws/aws-eks-platform-operator/SKILL.md +48 -0
  674. package/skills/aws/aws-eks-platform-operator/metadata.json +27 -0
  675. package/skills/aws/aws-eks-platform-operator/references/official-sources.md +15 -0
  676. package/skills/aws/aws-eks-platform-operator/references/safety-checklist.md +25 -0
  677. package/skills/aws/aws-eks-platform-operator/references/workflow-and-output.md +58 -0
  678. package/skills/aws/aws-event-driven-architecture-review/SKILL.md +48 -0
  679. package/skills/aws/aws-event-driven-architecture-review/metadata.json +27 -0
  680. package/skills/aws/aws-event-driven-architecture-review/references/official-sources.md +15 -0
  681. package/skills/aws/aws-event-driven-architecture-review/references/safety-checklist.md +25 -0
  682. package/skills/aws/aws-event-driven-architecture-review/references/workflow-and-output.md +58 -0
  683. package/skills/aws/aws-generative-ai-developer/SKILL.md +49 -0
  684. package/skills/aws/aws-generative-ai-developer/metadata.json +31 -0
  685. package/skills/aws/aws-generative-ai-developer/references/official-sources.md +33 -0
  686. package/skills/aws/aws-generative-ai-developer/references/safety-checklist.md +23 -0
  687. package/skills/aws/aws-generative-ai-developer/references/workflow-and-output.md +40 -0
  688. package/skills/aws/aws-iac-change-safety-review/SKILL.md +48 -0
  689. package/skills/aws/aws-iac-change-safety-review/metadata.json +27 -0
  690. package/skills/aws/aws-iac-change-safety-review/references/official-sources.md +15 -0
  691. package/skills/aws/aws-iac-change-safety-review/references/safety-checklist.md +25 -0
  692. package/skills/aws/aws-iac-change-safety-review/references/workflow-and-output.md +58 -0
  693. package/skills/aws/aws-iac-patch-executor/SKILL.md +48 -0
  694. package/skills/aws/aws-iac-patch-executor/metadata.json +26 -0
  695. package/skills/aws/aws-iac-patch-executor/references/official-sources.md +5 -0
  696. package/skills/aws/aws-iac-patch-executor/references/safety-checklist.md +7 -0
  697. package/skills/aws/aws-iac-patch-executor/references/workflow-and-output.md +17 -0
  698. package/skills/aws/aws-iam-least-privilege-review/SKILL.md +32 -24
  699. package/skills/aws/aws-iam-least-privilege-review/metadata.json +8 -6
  700. package/skills/aws/aws-iam-least-privilege-review/references/official-sources.md +15 -0
  701. package/skills/aws/aws-iam-least-privilege-review/references/safety-checklist.md +25 -0
  702. package/skills/aws/aws-iam-least-privilege-review/references/workflow-and-output.md +58 -0
  703. package/skills/aws/aws-kms-secrets-lifecycle-steward/SKILL.md +48 -0
  704. package/skills/aws/aws-kms-secrets-lifecycle-steward/metadata.json +27 -0
  705. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/official-sources.md +15 -0
  706. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/safety-checklist.md +25 -0
  707. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/workflow-and-output.md +58 -0
  708. package/skills/aws/aws-landing-zone-governor/SKILL.md +48 -0
  709. package/skills/aws/aws-landing-zone-governor/metadata.json +27 -0
  710. package/skills/aws/aws-landing-zone-governor/references/official-sources.md +15 -0
  711. package/skills/aws/aws-landing-zone-governor/references/safety-checklist.md +25 -0
  712. package/skills/aws/aws-landing-zone-governor/references/workflow-and-output.md +58 -0
  713. package/skills/aws/aws-live-deployment-guarded-operator/SKILL.md +49 -0
  714. package/skills/aws/aws-live-deployment-guarded-operator/metadata.json +27 -0
  715. package/skills/aws/aws-live-deployment-guarded-operator/references/approval-and-target-checklist.md +19 -0
  716. package/skills/aws/aws-live-deployment-guarded-operator/references/official-sources.md +12 -0
  717. package/skills/aws/aws-live-deployment-guarded-operator/references/safety-checklist.md +16 -0
  718. package/skills/aws/aws-live-deployment-guarded-operator/references/workflow-and-output.md +23 -0
  719. package/skills/aws/aws-live-ecs-rollout-guard/SKILL.md +49 -0
  720. package/skills/aws/aws-live-ecs-rollout-guard/metadata.json +27 -0
  721. package/skills/aws/aws-live-ecs-rollout-guard/references/approval-and-target-checklist.md +18 -0
  722. package/skills/aws/aws-live-ecs-rollout-guard/references/official-sources.md +12 -0
  723. package/skills/aws/aws-live-ecs-rollout-guard/references/safety-checklist.md +16 -0
  724. package/skills/aws/aws-live-ecs-rollout-guard/references/workflow-and-output.md +23 -0
  725. package/skills/aws/aws-live-iac-change-guard/SKILL.md +49 -0
  726. package/skills/aws/aws-live-iac-change-guard/metadata.json +28 -0
  727. package/skills/aws/aws-live-iac-change-guard/references/approval-and-target-checklist.md +18 -0
  728. package/skills/aws/aws-live-iac-change-guard/references/official-sources.md +13 -0
  729. package/skills/aws/aws-live-iac-change-guard/references/safety-checklist.md +16 -0
  730. package/skills/aws/aws-live-iac-change-guard/references/workflow-and-output.md +23 -0
  731. package/skills/aws/aws-live-pipeline-approval-operator/SKILL.md +49 -0
  732. package/skills/aws/aws-live-pipeline-approval-operator/metadata.json +27 -0
  733. package/skills/aws/aws-live-pipeline-approval-operator/references/approval-and-target-checklist.md +18 -0
  734. package/skills/aws/aws-live-pipeline-approval-operator/references/official-sources.md +12 -0
  735. package/skills/aws/aws-live-pipeline-approval-operator/references/safety-checklist.md +16 -0
  736. package/skills/aws/aws-live-pipeline-approval-operator/references/workflow-and-output.md +23 -0
  737. package/skills/aws/aws-live-serverless-release-guard/SKILL.md +49 -0
  738. package/skills/aws/aws-live-serverless-release-guard/metadata.json +27 -0
  739. package/skills/aws/aws-live-serverless-release-guard/references/approval-and-target-checklist.md +18 -0
  740. package/skills/aws/aws-live-serverless-release-guard/references/official-sources.md +12 -0
  741. package/skills/aws/aws-live-serverless-release-guard/references/safety-checklist.md +16 -0
  742. package/skills/aws/aws-live-serverless-release-guard/references/workflow-and-output.md +23 -0
  743. package/skills/aws/aws-maestro/SKILL.md +47 -0
  744. package/skills/aws/aws-maestro/metadata.json +28 -0
  745. package/skills/aws/aws-maestro/references/official-sources.md +24 -0
  746. package/skills/aws/aws-maestro/references/safety-checklist.md +42 -0
  747. package/skills/aws/aws-maestro/references/workflow-and-output.md +127 -0
  748. package/skills/aws/aws-migration-cutover-architect/SKILL.md +48 -0
  749. package/skills/aws/aws-migration-cutover-architect/metadata.json +27 -0
  750. package/skills/aws/aws-migration-cutover-architect/references/official-sources.md +15 -0
  751. package/skills/aws/aws-migration-cutover-architect/references/safety-checklist.md +25 -0
  752. package/skills/aws/aws-migration-cutover-architect/references/workflow-and-output.md +58 -0
  753. package/skills/aws/aws-network-architect/SKILL.md +48 -0
  754. package/skills/aws/aws-network-architect/metadata.json +29 -0
  755. package/skills/aws/aws-network-architect/references/official-sources.md +15 -0
  756. package/skills/aws/aws-network-architect/references/safety-checklist.md +25 -0
  757. package/skills/aws/aws-network-architect/references/workflow-and-output.md +58 -0
  758. package/skills/aws/aws-non-destructive-task-automation-advisor/SKILL.md +49 -0
  759. package/skills/aws/aws-non-destructive-task-automation-advisor/metadata.json +27 -0
  760. package/skills/aws/aws-non-destructive-task-automation-advisor/references/official-sources.md +12 -0
  761. package/skills/aws/aws-non-destructive-task-automation-advisor/references/safety-checklist.md +14 -0
  762. package/skills/aws/aws-non-destructive-task-automation-advisor/references/workflow-and-output.md +37 -0
  763. package/skills/aws/aws-observability-incident-responder/SKILL.md +48 -0
  764. package/skills/aws/aws-observability-incident-responder/metadata.json +27 -0
  765. package/skills/aws/aws-observability-incident-responder/references/official-sources.md +15 -0
  766. package/skills/aws/aws-observability-incident-responder/references/safety-checklist.md +25 -0
  767. package/skills/aws/aws-observability-incident-responder/references/workflow-and-output.md +58 -0
  768. package/skills/aws/aws-pipeline-fix-operator/SKILL.md +48 -0
  769. package/skills/aws/aws-pipeline-fix-operator/metadata.json +26 -0
  770. package/skills/aws/aws-pipeline-fix-operator/references/official-sources.md +5 -0
  771. package/skills/aws/aws-pipeline-fix-operator/references/safety-checklist.md +7 -0
  772. package/skills/aws/aws-pipeline-fix-operator/references/workflow-and-output.md +17 -0
  773. package/skills/aws/aws-rds-aurora-performance-investigator/SKILL.md +48 -0
  774. package/skills/aws/aws-rds-aurora-performance-investigator/metadata.json +27 -0
  775. package/skills/aws/aws-rds-aurora-performance-investigator/references/official-sources.md +15 -0
  776. package/skills/aws/aws-rds-aurora-performance-investigator/references/safety-checklist.md +25 -0
  777. package/skills/aws/aws-rds-aurora-performance-investigator/references/workflow-and-output.md +58 -0
  778. package/skills/aws/aws-resilience-bcdr-review/SKILL.md +48 -0
  779. package/skills/aws/aws-resilience-bcdr-review/metadata.json +27 -0
  780. package/skills/aws/aws-resilience-bcdr-review/references/official-sources.md +15 -0
  781. package/skills/aws/aws-resilience-bcdr-review/references/safety-checklist.md +25 -0
  782. package/skills/aws/aws-resilience-bcdr-review/references/workflow-and-output.md +58 -0
  783. package/skills/aws/aws-s3-data-perimeter-governor/SKILL.md +48 -0
  784. package/skills/aws/aws-s3-data-perimeter-governor/metadata.json +27 -0
  785. package/skills/aws/aws-s3-data-perimeter-governor/references/official-sources.md +15 -0
  786. package/skills/aws/aws-s3-data-perimeter-governor/references/safety-checklist.md +25 -0
  787. package/skills/aws/aws-s3-data-perimeter-governor/references/workflow-and-output.md +58 -0
  788. package/skills/aws/aws-security-posture-hardening/SKILL.md +48 -0
  789. package/skills/aws/aws-security-posture-hardening/metadata.json +27 -0
  790. package/skills/aws/aws-security-posture-hardening/references/official-sources.md +15 -0
  791. package/skills/aws/aws-security-posture-hardening/references/safety-checklist.md +25 -0
  792. package/skills/aws/aws-security-posture-hardening/references/workflow-and-output.md +58 -0
  793. package/skills/aws/aws-serverless-production-readiness/SKILL.md +48 -0
  794. package/skills/aws/aws-serverless-production-readiness/metadata.json +27 -0
  795. package/skills/aws/aws-serverless-production-readiness/references/official-sources.md +15 -0
  796. package/skills/aws/aws-serverless-production-readiness/references/safety-checklist.md +25 -0
  797. package/skills/aws/aws-serverless-production-readiness/references/workflow-and-output.md +58 -0
  798. package/skills/aws/aws-serverless-rollout-corrector/SKILL.md +48 -0
  799. package/skills/aws/aws-serverless-rollout-corrector/metadata.json +26 -0
  800. package/skills/aws/aws-serverless-rollout-corrector/references/official-sources.md +5 -0
  801. package/skills/aws/aws-serverless-rollout-corrector/references/safety-checklist.md +7 -0
  802. package/skills/aws/aws-serverless-rollout-corrector/references/workflow-and-output.md +17 -0
  803. package/skills/aws/aws-solution-architect/SKILL.md +48 -0
  804. package/skills/aws/aws-solution-architect/metadata.json +28 -0
  805. package/skills/aws/aws-solution-architect/references/official-sources.md +16 -0
  806. package/skills/aws/aws-solution-architect/references/safety-checklist.md +25 -0
  807. package/skills/aws/aws-solution-architect/references/workflow-and-output.md +58 -0
  808. package/skills/aws/aws-ticket-triage-escalation-coordinator/SKILL.md +49 -0
  809. package/skills/aws/aws-ticket-triage-escalation-coordinator/metadata.json +27 -0
  810. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/official-sources.md +12 -0
  811. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/safety-checklist.md +14 -0
  812. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/workflow-and-output.md +37 -0
  813. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +49 -0
  814. package/skills/azure/azure-live-aks-rollout-guard/metadata.json +27 -0
  815. package/skills/azure/azure-live-aks-rollout-guard/references/official-sources.md +19 -0
  816. package/skills/azure/azure-live-aks-rollout-guard/references/permission-model.md +54 -0
  817. package/skills/azure/azure-live-aks-rollout-guard/references/preflight-commands.md +55 -0
  818. package/skills/azure/azure-live-aks-rollout-guard/references/rollback-playbook.md +38 -0
  819. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +49 -0
  820. package/skills/azure/azure-live-app-service-slot-swap-guard/metadata.json +26 -0
  821. package/skills/azure/azure-live-app-service-slot-swap-guard/references/official-sources.md +12 -0
  822. package/skills/azure/azure-live-app-service-slot-swap-guard/references/permission-model.md +40 -0
  823. package/skills/azure/azure-live-app-service-slot-swap-guard/references/preflight-commands.md +46 -0
  824. package/skills/azure/azure-live-app-service-slot-swap-guard/references/rollback-playbook.md +46 -0
  825. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +49 -0
  826. package/skills/azure/azure-live-arm-deployment-stack-guard/metadata.json +27 -0
  827. package/skills/azure/azure-live-arm-deployment-stack-guard/references/official-sources.md +17 -0
  828. package/skills/azure/azure-live-arm-deployment-stack-guard/references/permission-model.md +68 -0
  829. package/skills/azure/azure-live-arm-deployment-stack-guard/references/preflight-commands.md +55 -0
  830. package/skills/azure/azure-live-arm-deployment-stack-guard/references/rollback-playbook.md +53 -0
  831. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +49 -0
  832. package/skills/azure/azure-live-cost-budget-action-guard/metadata.json +27 -0
  833. package/skills/azure/azure-live-cost-budget-action-guard/references/official-sources.md +17 -0
  834. package/skills/azure/azure-live-cost-budget-action-guard/references/permission-model.md +66 -0
  835. package/skills/azure/azure-live-cost-budget-action-guard/references/preflight-commands.md +48 -0
  836. package/skills/azure/azure-live-cost-budget-action-guard/references/rollback-playbook.md +40 -0
  837. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +49 -0
  838. package/skills/azure/azure-live-keyvault-rotation-purge-guard/metadata.json +27 -0
  839. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/official-sources.md +13 -0
  840. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/permission-model.md +64 -0
  841. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/preflight-commands.md +48 -0
  842. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/rollback-playbook.md +44 -0
  843. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +49 -0
  844. package/skills/azure/azure-live-pim-jit-activation-guard/metadata.json +27 -0
  845. package/skills/azure/azure-live-pim-jit-activation-guard/references/official-sources.md +13 -0
  846. package/skills/azure/azure-live-pim-jit-activation-guard/references/permission-model.md +56 -0
  847. package/skills/azure/azure-live-pim-jit-activation-guard/references/preflight-commands.md +46 -0
  848. package/skills/azure/azure-live-pim-jit-activation-guard/references/rollback-playbook.md +45 -0
  849. package/skills/azure/azure-maestro/SKILL.md +140 -0
  850. package/skills/azure/azure-maestro/metadata.json +28 -0
  851. package/skills/finops/finops-cloud-price-advisor/SKILL.md +60 -0
  852. package/skills/finops/finops-cloud-price-advisor/metadata.json +26 -0
  853. package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +100 -0
  854. package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +145 -0
  855. package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +64 -0
  856. package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +271 -0
  857. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +49 -0
  858. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/metadata.json +27 -0
  859. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/official-sources.md +13 -0
  860. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/permission-model.md +49 -0
  861. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/preflight-commands.md +58 -0
  862. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/rollback-playbook.md +44 -0
  863. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +49 -0
  864. package/skills/oci/oci-live-cost-budget-runaway-guard/metadata.json +27 -0
  865. package/skills/oci/oci-live-cost-budget-runaway-guard/references/official-sources.md +17 -0
  866. package/skills/oci/oci-live-cost-budget-runaway-guard/references/permission-model.md +59 -0
  867. package/skills/oci/oci-live-cost-budget-runaway-guard/references/preflight-commands.md +42 -0
  868. package/skills/oci/oci-live-cost-budget-runaway-guard/references/rollback-playbook.md +44 -0
  869. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +49 -0
  870. package/skills/oci/oci-live-iam-policy-compartment-guard/metadata.json +27 -0
  871. package/skills/oci/oci-live-iam-policy-compartment-guard/references/official-sources.md +13 -0
  872. package/skills/oci/oci-live-iam-policy-compartment-guard/references/permission-model.md +71 -0
  873. package/skills/oci/oci-live-iam-policy-compartment-guard/references/preflight-commands.md +49 -0
  874. package/skills/oci/oci-live-iam-policy-compartment-guard/references/rollback-playbook.md +62 -0
  875. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +49 -0
  876. package/skills/oci/oci-live-oke-rollout-guard/metadata.json +27 -0
  877. package/skills/oci/oci-live-oke-rollout-guard/references/official-sources.md +18 -0
  878. package/skills/oci/oci-live-oke-rollout-guard/references/permission-model.md +80 -0
  879. package/skills/oci/oci-live-oke-rollout-guard/references/preflight-commands.md +55 -0
  880. package/skills/oci/oci-live-oke-rollout-guard/references/rollback-playbook.md +45 -0
  881. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +49 -0
  882. package/skills/oci/oci-live-resource-manager-stack-guard/metadata.json +27 -0
  883. package/skills/oci/oci-live-resource-manager-stack-guard/references/official-sources.md +12 -0
  884. package/skills/oci/oci-live-resource-manager-stack-guard/references/permission-model.md +70 -0
  885. package/skills/oci/oci-live-resource-manager-stack-guard/references/preflight-commands.md +57 -0
  886. package/skills/oci/oci-live-resource-manager-stack-guard/references/rollback-playbook.md +51 -0
  887. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +49 -0
  888. package/skills/oci/oci-live-vault-key-destruction-guard/metadata.json +27 -0
  889. package/skills/oci/oci-live-vault-key-destruction-guard/references/official-sources.md +13 -0
  890. package/skills/oci/oci-live-vault-key-destruction-guard/references/permission-model.md +55 -0
  891. package/skills/oci/oci-live-vault-key-destruction-guard/references/preflight-commands.md +62 -0
  892. package/skills/oci/oci-live-vault-key-destruction-guard/references/rollback-playbook.md +55 -0
  893. package/skills/oci/oci-maestro/SKILL.md +163 -0
  894. package/skills/oci/oci-maestro/metadata.json +27 -0
  895. package/skills/terraform/terraform-maestro/SKILL.md +123 -0
  896. package/skills/terraform/terraform-maestro/metadata.json +30 -0
  897. package/skills/terraform/terraform-maestro/references/official-sources.md +59 -0
  898. package/skills/terraform/terraform-maestro/references/safety-checklist.md +53 -0
  899. package/skills/terraform/terraform-maestro/references/workflow-and-output.md +108 -0
  900. package/docs/AGENTS.md +0 -16
  901. package/docs/azure-role-skill-gap-analysis.md +0 -154
  902. package/docs/azure-role-skill-specs.md +0 -352
  903. package/docs/compatibility.md +0 -24
  904. package/docs/marketplace-model.md +0 -17
  905. package/docs/normalized-platform-matrix.md +0 -109
  906. package/docs/quality-bar.md +0 -27
  907. package/docs/release-versioning.md +0 -114
  908. package/docs/taxonomy.md +0 -39
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
- "id": "aws-iam-least-privilege-review",
4
- "name": "AWS IAM Least Privilege Review",
3
+ "id": "aws-agentcore",
4
+ "name": "AWS AgentCore",
5
5
  "type": "skill",
6
6
  "provider": "aws",
7
7
  "harnesses": [
@@ -12,23 +12,40 @@
12
12
  "kiro",
13
13
  "other"
14
14
  ],
15
- "summary": "Review AWS IAM policies, trust policies, and resource policies for least-privilege risks with official-doc-backed remediation.",
16
- "source_type": "original",
15
+ "summary": "Build, test, migrate, and deploy Amazon Bedrock AgentCore code-based agents and harness workflows with runtime, policy, environment/skills, Memory, Gateway, Identity, Observability, Browser, Code Interpreter, and security guidance loaded progressively.",
16
+ "source_type": "adapted",
17
17
  "official_docs": [
18
- "https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html",
19
- "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-validation.html"
20
- ],
21
- "security_notes": "Prefer read-only inspection. Do not broaden permissions. Validate policy changes with IAM Access Analyzer where available.",
22
- "last_verified": "2026-04-27",
23
- "path": "skills/aws/aws-iam-least-privilege-review",
18
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/develop-agents.html",
19
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agentcore-get-started-cli.md",
20
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness.html",
21
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-get-started.html",
22
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-environment.html",
23
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-security.html",
24
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/what-is-bedrock-agentcore.html",
25
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-get-started.html",
26
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/memory.html",
27
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway.html",
28
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/identity.html",
29
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-configure.html",
30
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser-tool.html",
31
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/code-interpreter.html",
32
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-tools.html",
33
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy.html",
34
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy-create-policies.html",
35
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy-core-concepts.html",
36
+ "https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-operations.html"
37
+ ],
38
+ "security_notes": "Do not hardcode credentials, tokens, client secrets, account IDs, or customer data. Prefer AgentCore Identity/Gateway for managed credentials, enforce Cedar policy where Gateway is used, verify region and preview-feature constraints, keep least-privilege roles, and require explicit approval before deployment or tool-exposure changes.",
39
+ "last_verified": "2026-04-29",
40
+ "path": "skills/aws/aws-agentcore",
24
41
  "author": "github: Raishin",
25
- "version": "0.1.0"
42
+ "version": "0.1.6"
26
43
  },
27
44
  {
28
- "id": "azure-ai-foundry-ops-governor",
29
- "name": "Azure AI Foundry Ops Governor",
45
+ "id": "aws-api-edge-delivery-review",
46
+ "name": "AWS API Edge Delivery Review",
30
47
  "type": "skill",
31
- "provider": "azure",
48
+ "provider": "aws",
32
49
  "harnesses": [
33
50
  "codex",
34
51
  "claude-code",
@@ -37,31 +54,25 @@
37
54
  "kiro",
38
55
  "other"
39
56
  ],
40
- "summary": "Govern Microsoft Foundry and Azure AI Foundry operations across resource-versus-project boundaries, RBAC, quotas, network isolation, logging, and safe MCP-backed execution.",
57
+ "summary": "Review API Gateway, CloudFront, AWS WAF, Shield, ALB edge/API exposure, throttling, auth, TLS, origin protection, caching, logging, and abuse controls.",
41
58
  "source_type": "original",
42
59
  "official_docs": [
43
- "https://learn.microsoft.com/en-us/azure/foundry/concepts/architecture",
44
- "https://learn.microsoft.com/en-us/azure/foundry/concepts/rbac-foundry",
45
- "https://learn.microsoft.com/en-us/azure/foundry/concepts/planning",
46
- "https://learn.microsoft.com/en-us/azure/foundry/mcp/security-best-practices?view=foundry",
47
- "https://learn.microsoft.com/en-us/azure/foundry/how-to/configure-private-link",
48
- "https://learn.microsoft.com/en-us/azure/foundry/how-to/managed-virtual-network",
49
- "https://learn.microsoft.com/en-us/azure/foundry/how-to/quota",
50
- "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/quotas-limits",
51
- "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/monitor-models",
52
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
53
- ],
54
- "security_notes": "Keep Foundry resource governance separate from project developer isolation, prefer Entra ID over key-based auth, verify quota and diagnostics before rollout, and treat MCP mutations as higher risk than read-only discovery, especially because hosted Foundry MCP security guidance documents preview and public-endpoint limitations.",
55
- "last_verified": "2026-04-27",
56
- "path": "skills/azure/azure-ai-foundry-ops-governor",
60
+ "https://docs.aws.amazon.com/apigateway/latest/developerguide/security-best-practices.html",
61
+ "https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html",
62
+ "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html",
63
+ "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-awswaf.html"
64
+ ],
65
+ "security_notes": "Do not approve public API or edge changes without auth, throttling, TLS, logging, WAF/origin protection where appropriate, sensitive-log controls, and rollback path.",
66
+ "last_verified": "2026-04-29",
67
+ "path": "skills/aws/aws-api-edge-delivery-review",
57
68
  "author": "github: Raishin",
58
- "version": "0.1.0"
69
+ "version": "0.1.2"
59
70
  },
60
71
  {
61
- "id": "azure-aks-platform-operator",
62
- "name": "Azure AKS Platform Operator",
72
+ "id": "aws-bedrock-agent-security-governor",
73
+ "name": "AWS Bedrock Agent Security Governor",
63
74
  "type": "skill",
64
- "provider": "azure",
75
+ "provider": "aws",
65
76
  "harnesses": [
66
77
  "codex",
67
78
  "claude-code",
@@ -70,28 +81,25 @@
70
81
  "kiro",
71
82
  "other"
72
83
  ],
73
- "summary": "Review AKS platform design and operations with a production operator lens across node pools, identity, network policy, scaling, upgrades, rollback safety, and observability readiness.",
84
+ "summary": "Review Amazon Bedrock agents, AgentCore, Guardrails, knowledge bases, action groups, memory, prompt-injection defenses, PII handling, observability, and least-privilege access.",
74
85
  "source_type": "original",
75
86
  "official_docs": [
76
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
77
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-kubernetes",
78
- "https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks",
79
- "https://learn.microsoft.com/en-us/azure/aks/upgrade-options",
80
- "https://learn.microsoft.com/en-us/azure/aks/upgrade-conceptual",
81
- "https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview",
82
- "https://learn.microsoft.com/en-us/azure/aks/network-policy-best-practices"
83
- ],
84
- "security_notes": "Do not wave through AKS as production ready without explicit upgrade, rollback, workload identity, traffic-control, subnet-capacity, and observability evidence. Treat flat pod networking, static secrets, and untested drain behavior as high-risk.",
85
- "last_verified": "2026-04-27",
86
- "path": "skills/azure/azure-aks-platform-operator",
87
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/security-best-practice-agents.html",
88
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-injection.html",
89
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html",
90
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-how.html"
91
+ ],
92
+ "security_notes": "Do not grant broad tool or data access to Bedrock agents. Require least privilege, prompt-injection tests, guardrail coverage, PII controls, observability, and kill-switch/rollback design.",
93
+ "last_verified": "2026-04-29",
94
+ "path": "skills/aws/aws-bedrock-agent-security-governor",
87
95
  "author": "github: Raishin",
88
- "version": "0.1.0"
96
+ "version": "0.1.2"
89
97
  },
90
98
  {
91
- "id": "azure-app-service-production-readiness",
92
- "name": "Azure App Service Production Readiness",
99
+ "id": "aws-change-impact-advisor",
100
+ "name": "AWS Change Impact Advisor",
93
101
  "type": "skill",
94
- "provider": "azure",
102
+ "provider": "aws",
95
103
  "harnesses": [
96
104
  "codex",
97
105
  "claude-code",
@@ -100,38 +108,25 @@
100
108
  "kiro",
101
109
  "other"
102
110
  ],
103
- "summary": "Review Azure App Service and Web Apps for production readiness across plan fit, slots, networking, private ingress, identities, secrets, scaling, diagnostics, resilience, backup, rollback, and operator ownership with explicit evidence-versus-inference handling.",
111
+ "summary": "Assess planned AWS change impact, blast radius, rollback readiness, stakeholder communication, and non-destructive go/no-go guidance before execution.",
104
112
  "source_type": "original",
105
113
  "official_docs": [
106
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/app-service-web-apps",
107
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
108
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots",
109
- "https://learn.microsoft.com/en-us/azure/app-service/app-service-best-practices",
110
- "https://learn.microsoft.com/en-us/azure/app-service/manage-scale-up",
111
- "https://learn.microsoft.com/en-us/azure/app-service/configure-vnet-integration-enable",
112
- "https://learn.microsoft.com/en-us/azure/app-service/configure-vnet-integration-routing",
113
- "https://learn.microsoft.com/en-us/azure/app-service/overview-private-endpoint",
114
- "https://learn.microsoft.com/en-us/azure/app-service/overview-access-restrictions",
115
- "https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references",
116
- "https://learn.microsoft.com/en-us/azure/app-service/monitor-instances-health-check",
117
- "https://learn.microsoft.com/en-us/azure/app-service/manage-backup",
118
- "https://learn.microsoft.com/en-us/azure/app-service/configure-zone-redundancy",
119
- "https://learn.microsoft.com/en-us/azure/reliability/reliability-app-service",
120
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
121
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-app-service"
122
- ],
123
- "security_notes": "Do not confuse plan SKU with readiness, public access restrictions with true private ingress, or backup configuration with recovery readiness. Prefer managed identity and Key Vault references over embedded secrets, treat app settings as sensitive, and do not invent unsupported Azure MCP namespaces or operations.",
124
- "last_verified": "2026-04-27",
125
- "path": "skills/azure/azure-app-service-production-readiness",
114
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html",
115
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/choosing-git-branch-approach/plan-your-change-management-strategy.html",
116
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/change-calendar.html",
117
+ "https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/design_principles.html"
118
+ ],
119
+ "security_notes": "This role is advisory only. Do not approve execution from weak evidence. Require explicit rollback, dependency, owner, and communication clarity before treating a change as low-risk.",
120
+ "last_verified": "2026-04-29",
121
+ "path": "skills/aws/aws-change-impact-advisor",
126
122
  "author": "github: Raishin",
127
123
  "version": "0.1.0"
128
124
  },
129
125
  {
130
- "id": "azure-cosmosdb-application-developer",
131
- "name": "Azure Cosmos DB Application Developer",
132
- "version": "0.1.0",
126
+ "id": "aws-ci-cd-release-engineer",
127
+ "name": "AWS CI/CD Release Engineer",
133
128
  "type": "skill",
134
- "provider": "azure",
129
+ "provider": "aws",
135
130
  "harnesses": [
136
131
  "codex",
137
132
  "claude-code",
@@ -140,32 +135,25 @@
140
135
  "kiro",
141
136
  "other"
142
137
  ],
143
- "summary": "Guide Azure Cosmos DB application development across NoSQL data modeling, partition-aware access patterns, point reads, query shape, SDK usage, transactional batch scope, and consistency-aware application behavior with explicit evidence-versus-inference handling.",
138
+ "summary": "Review AWS release pipelines, deployment gates, artifact provenance, CodePipeline/CodeBuild/CodeDeploy, GitHub/GitLab integrations, rollback, change correlation, and incident prevention.",
144
139
  "source_type": "original",
145
140
  "official_docs": [
146
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
147
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
148
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
149
- "https://learn.microsoft.com/en-us/azure/cosmos-db/partitioning",
150
- "https://learn.microsoft.com/en-us/azure/cosmos-db/modeling-data",
151
- "https://learn.microsoft.com/en-us/azure/cosmos-db/consistency-levels",
152
- "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-manage-consistency",
153
- "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
154
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
155
- "https://learn.microsoft.com/en-us/azure/cosmos-db/transactional-batch",
156
- "https://learn.microsoft.com/en-us/azure/cosmos-db/find-request-unit-charge"
157
- ],
158
- "security_notes": "Do not recommend data models, query patterns, transactional assumptions, or SDK usage that ignore partition scope, RU cost, consistency semantics, or least-privilege access boundaries.",
159
- "last_verified": "2026-04-28",
160
- "path": "skills/azure/azure-cosmosdb-application-developer",
161
- "author": "github: Raishin"
141
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/about-aws-devops-agent.html",
142
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/working-with-devops-agent-proactive-incident-prevention.html",
143
+ "https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments-rollback-and-redeploy.html",
144
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html"
145
+ ],
146
+ "security_notes": "Do not approve production pipelines without artifact integrity, least-privilege deploy roles, quality/security gates, deployment telemetry, rollback criteria, and post-deploy validation.",
147
+ "last_verified": "2026-04-29",
148
+ "path": "skills/aws/aws-ci-cd-release-engineer",
149
+ "author": "github: Raishin",
150
+ "version": "0.1.2"
162
151
  },
163
152
  {
164
- "id": "azure-cosmosdb-performance-investigator",
165
- "name": "Azure Cosmos DB Performance Investigator",
166
- "version": "0.1.0",
153
+ "id": "aws-compliance-evidence-mapper",
154
+ "name": "AWS Compliance Evidence Mapper",
167
155
  "type": "skill",
168
- "provider": "azure",
156
+ "provider": "aws",
169
157
  "harnesses": [
170
158
  "codex",
171
159
  "claude-code",
@@ -174,31 +162,25 @@
174
162
  "kiro",
175
163
  "other"
176
164
  ],
177
- "summary": "Investigate Azure Cosmos DB query latency, RU inefficiency, throttling, hot partitions, indexing gaps, and workload-level performance pathologies using explicit evidence, metrics, and step-by-step profiling discipline.",
165
+ "summary": "Map AWS controls, Security Hub findings, AWS Config conformance packs, Audit Manager assessments, evidence folders, manual evidence, and report gaps for audit readiness.",
178
166
  "source_type": "original",
179
167
  "official_docs": [
180
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
181
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
182
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
183
- "https://learn.microsoft.com/en-us/azure/cosmos-db/troubleshoot-query-performance",
184
- "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
185
- "https://learn.microsoft.com/en-us/azure/cosmos-db/index-metrics",
186
- "https://learn.microsoft.com/en-us/azure/cosmos-db/use-metrics",
187
- "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-redistribute-throughput-across-partitions",
188
- "https://learn.microsoft.com/en-us/azure/cosmos-db/performance-tips-dotnet-sdk-v3",
189
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db"
190
- ],
191
- "security_notes": "Do not recommend throughput increases, repartitioning, indexing changes, or SDK tuning before separating RU cost, latency, partition skew, and query-shape evidence. Avoid speculative fixes that hide workload design defects.",
192
- "last_verified": "2026-04-28",
193
- "path": "skills/azure/azure-cosmosdb-performance-investigator",
194
- "author": "github: Raishin"
168
+ "https://docs.aws.amazon.com/audit-manager/latest/userguide/assessments.html",
169
+ "https://docs.aws.amazon.com/audit-manager/latest/userguide/review-evidence.html",
170
+ "https://docs.aws.amazon.com/config/latest/developerguide/conformance-packs.html",
171
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-fsbp-controls.html"
172
+ ],
173
+ "security_notes": "Do not claim compliance from tool output alone. Label evidence freshness, scope, inconclusive evidence, missing Config/Security Hub coverage, and need for legal/compliance review.",
174
+ "last_verified": "2026-04-29",
175
+ "path": "skills/aws/aws-compliance-evidence-mapper",
176
+ "author": "github: Raishin",
177
+ "version": "0.1.2"
195
178
  },
196
179
  {
197
- "id": "azure-cosmosdb-platform-operator",
198
- "name": "Azure Cosmos DB Platform Operator",
199
- "version": "0.1.0",
180
+ "id": "aws-cost-anomaly-watch-coordinator",
181
+ "name": "AWS Cost Anomaly Watch Coordinator",
200
182
  "type": "skill",
201
- "provider": "azure",
183
+ "provider": "aws",
202
184
  "harnesses": [
203
185
  "codex",
204
186
  "claude-code",
@@ -207,30 +189,25 @@
207
189
  "kiro",
208
190
  "other"
209
191
  ],
210
- "summary": "Review and operate Azure Cosmos DB platform posture across accounts, databases, containers, partitioning, throughput, consistency, indexing, throttling, multi-region tradeoffs, and operational guardrails with explicit evidence-versus-inference handling.",
192
+ "summary": "Review AWS cost anomalies, budget drift, usage spikes, and savings opportunities with non-destructive recommendations and business-facing escalation guidance.",
211
193
  "source_type": "original",
212
194
  "official_docs": [
213
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
214
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
215
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
216
- "https://learn.microsoft.com/en-us/azure/cosmos-db/partitioning",
217
- "https://learn.microsoft.com/en-us/azure/cosmos-db/modeling-data",
218
- "https://learn.microsoft.com/en-us/azure/cosmos-db/consistency-levels",
219
- "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-manage-consistency",
220
- "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
221
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
222
- "https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys"
223
- ],
224
- "security_notes": "Do not approve a partition key, indexing posture, consistency change, or cross-partition query strategy without checking workload shape, RU impact, transactional scope, and least-privilege access implications.",
225
- "last_verified": "2026-04-28",
226
- "path": "skills/azure/azure-cosmosdb-platform-operator",
227
- "author": "github: Raishin"
195
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/management-limits.html",
196
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/getting-started-ad.html",
197
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html",
198
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/ce-what-is.html"
199
+ ],
200
+ "security_notes": "Keep the role advisory and non-destructive. Do not stop workloads or alter purchasing commitments from this role. Focus on evidence, hypotheses, safe next checks, and escalation.",
201
+ "last_verified": "2026-04-29",
202
+ "path": "skills/aws/aws-cost-anomaly-watch-coordinator",
203
+ "author": "github: Raishin",
204
+ "version": "0.1.0"
228
205
  },
229
206
  {
230
- "id": "azure-cost-estimation-review",
231
- "name": "Azure Cost Estimation Review",
207
+ "id": "aws-cost-optimization-governor",
208
+ "name": "AWS Cost Optimization Governor",
232
209
  "type": "skill",
233
- "provider": "azure",
210
+ "provider": "aws",
234
211
  "harnesses": [
235
212
  "codex",
236
213
  "claude-code",
@@ -239,28 +216,25 @@
239
216
  "kiro",
240
217
  "other"
241
218
  ],
242
- "summary": "Review Azure cost estimates for pricing-calculator assumptions, SKU and region realism, production versus nonproduction sizing, omission risk, and explicit uncertainty labeling.",
219
+ "summary": "Review AWS cost posture across Cost Explorer, Budgets, Cost Optimization Hub, Compute Optimizer, commitments, tagging, showback, idle waste, and rightsizing.",
243
220
  "source_type": "original",
244
221
  "official_docs": [
245
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/understand/plan-manage-costs",
246
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/pricing-calculator",
247
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/",
248
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
249
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/savings-plan/manage-savings-plan",
250
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
251
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing"
252
- ],
253
- "security_notes": "Do not present calculator output as invoice truth, do not hide missing sizing assumptions, and do not imply unsupported Azure MCP pricing or billing capabilities. Treat negotiated pricing, discount posture, and future utilization as explicit uncertainty unless verified.",
254
- "last_verified": "2026-04-27",
255
- "path": "skills/azure/azure-cost-estimation-review",
222
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/cost-optimization-hub.html",
223
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-best-practices.html",
224
+ "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-api-best-practices.html/",
225
+ "https://docs.aws.amazon.com/wellarchitected/latest/cost-optimization-pillar/welcome.html"
226
+ ],
227
+ "security_notes": "Do not recommend cost cuts that remove backups, logging, security controls, redundancy, or tested capacity without explicit risk acceptance and rollback evidence.",
228
+ "last_verified": "2026-04-29",
229
+ "path": "skills/aws/aws-cost-optimization-governor",
256
230
  "author": "github: Raishin",
257
- "version": "0.1.0"
231
+ "version": "0.1.2"
258
232
  },
259
233
  {
260
- "id": "azure-cost-optimization-governor",
261
- "name": "Azure Cost Optimization Governor",
234
+ "id": "aws-daily-operations-briefing-coordinator",
235
+ "name": "AWS Daily Operations Briefing Coordinator",
262
236
  "type": "skill",
263
- "provider": "azure",
237
+ "provider": "aws",
264
238
  "harnesses": [
265
239
  "codex",
266
240
  "claude-code",
@@ -269,31 +243,25 @@
269
243
  "kiro",
270
244
  "other"
271
245
  ],
272
- "summary": "Review Azure FinOps and spend-governance posture across budgets, alerts, cost analysis visibility, tagging, exports, and reservation or savings-plan awareness with explicit ownership and evidence handling.",
246
+ "summary": "Prepare non-destructive AWS daily operations briefings across health signals, incidents, deployments, cost drift, open risks, and action backlog for business and engineering stakeholders.",
273
247
  "source_type": "original",
274
248
  "official_docs": [
275
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/understand/plan-manage-costs",
276
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets",
277
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
278
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/reporting-get-started",
279
- "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-improved-exports",
280
- "https://learn.microsoft.com/en-us/azure/advisor/advisor-reference-cost-recommendations",
281
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
282
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing",
283
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-advisor"
284
- ],
285
- "security_notes": "Do not promise savings without utilization evidence, treat budgets as alerts rather than enforcement, keep billing and export data sanitized, and require named ownership for alerts, tags, exports, and optimization follow-up before calling the FinOps posture credible.",
286
- "last_verified": "2026-04-27",
287
- "path": "skills/azure/azure-cost-optimization-governor",
249
+ "https://docs.aws.amazon.com/health/latest/ug/what-is-aws-health.html",
250
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/implementing-logging-monitoring-cloudwatch/introduction.html",
251
+ "https://docs.aws.amazon.com/cost-management/latest/userguide/ce-what-is.html",
252
+ "https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html"
253
+ ],
254
+ "security_notes": "Do not treat dashboards as proof. Keep reporting read-only, evidence-based, and explicit about unknowns. Never recommend mutation or production changes without separate approval and deeper technical review.",
255
+ "last_verified": "2026-04-29",
256
+ "path": "skills/aws/aws-daily-operations-briefing-coordinator",
288
257
  "author": "github: Raishin",
289
258
  "version": "0.1.0"
290
259
  },
291
260
  {
292
- "id": "azure-entra-id-specialist",
293
- "name": "Azure Entra ID Specialist",
294
- "version": "0.1.0",
261
+ "id": "aws-data-protection-backup-steward",
262
+ "name": "AWS Data Protection Backup Steward",
295
263
  "type": "skill",
296
- "provider": "azure",
264
+ "provider": "aws",
297
265
  "harnesses": [
298
266
  "codex",
299
267
  "claude-code",
@@ -302,30 +270,25 @@
302
270
  "kiro",
303
271
  "other"
304
272
  ],
305
- "summary": "Review and guide Microsoft Entra ID tenant posture across conditional access, authentication methods, MFA and SSPR registration, identity protection, workload identities, app registrations, external identities, governance boundaries, and least-privilege identity operations with explicit evidence-versus-inference handling.",
273
+ "summary": "Review AWS backup and data protection across AWS Backup, snapshots, vaults, restore testing, retention, encryption, immutability, cross-account copy, and recovery evidence.",
306
274
  "source_type": "original",
307
275
  "official_docs": [
308
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
309
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
310
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
311
- "https://learn.microsoft.com/en-us/entra/fundamentals/what-is-entra",
312
- "https://learn.microsoft.com/en-us/entra/id-governance/identity-governance-overview",
313
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure",
314
- "https://learn.microsoft.com/en-us/entra/identity/conditional-access/policy-all-users-security-info-registration",
315
- "https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-users-groups",
316
- "https://learn.microsoft.com/en-us/entra/workload-id/workload-identities-overview",
317
- "https://learn.microsoft.com/en-us/entra/id-protection/concept-workload-identity-risk"
318
- ],
319
- "security_notes": "Do not recommend broad exclusions, unsafe break-glass patterns, blanket MFA bypasses, overprivileged app registrations, or risky Conditional Access changes without scoping blast radius, role ownership, and recovery paths.",
320
- "last_verified": "2026-04-28",
321
- "path": "skills/azure/azure-entra-id-specialist",
322
- "author": "github: Raishin"
276
+ "https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html",
277
+ "https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html",
278
+ "https://docs.aws.amazon.com/aws-backup/latest/devguide/cross-account-backup.html",
279
+ "https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/plan-for-disaster-recovery-dr.html"
280
+ ],
281
+ "security_notes": "Do not treat snapshots as sufficient data protection. Check restore permissions, KMS access, vault policy, immutability, cross-account isolation, and tested recovery evidence.",
282
+ "last_verified": "2026-04-29",
283
+ "path": "skills/aws/aws-data-protection-backup-steward",
284
+ "author": "github: Raishin",
285
+ "version": "0.1.2"
323
286
  },
324
287
  {
325
- "id": "azure-governance-policy-guardrails",
326
- "name": "Azure Governance Policy Guardrails",
288
+ "id": "aws-deployment-hotfix-operator",
289
+ "name": "AWS Deployment Hotfix Operator",
327
290
  "type": "skill",
328
- "provider": "azure",
291
+ "provider": "aws",
329
292
  "harnesses": [
330
293
  "codex",
331
294
  "claude-code",
@@ -334,31 +297,23 @@
334
297
  "kiro",
335
298
  "other"
336
299
  ],
337
- "summary": "Design and review Azure Policy guardrails, initiatives, assignment scope, exclusions, remediation risk, and staged governance rollout patterns.",
300
+ "summary": "Patch AWS deployment manifests, environment config, release toggles, and rollout settings quickly in-repo with explicit rollback notes and no live-cloud mutation by default.",
338
301
  "source_type": "original",
339
302
  "official_docs": [
340
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
341
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/tailoring-alz",
342
- "https://learn.microsoft.com/en-us/azure/governance/policy/overview",
343
- "https://learn.microsoft.com/en-us/azure/governance/policy/concepts/initiative-definition-structure",
344
- "https://learn.microsoft.com/en-us/azure/governance/policy/assign-policy-portal",
345
- "https://learn.microsoft.com/en-us/azure/governance/policy/how-to/remediate-resources",
346
- "https://learn.microsoft.com/en-us/azure/governance/policy/concepts/exemption-structure",
347
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/migrate-azure-landing-zone-policies",
348
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
349
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-policy"
303
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/choosing-git-branch-approach/plan-your-change-management-strategy.html",
304
+ "https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/design_principles.html"
350
305
  ],
351
- "security_notes": "Do not recommend broad-scope deny or remediation-first rollout without blast-radius review, inheritance analysis, exception handling, and rollback notes.",
352
- "last_verified": "2026-04-27",
353
- "path": "skills/azure/azure-governance-policy-guardrails",
306
+ "security_notes": "Repo write access only. Do not deploy, apply, destroy, or mutate live AWS resources from this role by default. Require explicit human approval for any step beyond repo patching and validation.",
307
+ "last_verified": "2026-04-29",
308
+ "path": "skills/aws/aws-deployment-hotfix-operator",
354
309
  "author": "github: Raishin",
355
310
  "version": "0.1.0"
356
311
  },
357
312
  {
358
- "id": "azure-identity-governance-review",
359
- "name": "Azure Identity Governance Review",
313
+ "id": "aws-devops-agent-skill-designer",
314
+ "name": "AWS DevOps Agent Skill Designer",
360
315
  "type": "skill",
361
- "provider": "azure",
316
+ "provider": "aws",
362
317
  "harnesses": [
363
318
  "codex",
364
319
  "claude-code",
@@ -367,32 +322,25 @@
367
322
  "kiro",
368
323
  "other"
369
324
  ],
370
- "summary": "Review Microsoft Entra identity governance posture for Azure operators, focusing on PIM, access reviews, entitlement management, standing access, and ownership gaps.",
325
+ "summary": "Design AWS DevOps Agent-compatible skills, investigation workflows, learned skills, tool-use best practices, agent targeting, frontmatter triggers, and operational output contracts.",
371
326
  "source_type": "original",
372
327
  "official_docs": [
373
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access",
374
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access-landing-zones",
375
- "https://learn.microsoft.com/en-us/azure/active-directory/roles/best-practices",
376
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/",
377
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-resource-roles-assign-roles",
378
- "https://learn.microsoft.com/en-us/entra/id-governance/access-reviews-overview",
379
- "https://learn.microsoft.com/en-us/entra/id-governance/manage-access-review",
380
- "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-perform-roles-and-resource-roles-review",
381
- "https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-overview",
382
- "https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-access-reviews-create",
383
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
384
- ],
385
- "security_notes": "Challenge standing privileged access by default. Do not treat PIM, access reviews, or entitlement management as sufficient unless scope, ownership, cadence, and removal behavior are explicit.",
386
- "last_verified": "2026-04-27",
387
- "path": "skills/azure/azure-identity-governance-review",
328
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.html",
329
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/about-aws-devops-agent-learned-skills.html",
330
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/about-aws-devops-agent.html",
331
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/aws-devops-agent-security.html"
332
+ ],
333
+ "security_notes": "Do not create AWS DevOps Agent skills with vague descriptions, broad agent targeting, secret-handling instructions, unsupported executable assumptions, or missing success criteria.",
334
+ "last_verified": "2026-04-29",
335
+ "path": "skills/aws/aws-devops-agent-skill-designer",
388
336
  "author": "github: Raishin",
389
- "version": "0.1.0"
337
+ "version": "0.1.2"
390
338
  },
391
339
  {
392
- "id": "azure-key-vault-secret-lifecycle-auditor",
393
- "name": "Azure Key Vault Secret Lifecycle Auditor",
340
+ "id": "aws-dynamodb-data-modeling-performance-review",
341
+ "name": "AWS DynamoDB Data Modeling Performance Review",
394
342
  "type": "skill",
395
- "provider": "azure",
343
+ "provider": "aws",
396
344
  "harnesses": [
397
345
  "codex",
398
346
  "claude-code",
@@ -401,28 +349,1509 @@
401
349
  "kiro",
402
350
  "other"
403
351
  ],
404
- "summary": "Audit Azure Key Vault secret lifecycle posture across RBAC, soft delete, purge protection, expiration, rotation, metadata hygiene, eventing, and recovery readiness without exposing secret values.",
352
+ "summary": "Review DynamoDB table design, partition keys, sort keys, GSIs/LSIs, hot partitions, query/scan patterns, capacity, global tables, TTL, DAX, and cost/performance tradeoffs.",
405
353
  "source_type": "original",
406
354
  "official_docs": [
407
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
408
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-key-vault",
409
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/services/azure-mcp-server-for-key-vault",
410
- "https://learn.microsoft.com/en-us/azure/key-vault/secrets/secure-secrets",
411
- "https://learn.microsoft.com/en-us/azure/key-vault/general/autorotation",
412
- "https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-guide",
413
- "https://learn.microsoft.com/en-us/azure/key-vault/general/soft-delete-overview",
414
- "https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-recovery",
415
- "https://learn.microsoft.com/en-us/azure/key-vault/policy-reference"
416
- ],
417
- "security_notes": "Avoid retrieving secret values unless absolutely necessary. Treat purge authority, missing soft delete, missing purge protection, and unproven rotation or recovery paths as high-risk. Prefer RBAC least privilege and metadata-based audits over content access.",
418
- "last_verified": "2026-04-27",
419
- "path": "skills/azure/azure-key-vault-secret-lifecycle-auditor",
355
+ "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/best-practices.html",
356
+ "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-design.html",
357
+ "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-indexes.html",
358
+ "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.html"
359
+ ],
360
+ "security_notes": "Do not recommend DynamoDB schemas without explicit access patterns, partition cardinality, index tradeoffs, capacity/cost implications, and migration or backfill safety.",
361
+ "last_verified": "2026-04-29",
362
+ "path": "skills/aws/aws-dynamodb-data-modeling-performance-review",
420
363
  "author": "github: Raishin",
421
- "version": "0.1.0"
364
+ "version": "0.1.2"
422
365
  },
423
366
  {
424
- "id": "azure-landing-zone-architect",
425
- "name": "Azure Landing Zone Architect",
367
+ "id": "aws-ec2-compute-operations-steward",
368
+ "name": "AWS EC2 Compute Operations Steward",
369
+ "type": "skill",
370
+ "provider": "aws",
371
+ "harnesses": [
372
+ "codex",
373
+ "claude-code",
374
+ "cursor",
375
+ "gemini",
376
+ "kiro",
377
+ "other"
378
+ ],
379
+ "summary": "Review EC2, Auto Scaling, Launch Templates, AMIs, Systems Manager, Patch Manager, EBS, snapshots, health checks, instance refresh, lifecycle hooks, and fleet operations.",
380
+ "source_type": "original",
381
+ "official_docs": [
382
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-best-practices.html",
383
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager.html",
384
+ "https://docs.aws.amazon.com/autoscaling/ec2/userguide/instance-refresh-overview.html",
385
+ "https://docs.aws.amazon.com/ebs/latest/userguide/ebs-snapshots.html"
386
+ ],
387
+ "security_notes": "Do not approve EC2 fleet operations without patch compliance, managed access, health checks, rollback, backup/snapshot posture, IAM instance-profile review, and launch-template evidence.",
388
+ "last_verified": "2026-04-29",
389
+ "path": "skills/aws/aws-ec2-compute-operations-steward",
390
+ "author": "github: Raishin",
391
+ "version": "0.1.2"
392
+ },
393
+ {
394
+ "id": "aws-ecs-fargate-platform-operator",
395
+ "name": "AWS ECS Fargate Platform Operator",
396
+ "type": "skill",
397
+ "provider": "aws",
398
+ "harnesses": [
399
+ "codex",
400
+ "claude-code",
401
+ "cursor",
402
+ "gemini",
403
+ "kiro",
404
+ "other"
405
+ ],
406
+ "summary": "Review Amazon ECS and Fargate services across task roles, execution roles, deployment circuit breakers, blue/green, load balancing, autoscaling, logging, networking, and rollback.",
407
+ "source_type": "original",
408
+ "official_docs": [
409
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-failure-detection.html",
410
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-circuit-breaker.html",
411
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-blue-green.html",
412
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-iam-roles.html"
413
+ ],
414
+ "security_notes": "Do not approve ECS/Fargate production changes without task-role separation, deployment rollback behavior, health check evidence, logs, secrets posture, and load balancer/target group validation.",
415
+ "last_verified": "2026-04-29",
416
+ "path": "skills/aws/aws-ecs-fargate-platform-operator",
417
+ "author": "github: Raishin",
418
+ "version": "0.1.2"
419
+ },
420
+ {
421
+ "id": "aws-ecs-service-remediation-operator",
422
+ "name": "AWS ECS Service Remediation Operator",
423
+ "type": "skill",
424
+ "provider": "aws",
425
+ "harnesses": [
426
+ "codex",
427
+ "claude-code",
428
+ "cursor",
429
+ "gemini",
430
+ "kiro",
431
+ "other"
432
+ ],
433
+ "summary": "Correct ECS/Fargate service definitions, task settings, deployment parameters, and environment configuration in-repo with bounded write access and no live service mutation by default.",
434
+ "source_type": "original",
435
+ "official_docs": [
436
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service_definition_parameters.html",
437
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html",
438
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html"
439
+ ],
440
+ "security_notes": "Repo write access only. Do not force new deployments, scale services, or alter live task state from this role by default. Surface rollout and rollback implications explicitly.",
441
+ "last_verified": "2026-04-29",
442
+ "path": "skills/aws/aws-ecs-service-remediation-operator",
443
+ "author": "github: Raishin",
444
+ "version": "0.1.0"
445
+ },
446
+ {
447
+ "id": "aws-eks-platform-operator",
448
+ "name": "AWS EKS Platform Operator",
449
+ "type": "skill",
450
+ "provider": "aws",
451
+ "harnesses": [
452
+ "codex",
453
+ "claude-code",
454
+ "cursor",
455
+ "gemini",
456
+ "kiro",
457
+ "other"
458
+ ],
459
+ "summary": "Review Amazon EKS platform operations across cluster identity, access entries, node strategy, networking, autoscaling, upgrades, reliability, security, observability, and cost.",
460
+ "source_type": "original",
461
+ "official_docs": [
462
+ "https://docs.aws.amazon.com/eks/latest/best-practices/introduction.html",
463
+ "https://docs.aws.amazon.com/eks/latest/best-practices/security.html",
464
+ "https://docs.aws.amazon.com/eks/latest/best-practices/reliability.html",
465
+ "https://docs.aws.amazon.com/eks/latest/userguide/security-iam.html"
466
+ ],
467
+ "security_notes": "Do not call an EKS cluster production-ready without explicit identity, network isolation, upgrade, node disruption, image/runtime security, and observability evidence.",
468
+ "last_verified": "2026-04-29",
469
+ "path": "skills/aws/aws-eks-platform-operator",
470
+ "author": "github: Raishin",
471
+ "version": "0.1.2"
472
+ },
473
+ {
474
+ "id": "aws-event-driven-architecture-review",
475
+ "name": "AWS Event Driven Architecture Review",
476
+ "type": "skill",
477
+ "provider": "aws",
478
+ "harnesses": [
479
+ "codex",
480
+ "claude-code",
481
+ "cursor",
482
+ "gemini",
483
+ "kiro",
484
+ "other"
485
+ ],
486
+ "summary": "Review AWS EventBridge, SQS, SNS, Step Functions, Pipes, event schemas, retries, DLQs, idempotency, cross-account routing, monitoring, and event-loop risk.",
487
+ "source_type": "original",
488
+ "official_docs": [
489
+ "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html",
490
+ "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-patterns-best-practices.html",
491
+ "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rules-best-practices.html",
492
+ "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring-events-best-practices.html"
493
+ ],
494
+ "security_notes": "Do not accept event-driven designs without precise patterns, DLQs/retry semantics, idempotent consumers, monitoring, cross-account policy review, and loop/cost controls.",
495
+ "last_verified": "2026-04-29",
496
+ "path": "skills/aws/aws-event-driven-architecture-review",
497
+ "author": "github: Raishin",
498
+ "version": "0.1.2"
499
+ },
500
+ {
501
+ "id": "aws-generative-ai-developer",
502
+ "name": "AWS Generative AI Developer",
503
+ "type": "skill",
504
+ "provider": "aws",
505
+ "harnesses": [
506
+ "codex",
507
+ "claude-code",
508
+ "cursor",
509
+ "gemini",
510
+ "kiro",
511
+ "other"
512
+ ],
513
+ "summary": "Build Amazon Bedrock applications with a serverless-first architecture using Lambda, API Gateway, Step Functions, EventBridge, S3, DynamoDB, SQS, Guardrails, and IAM.",
514
+ "source_type": "original",
515
+ "official_docs": [
516
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html",
517
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/security-overview.html",
518
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/security-best-practice-agents.html",
519
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-injection.html",
520
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/bedrock-example-cross-serverless-prompt-chaining-section.html",
521
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html",
522
+ "https://docs.aws.amazon.com/lambda/latest/dg/with-step-functions.html",
523
+ "https://docs.aws.amazon.com/apigateway/latest/developerguide/security-best-practices.html"
524
+ ],
525
+ "security_notes": "Prefer serverless managed services for this role unless a concrete blocker is provided. Do not approve broad model access, unsafe prompt/tool flows, weak auth, uncontrolled retention, or missing observability and cost controls.",
526
+ "last_verified": "2026-04-29",
527
+ "path": "skills/aws/aws-generative-ai-developer",
528
+ "author": "github: Raishin",
529
+ "version": "0.1.0"
530
+ },
531
+ {
532
+ "id": "aws-iac-change-safety-review",
533
+ "name": "AWS IaC Change Safety Review",
534
+ "type": "skill",
535
+ "provider": "aws",
536
+ "harnesses": [
537
+ "codex",
538
+ "claude-code",
539
+ "cursor",
540
+ "gemini",
541
+ "kiro",
542
+ "other"
543
+ ],
544
+ "summary": "Review AWS CDK, CloudFormation, SAM, Terraform, and mixed IaC changes for replacement, deletion, drift, IAM, network, data-loss, rollback, and deployment safety risks.",
545
+ "source_type": "original",
546
+ "official_docs": [
547
+ "https://docs.aws.amazon.com/cdk/v2/guide/best-practices.html",
548
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html",
549
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/drift-aware-change-sets.html",
550
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html"
551
+ ],
552
+ "security_notes": "Never approve an AWS IaC deployment from source diff alone when production state, generated artifacts, change sets, drift, replacements, destructive changes, or rollback are unresolved.",
553
+ "last_verified": "2026-04-29",
554
+ "path": "skills/aws/aws-iac-change-safety-review",
555
+ "author": "github: Raishin",
556
+ "version": "0.1.2"
557
+ },
558
+ {
559
+ "id": "aws-iac-patch-executor",
560
+ "name": "AWS IaC Patch Executor",
561
+ "type": "skill",
562
+ "provider": "aws",
563
+ "harnesses": [
564
+ "codex",
565
+ "claude-code",
566
+ "cursor",
567
+ "gemini",
568
+ "kiro",
569
+ "other"
570
+ ],
571
+ "summary": "Edit AWS IaC files such as CloudFormation, SAM, CDK config, and Terraform configuration in a bounded, non-destructive way with validation-first discipline.",
572
+ "source_type": "original",
573
+ "official_docs": [
574
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html",
575
+ "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-best-practices.html",
576
+ "https://docs.aws.amazon.com/cdk/v2/guide/best-practices.html"
577
+ ],
578
+ "security_notes": "Can edit IaC files, not execute live infra changes. Never hide replacements, blast-radius risks, or IAM broadening. Always surface validation gaps and rollback concerns.",
579
+ "last_verified": "2026-04-29",
580
+ "path": "skills/aws/aws-iac-patch-executor",
581
+ "author": "github: Raishin",
582
+ "version": "0.1.0"
583
+ },
584
+ {
585
+ "id": "aws-iam-least-privilege-review",
586
+ "name": "AWS IAM Least Privilege Review",
587
+ "type": "skill",
588
+ "provider": "aws",
589
+ "harnesses": [
590
+ "codex",
591
+ "claude-code",
592
+ "cursor",
593
+ "gemini",
594
+ "kiro",
595
+ "other"
596
+ ],
597
+ "summary": "Review AWS IAM policies, trust policies, resource policies, permission boundaries, SCPs, and role design for least-privilege risks with Access Analyzer validation discipline.",
598
+ "source_type": "adapted",
599
+ "official_docs": [
600
+ "https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html",
601
+ "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-validation.html",
602
+ "https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html",
603
+ "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html"
604
+ ],
605
+ "security_notes": "Prefer read-only inspection and minimum permission changes. Do not broaden IAM access, invent ARNs, or approve production trust changes without Access Analyzer validation where available.",
606
+ "last_verified": "2026-04-29",
607
+ "path": "skills/aws/aws-iam-least-privilege-review",
608
+ "author": "github: Raishin",
609
+ "version": "0.1.2"
610
+ },
611
+ {
612
+ "id": "aws-kms-secrets-lifecycle-steward",
613
+ "name": "AWS KMS Secrets Lifecycle Steward",
614
+ "type": "skill",
615
+ "provider": "aws",
616
+ "harnesses": [
617
+ "codex",
618
+ "claude-code",
619
+ "cursor",
620
+ "gemini",
621
+ "kiro",
622
+ "other"
623
+ ],
624
+ "summary": "Review AWS KMS keys, key policies, grants, rotation, multi-Region keys, Secrets Manager, secret rotation, replication, caching, endpoint conditions, and break-glass access.",
625
+ "source_type": "original",
626
+ "official_docs": [
627
+ "https://docs.aws.amazon.com/kms/latest/developerguide/grant-best-practices.html",
628
+ "https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html",
629
+ "https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html",
630
+ "https://docs.aws.amazon.com/secretsmanager/latest/userguide/best-practices.html"
631
+ ],
632
+ "security_notes": "Do not change key policies, grants, key deletion, secret rotation, or multi-Region encryption without impact analysis for access, recovery, auditability, and rollback.",
633
+ "last_verified": "2026-04-29",
634
+ "path": "skills/aws/aws-kms-secrets-lifecycle-steward",
635
+ "author": "github: Raishin",
636
+ "version": "0.1.2"
637
+ },
638
+ {
639
+ "id": "aws-landing-zone-governor",
640
+ "name": "AWS Landing Zone Governor",
641
+ "type": "skill",
642
+ "provider": "aws",
643
+ "harnesses": [
644
+ "codex",
645
+ "claude-code",
646
+ "cursor",
647
+ "gemini",
648
+ "kiro",
649
+ "other"
650
+ ],
651
+ "summary": "Review AWS multi-account landing zones, Control Tower posture, Organizations structure, OUs, guardrails, logging, audit accounts, and account vending decisions.",
652
+ "source_type": "original",
653
+ "official_docs": [
654
+ "https://docs.aws.amazon.com/controltower/latest/userguide/aws-multi-account-landing-zone.html",
655
+ "https://docs.aws.amazon.com/controltower/latest/userguide/lz-update-best-practices.html",
656
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-aws-environment/understanding-landing-zones.html",
657
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/designing-control-tower-landing-zone/introduction.html"
658
+ ],
659
+ "security_notes": "Do not collapse environments into one account for convenience. Treat weak OU design, missing centralized logging, unmanaged SCPs, and unclear account ownership as governance risks.",
660
+ "last_verified": "2026-04-29",
661
+ "path": "skills/aws/aws-landing-zone-governor",
662
+ "author": "github: Raishin",
663
+ "version": "0.1.2"
664
+ },
665
+ {
666
+ "id": "aws-live-deployment-guarded-operator",
667
+ "name": "AWS Live Deployment Guarded Operator",
668
+ "type": "skill",
669
+ "provider": "aws",
670
+ "harnesses": [
671
+ "codex",
672
+ "claude-code",
673
+ "cursor",
674
+ "gemini",
675
+ "kiro",
676
+ "other"
677
+ ],
678
+ "summary": "Operate guarded live AWS deployment changes only after explicit target confirmation, approval checkpoints, dry-run or preview evidence, rollback readiness, and post-change verification.",
679
+ "source_type": "original",
680
+ "official_docs": [
681
+ "https://docs.aws.amazon.com/cli/v1/reference/sts/get-caller-identity.html",
682
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/approvals.html",
683
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html",
684
+ "https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/welcome.html"
685
+ ],
686
+ "security_notes": "This role may work in repos connected to live AWS credentials. Never run live deployment mutations without explicit target confirmation, preview evidence, approval, rollback readiness, and post-change verification.",
687
+ "last_verified": "2026-04-29",
688
+ "path": "skills/aws/aws-live-deployment-guarded-operator",
689
+ "author": "github: Raishin",
690
+ "version": "0.1.0"
691
+ },
692
+ {
693
+ "id": "aws-live-ecs-rollout-guard",
694
+ "name": "AWS Live ECS Rollout Guard",
695
+ "type": "skill",
696
+ "provider": "aws",
697
+ "harnesses": [
698
+ "codex",
699
+ "claude-code",
700
+ "cursor",
701
+ "gemini",
702
+ "kiro",
703
+ "other"
704
+ ],
705
+ "summary": "Guard live Amazon ECS and Fargate rollout actions with service targeting, deployment circuit breaker or alarm checks, rollback posture, and explicit approval before mutation.",
706
+ "source_type": "original",
707
+ "official_docs": [
708
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-circuit-breaker.html",
709
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-alarm-failure.html",
710
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-failure-detection.html",
711
+ "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_service_deployment_events.html"
712
+ ],
713
+ "security_notes": "Live ECS rollout actions require exact service targeting, health evidence, rollback posture, and explicit approval. Never treat force-new-deployment as a harmless default.",
714
+ "last_verified": "2026-04-29",
715
+ "path": "skills/aws/aws-live-ecs-rollout-guard",
716
+ "author": "github: Raishin",
717
+ "version": "0.1.0"
718
+ },
719
+ {
720
+ "id": "aws-live-iac-change-guard",
721
+ "name": "AWS Live IaC Change Guard",
722
+ "type": "skill",
723
+ "provider": "aws",
724
+ "harnesses": [
725
+ "codex",
726
+ "claude-code",
727
+ "cursor",
728
+ "gemini",
729
+ "kiro",
730
+ "other"
731
+ ],
732
+ "summary": "Guard live CloudFormation, SAM, CDK, and Terraform-backed AWS infrastructure changes with change sets or plans, rollback triggers, stack policies, drift checks, and explicit approval.",
733
+ "source_type": "original",
734
+ "official_docs": [
735
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html",
736
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html",
737
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-rollback-triggers.html",
738
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html",
739
+ "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/detect-drift-stack.html"
740
+ ],
741
+ "security_notes": "Live IaC execution only with explicit preview evidence, confirmed targets, rollback triggers or equivalent safeguards, and human approval before execute. Never treat repo write access as enough authority for live infrastructure mutation.",
742
+ "last_verified": "2026-04-29",
743
+ "path": "skills/aws/aws-live-iac-change-guard",
744
+ "author": "github: Raishin",
745
+ "version": "0.1.0"
746
+ },
747
+ {
748
+ "id": "aws-live-pipeline-approval-operator",
749
+ "name": "AWS Live Pipeline Approval Operator",
750
+ "type": "skill",
751
+ "provider": "aws",
752
+ "harnesses": [
753
+ "codex",
754
+ "claude-code",
755
+ "cursor",
756
+ "gemini",
757
+ "kiro",
758
+ "other"
759
+ ],
760
+ "summary": "Handle live CodePipeline approval and gated resume decisions with exact pipeline targeting, approver scope, stage evidence, blast-radius review, and explicit approval auditability.",
761
+ "source_type": "original",
762
+ "official_docs": [
763
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/approvals.html",
764
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/approvals-action-add.html",
765
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/approvals-iam-permissions.html",
766
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/actions.html"
767
+ ],
768
+ "security_notes": "This role may interact with real pipeline approvals. Never approve, reject, or resume the wrong execution. Require exact targeting, approver authority, evidence review, and post-action verification.",
769
+ "last_verified": "2026-04-29",
770
+ "path": "skills/aws/aws-live-pipeline-approval-operator",
771
+ "author": "github: Raishin",
772
+ "version": "0.1.0"
773
+ },
774
+ {
775
+ "id": "aws-live-serverless-release-guard",
776
+ "name": "AWS Live Serverless Release Guard",
777
+ "type": "skill",
778
+ "provider": "aws",
779
+ "harnesses": [
780
+ "codex",
781
+ "claude-code",
782
+ "cursor",
783
+ "gemini",
784
+ "kiro",
785
+ "other"
786
+ ],
787
+ "summary": "Guard live Lambda and serverless release actions with alias targeting, canary or linear rollout discipline, alarms, rollback hooks, and explicit production approval.",
788
+ "source_type": "original",
789
+ "official_docs": [
790
+ "https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html",
791
+ "https://docs.aws.amazon.com/lambda/latest/dg/configuring-alias-routing.html",
792
+ "https://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html",
793
+ "https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html"
794
+ ],
795
+ "security_notes": "Live serverless rollout actions require exact alias or deployment targeting, explicit approval, alarms, rollback posture, and post-change observation. Never shift traffic casually in a live environment.",
796
+ "last_verified": "2026-04-29",
797
+ "path": "skills/aws/aws-live-serverless-release-guard",
798
+ "author": "github: Raishin",
799
+ "version": "0.1.0"
800
+ },
801
+ {
802
+ "id": "aws-migration-cutover-architect",
803
+ "name": "AWS Migration Cutover Architect",
804
+ "type": "skill",
805
+ "provider": "aws",
806
+ "harnesses": [
807
+ "codex",
808
+ "claude-code",
809
+ "cursor",
810
+ "gemini",
811
+ "kiro",
812
+ "other"
813
+ ],
814
+ "summary": "Plan and review AWS migrations and cutovers across discovery, wave planning, Application Migration Service, Migration Hub, testing, rollback, downtime, and acceptance evidence.",
815
+ "source_type": "original",
816
+ "official_docs": [
817
+ "https://docs.aws.amazon.com/mgn/latest/ug/best_practices_mgn.html",
818
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-database-rehost-tools/mgn.html",
819
+ "https://docs.aws.amazon.com/decision-guides/latest/migration-on-aws-how-to-choose/migration-on-aws-how-to-choose.html",
820
+ "https://docs.aws.amazon.com/whitepapers/latest/aws-overview/migration-services.html"
821
+ ],
822
+ "security_notes": "Do not approve migration cutover without dependency evidence, tested launch, acceptance checks, rollback, security baseline, observability, and clear business owner signoff.",
823
+ "last_verified": "2026-04-29",
824
+ "path": "skills/aws/aws-migration-cutover-architect",
825
+ "author": "github: Raishin",
826
+ "version": "0.1.2"
827
+ },
828
+ {
829
+ "id": "aws-network-architect",
830
+ "name": "AWS Network Architect",
831
+ "type": "skill",
832
+ "provider": "aws",
833
+ "harnesses": [
834
+ "codex",
835
+ "claude-code",
836
+ "cursor",
837
+ "gemini",
838
+ "kiro",
839
+ "other"
840
+ ],
841
+ "summary": "Design and review AWS VPC, Transit Gateway, Direct Connect, VPN, Cloud WAN, Route 53 Resolver, private DNS, routing, private endpoints, segmentation, ingress, egress, inspection, and hybrid/multi-cloud connectivity patterns.",
842
+ "source_type": "original",
843
+ "official_docs": [
844
+ "https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html",
845
+ "https://docs.aws.amazon.com/vpc/latest/tgw/tgw-best-design-practices.html",
846
+ "https://docs.aws.amazon.com/aws-technical-content/latest/aws-vpc-connectivity-options/network-to-amazon-vpc-connectivity-options.html",
847
+ "https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/transit-gateway.html",
848
+ "https://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html",
849
+ "https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html"
850
+ ],
851
+ "security_notes": "Do not recommend public exposure, broad routes, overlapping CIDRs, route propagation, hybrid connectivity, DNS forwarding, or centralized inspection changes without traffic-flow evidence, rollback, and blast-radius analysis.",
852
+ "last_verified": "2026-04-29",
853
+ "path": "skills/aws/aws-network-architect",
854
+ "author": "github: Raishin",
855
+ "version": "0.1.2"
856
+ },
857
+ {
858
+ "id": "aws-non-destructive-task-automation-advisor",
859
+ "name": "AWS Non-Destructive Task Automation Advisor",
860
+ "type": "skill",
861
+ "provider": "aws",
862
+ "harnesses": [
863
+ "codex",
864
+ "claude-code",
865
+ "cursor",
866
+ "gemini",
867
+ "kiro",
868
+ "other"
869
+ ],
870
+ "summary": "Design AWS-native, non-destructive automation for reporting, notification, evidence gathering, approvals, and workflow coordination using serverless and event-driven services.",
871
+ "source_type": "original",
872
+ "official_docs": [
873
+ "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html",
874
+ "https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html",
875
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation.html",
876
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html"
877
+ ],
878
+ "security_notes": "This role must stay non-destructive. Prefer notification, approval, reporting, and evidence-collection flows. Escalate if the request drifts into mutation, remediation, or destructive operational automation.",
879
+ "last_verified": "2026-04-29",
880
+ "path": "skills/aws/aws-non-destructive-task-automation-advisor",
881
+ "author": "github: Raishin",
882
+ "version": "0.1.0"
883
+ },
884
+ {
885
+ "id": "aws-observability-incident-responder",
886
+ "name": "AWS Observability Incident Responder",
887
+ "type": "skill",
888
+ "provider": "aws",
889
+ "harnesses": [
890
+ "codex",
891
+ "claude-code",
892
+ "cursor",
893
+ "gemini",
894
+ "kiro",
895
+ "other"
896
+ ],
897
+ "summary": "Investigate AWS incidents using CloudWatch, logs, metrics, traces, alarms, EventBridge, runbooks, impact evidence, root cause discipline, and post-incident actions.",
898
+ "source_type": "original",
899
+ "official_docs": [
900
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html",
901
+ "https://docs.aws.amazon.com/IDR/latest/userguide/observe-idr.html",
902
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-IncidentReports-terms.html",
903
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/incident-report-5whys.html"
904
+ ],
905
+ "security_notes": "Do not claim root cause without evidence. Separate live telemetry, service health, deployment changes, AI-derived insights, and human inference; require rollback or containment for active incidents.",
906
+ "last_verified": "2026-04-29",
907
+ "path": "skills/aws/aws-observability-incident-responder",
908
+ "author": "github: Raishin",
909
+ "version": "0.1.2"
910
+ },
911
+ {
912
+ "id": "aws-pipeline-fix-operator",
913
+ "name": "AWS Pipeline Fix Operator",
914
+ "type": "skill",
915
+ "provider": "aws",
916
+ "harnesses": [
917
+ "codex",
918
+ "claude-code",
919
+ "cursor",
920
+ "gemini",
921
+ "kiro",
922
+ "other"
923
+ ],
924
+ "summary": "Repair AWS-oriented CI/CD pipeline definitions, buildspecs, deployment workflow config, and release wiring in-repo without triggering live execution.",
925
+ "source_type": "original",
926
+ "official_docs": [
927
+ "https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html",
928
+ "https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html",
929
+ "https://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html"
930
+ ],
931
+ "security_notes": "Repo write access only. Do not manually trigger pipelines, rotate secrets, or bypass approval gates from this role. Keep fixes explicit, reviewable, and reversible.",
932
+ "last_verified": "2026-04-29",
933
+ "path": "skills/aws/aws-pipeline-fix-operator",
934
+ "author": "github: Raishin",
935
+ "version": "0.1.0"
936
+ },
937
+ {
938
+ "id": "aws-rds-aurora-performance-investigator",
939
+ "name": "AWS RDS Aurora Performance Investigator",
940
+ "type": "skill",
941
+ "provider": "aws",
942
+ "harnesses": [
943
+ "codex",
944
+ "claude-code",
945
+ "cursor",
946
+ "gemini",
947
+ "kiro",
948
+ "other"
949
+ ],
950
+ "summary": "Investigate Amazon RDS and Aurora latency, connection exhaustion, slow queries, lock waits, replica lag, storage pressure, failover, Performance Insights, and database capacity risk.",
951
+ "source_type": "original",
952
+ "official_docs": [
953
+ "https://docs.aws.amazon.com/devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.html",
954
+ "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_BestPractices.html",
955
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/amazon-rds-monitoring-alerting/performance-insights-tools.html",
956
+ "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"
957
+ ],
958
+ "security_notes": "Do not recommend resizing, failover, parameter changes, or index changes without evidence separating CPU, I/O, lock, query-plan, storage, connection, and application-driver causes.",
959
+ "last_verified": "2026-04-29",
960
+ "path": "skills/aws/aws-rds-aurora-performance-investigator",
961
+ "author": "github: Raishin",
962
+ "version": "0.1.2"
963
+ },
964
+ {
965
+ "id": "aws-resilience-bcdr-review",
966
+ "name": "AWS Resilience BCDR Review",
967
+ "type": "skill",
968
+ "provider": "aws",
969
+ "harnesses": [
970
+ "codex",
971
+ "claude-code",
972
+ "cursor",
973
+ "gemini",
974
+ "kiro",
975
+ "other"
976
+ ],
977
+ "summary": "Review AWS resilience and business continuity across RTO/RPO, backup, multi-AZ, multi-Region, failover, game days, runbooks, drift, and recovery validation.",
978
+ "source_type": "original",
979
+ "official_docs": [
980
+ "https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/plan-for-disaster-recovery-dr.html",
981
+ "https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/welcome.html",
982
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/rel_testing_resiliency_failure_injection_resiliency.html",
983
+ "https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html"
984
+ ],
985
+ "security_notes": "Do not accept backup configuration as recovery proof. Require restore tests, RTO/RPO evidence, drift controls, owner/runbook clarity, and blast-radius analysis.",
986
+ "last_verified": "2026-04-29",
987
+ "path": "skills/aws/aws-resilience-bcdr-review",
988
+ "author": "github: Raishin",
989
+ "version": "0.1.2"
990
+ },
991
+ {
992
+ "id": "aws-s3-data-perimeter-governor",
993
+ "name": "AWS S3 Data Perimeter Governor",
994
+ "type": "skill",
995
+ "provider": "aws",
996
+ "harnesses": [
997
+ "codex",
998
+ "claude-code",
999
+ "cursor",
1000
+ "gemini",
1001
+ "kiro",
1002
+ "other"
1003
+ ],
1004
+ "summary": "Review Amazon S3 data perimeter, Block Public Access, Object Ownership, ACL removal, bucket/access point policies, TLS-only access, encryption, replication, lifecycle, and exposure risk.",
1005
+ "source_type": "original",
1006
+ "official_docs": [
1007
+ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-best-practices.html",
1008
+ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html",
1009
+ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html",
1010
+ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-policy-actions.html"
1011
+ ],
1012
+ "security_notes": "Do not broaden S3 public or cross-account access. Prefer Block Public Access, disabled ACLs, scoped policies, TLS-only conditions, encryption, logging, and Access Analyzer validation.",
1013
+ "last_verified": "2026-04-29",
1014
+ "path": "skills/aws/aws-s3-data-perimeter-governor",
1015
+ "author": "github: Raishin",
1016
+ "version": "0.1.2"
1017
+ },
1018
+ {
1019
+ "id": "aws-security-posture-hardening",
1020
+ "name": "AWS Security Posture Hardening",
1021
+ "type": "skill",
1022
+ "provider": "aws",
1023
+ "harnesses": [
1024
+ "codex",
1025
+ "claude-code",
1026
+ "cursor",
1027
+ "gemini",
1028
+ "kiro",
1029
+ "other"
1030
+ ],
1031
+ "summary": "Harden AWS security posture across Security Hub CSPM, GuardDuty, Inspector, Macie, Config, IAM, logging, encryption, public exposure, and remediation workflow.",
1032
+ "source_type": "original",
1033
+ "official_docs": [
1034
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-v2-recommendations.html",
1035
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-controls-reference.html",
1036
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/enable-standards.html",
1037
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/guardduty-controls.html"
1038
+ ],
1039
+ "security_notes": "Do not treat a green dashboard as proof of security. Verify service coverage, Regions, delegated admin, Config recording, suppressions, public exposure, and remediation evidence.",
1040
+ "last_verified": "2026-04-29",
1041
+ "path": "skills/aws/aws-security-posture-hardening",
1042
+ "author": "github: Raishin",
1043
+ "version": "0.1.2"
1044
+ },
1045
+ {
1046
+ "id": "aws-serverless-production-readiness",
1047
+ "name": "AWS Serverless Production Readiness",
1048
+ "type": "skill",
1049
+ "provider": "aws",
1050
+ "harnesses": [
1051
+ "codex",
1052
+ "claude-code",
1053
+ "cursor",
1054
+ "gemini",
1055
+ "kiro",
1056
+ "other"
1057
+ ],
1058
+ "summary": "Review AWS Lambda and serverless workloads for IAM, concurrency, event sources, retries, DLQs, observability, secrets, performance, cost, and rollback readiness.",
1059
+ "source_type": "original",
1060
+ "official_docs": [
1061
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html",
1062
+ "https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html",
1063
+ "https://docs.aws.amazon.com/lambda/latest/operatorguide/monitoring-observability.html",
1064
+ "https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html"
1065
+ ],
1066
+ "security_notes": "Do not approve serverless workloads that lack least-privilege execution roles, retry/DLQ semantics, concurrency controls, observability, idempotency, and rollback evidence.",
1067
+ "last_verified": "2026-04-29",
1068
+ "path": "skills/aws/aws-serverless-production-readiness",
1069
+ "author": "github: Raishin",
1070
+ "version": "0.1.2"
1071
+ },
1072
+ {
1073
+ "id": "aws-serverless-rollout-corrector",
1074
+ "name": "AWS Serverless Rollout Corrector",
1075
+ "type": "skill",
1076
+ "provider": "aws",
1077
+ "harnesses": [
1078
+ "codex",
1079
+ "claude-code",
1080
+ "cursor",
1081
+ "gemini",
1082
+ "kiro",
1083
+ "other"
1084
+ ],
1085
+ "summary": "Patch serverless deployment definitions, Lambda rollout settings, event wiring, and alias/version configuration in-repo while keeping live rollout actions out of scope by default.",
1086
+ "source_type": "original",
1087
+ "official_docs": [
1088
+ "https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html",
1089
+ "https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html",
1090
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html"
1091
+ ],
1092
+ "security_notes": "Can edit serverless rollout definitions in repo files only. Must not invoke live deploys, traffic shifts, or destructive remediation without separate explicit approval.",
1093
+ "last_verified": "2026-04-29",
1094
+ "path": "skills/aws/aws-serverless-rollout-corrector",
1095
+ "author": "github: Raishin",
1096
+ "version": "0.1.0"
1097
+ },
1098
+ {
1099
+ "id": "aws-solution-architect",
1100
+ "name": "AWS Solution Architect",
1101
+ "type": "skill",
1102
+ "provider": "aws",
1103
+ "harnesses": [
1104
+ "codex",
1105
+ "claude-code",
1106
+ "cursor",
1107
+ "gemini",
1108
+ "kiro",
1109
+ "other"
1110
+ ],
1111
+ "summary": "Design and stress-test AWS solution architectures across identity, networking, compute, data, security, resilience, operations, and cost with Well-Architected evidence discipline.",
1112
+ "source_type": "original",
1113
+ "official_docs": [
1114
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/definitions.html",
1115
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html",
1116
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/operational-excellence.html",
1117
+ "https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/welcome.html",
1118
+ "https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/welcome.html"
1119
+ ],
1120
+ "security_notes": "Do not approve an AWS architecture without account-boundary, IAM, network exposure, data protection, observability, recovery, and cost evidence. Label unknowns instead of pretending the diagram is proof.",
1121
+ "last_verified": "2026-04-29",
1122
+ "path": "skills/aws/aws-solution-architect",
1123
+ "author": "github: Raishin",
1124
+ "version": "0.1.2"
1125
+ },
1126
+ {
1127
+ "id": "aws-ticket-triage-escalation-coordinator",
1128
+ "name": "AWS Ticket Triage Escalation Coordinator",
1129
+ "type": "skill",
1130
+ "provider": "aws",
1131
+ "harnesses": [
1132
+ "codex",
1133
+ "claude-code",
1134
+ "cursor",
1135
+ "gemini",
1136
+ "kiro",
1137
+ "other"
1138
+ ],
1139
+ "summary": "Triage AWS operational tickets, alerts, and requests into priority, owner, evidence needs, and safe escalation paths without taking destructive actions.",
1140
+ "source_type": "original",
1141
+ "official_docs": [
1142
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems.html",
1143
+ "https://docs.aws.amazon.com/health/latest/ug/what-is-aws-health.html",
1144
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html",
1145
+ "https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/prepare.html"
1146
+ ],
1147
+ "security_notes": "Do not mutate infrastructure, suppress alerts, or close issues without evidence and approval. This role classifies, routes, and escalates; it does not perform destructive remediation.",
1148
+ "last_verified": "2026-04-29",
1149
+ "path": "skills/aws/aws-ticket-triage-escalation-coordinator",
1150
+ "author": "github: Raishin",
1151
+ "version": "0.1.0"
1152
+ },
1153
+ {
1154
+ "id": "azure-ai-foundry-ops-governor",
1155
+ "name": "Azure AI Foundry Ops Governor",
1156
+ "type": "skill",
1157
+ "provider": "azure",
1158
+ "harnesses": [
1159
+ "codex",
1160
+ "claude-code",
1161
+ "cursor",
1162
+ "gemini",
1163
+ "kiro",
1164
+ "other"
1165
+ ],
1166
+ "summary": "Govern Microsoft Foundry and Azure AI Foundry operations across resource-versus-project boundaries, RBAC, quotas, network isolation, logging, and safe MCP-backed execution.",
1167
+ "source_type": "original",
1168
+ "official_docs": [
1169
+ "https://learn.microsoft.com/en-us/azure/foundry/concepts/architecture",
1170
+ "https://learn.microsoft.com/en-us/azure/foundry/concepts/rbac-foundry",
1171
+ "https://learn.microsoft.com/en-us/azure/foundry/concepts/planning",
1172
+ "https://learn.microsoft.com/en-us/azure/foundry/mcp/security-best-practices?view=foundry",
1173
+ "https://learn.microsoft.com/en-us/azure/foundry/how-to/configure-private-link",
1174
+ "https://learn.microsoft.com/en-us/azure/foundry/how-to/managed-virtual-network",
1175
+ "https://learn.microsoft.com/en-us/azure/foundry/how-to/quota",
1176
+ "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/quotas-limits",
1177
+ "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/monitor-models",
1178
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1179
+ ],
1180
+ "security_notes": "Keep Foundry resource governance separate from project developer isolation, prefer Entra ID over key-based auth, verify quota and diagnostics before rollout, and treat MCP mutations as higher risk than read-only discovery, especially because hosted Foundry MCP security guidance documents preview and public-endpoint limitations.",
1181
+ "last_verified": "2026-04-27",
1182
+ "path": "skills/azure/azure-ai-foundry-ops-governor",
1183
+ "author": "github: Raishin",
1184
+ "version": "0.1.0"
1185
+ },
1186
+ {
1187
+ "id": "azure-aks-platform-operator",
1188
+ "name": "Azure AKS Platform Operator",
1189
+ "type": "skill",
1190
+ "provider": "azure",
1191
+ "harnesses": [
1192
+ "codex",
1193
+ "claude-code",
1194
+ "cursor",
1195
+ "gemini",
1196
+ "kiro",
1197
+ "other"
1198
+ ],
1199
+ "summary": "Review AKS platform design and operations with a production operator lens across node pools, identity, network policy, scaling, upgrades, rollback safety, and observability readiness.",
1200
+ "source_type": "original",
1201
+ "official_docs": [
1202
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1203
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-kubernetes",
1204
+ "https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks",
1205
+ "https://learn.microsoft.com/en-us/azure/aks/upgrade-options",
1206
+ "https://learn.microsoft.com/en-us/azure/aks/upgrade-conceptual",
1207
+ "https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview",
1208
+ "https://learn.microsoft.com/en-us/azure/aks/network-policy-best-practices"
1209
+ ],
1210
+ "security_notes": "Do not wave through AKS as production ready without explicit upgrade, rollback, workload identity, traffic-control, subnet-capacity, and observability evidence. Treat flat pod networking, static secrets, and untested drain behavior as high-risk.",
1211
+ "last_verified": "2026-04-27",
1212
+ "path": "skills/azure/azure-aks-platform-operator",
1213
+ "author": "github: Raishin",
1214
+ "version": "0.1.0"
1215
+ },
1216
+ {
1217
+ "id": "azure-app-service-production-readiness",
1218
+ "name": "Azure App Service Production Readiness",
1219
+ "type": "skill",
1220
+ "provider": "azure",
1221
+ "harnesses": [
1222
+ "codex",
1223
+ "claude-code",
1224
+ "cursor",
1225
+ "gemini",
1226
+ "kiro",
1227
+ "other"
1228
+ ],
1229
+ "summary": "Review Azure App Service and Web Apps for production readiness across plan fit, slots, networking, private ingress, identities, secrets, scaling, diagnostics, resilience, backup, rollback, and operator ownership with explicit evidence-versus-inference handling.",
1230
+ "source_type": "original",
1231
+ "official_docs": [
1232
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/app-service-web-apps",
1233
+ "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
1234
+ "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots",
1235
+ "https://learn.microsoft.com/en-us/azure/app-service/app-service-best-practices",
1236
+ "https://learn.microsoft.com/en-us/azure/app-service/manage-scale-up",
1237
+ "https://learn.microsoft.com/en-us/azure/app-service/configure-vnet-integration-enable",
1238
+ "https://learn.microsoft.com/en-us/azure/app-service/configure-vnet-integration-routing",
1239
+ "https://learn.microsoft.com/en-us/azure/app-service/overview-private-endpoint",
1240
+ "https://learn.microsoft.com/en-us/azure/app-service/overview-access-restrictions",
1241
+ "https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references",
1242
+ "https://learn.microsoft.com/en-us/azure/app-service/monitor-instances-health-check",
1243
+ "https://learn.microsoft.com/en-us/azure/app-service/manage-backup",
1244
+ "https://learn.microsoft.com/en-us/azure/app-service/configure-zone-redundancy",
1245
+ "https://learn.microsoft.com/en-us/azure/reliability/reliability-app-service",
1246
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1247
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-app-service"
1248
+ ],
1249
+ "security_notes": "Do not confuse plan SKU with readiness, public access restrictions with true private ingress, or backup configuration with recovery readiness. Prefer managed identity and Key Vault references over embedded secrets, treat app settings as sensitive, and do not invent unsupported Azure MCP namespaces or operations.",
1250
+ "last_verified": "2026-04-27",
1251
+ "path": "skills/azure/azure-app-service-production-readiness",
1252
+ "author": "github: Raishin",
1253
+ "version": "0.1.0"
1254
+ },
1255
+ {
1256
+ "id": "azure-cosmosdb-application-developer",
1257
+ "name": "Azure Cosmos DB Application Developer",
1258
+ "version": "0.1.0",
1259
+ "type": "skill",
1260
+ "provider": "azure",
1261
+ "harnesses": [
1262
+ "codex",
1263
+ "claude-code",
1264
+ "cursor",
1265
+ "gemini",
1266
+ "kiro",
1267
+ "other"
1268
+ ],
1269
+ "summary": "Guide Azure Cosmos DB application development across NoSQL data modeling, partition-aware access patterns, point reads, query shape, SDK usage, transactional batch scope, and consistency-aware application behavior with explicit evidence-versus-inference handling.",
1270
+ "source_type": "original",
1271
+ "official_docs": [
1272
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
1273
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
1274
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1275
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/partitioning",
1276
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/modeling-data",
1277
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/consistency-levels",
1278
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-manage-consistency",
1279
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
1280
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
1281
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/transactional-batch",
1282
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/find-request-unit-charge"
1283
+ ],
1284
+ "security_notes": "Do not recommend data models, query patterns, transactional assumptions, or SDK usage that ignore partition scope, RU cost, consistency semantics, or least-privilege access boundaries.",
1285
+ "last_verified": "2026-04-28",
1286
+ "path": "skills/azure/azure-cosmosdb-application-developer",
1287
+ "author": "github: Raishin"
1288
+ },
1289
+ {
1290
+ "id": "azure-cosmosdb-performance-investigator",
1291
+ "name": "Azure Cosmos DB Performance Investigator",
1292
+ "version": "0.1.0",
1293
+ "type": "skill",
1294
+ "provider": "azure",
1295
+ "harnesses": [
1296
+ "codex",
1297
+ "claude-code",
1298
+ "cursor",
1299
+ "gemini",
1300
+ "kiro",
1301
+ "other"
1302
+ ],
1303
+ "summary": "Investigate Azure Cosmos DB query latency, RU inefficiency, throttling, hot partitions, indexing gaps, and workload-level performance pathologies using explicit evidence, metrics, and step-by-step profiling discipline.",
1304
+ "source_type": "original",
1305
+ "official_docs": [
1306
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
1307
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
1308
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1309
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/troubleshoot-query-performance",
1310
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
1311
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/index-metrics",
1312
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/use-metrics",
1313
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-redistribute-throughput-across-partitions",
1314
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/performance-tips-dotnet-sdk-v3",
1315
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db"
1316
+ ],
1317
+ "security_notes": "Do not recommend throughput increases, repartitioning, indexing changes, or SDK tuning before separating RU cost, latency, partition skew, and query-shape evidence. Avoid speculative fixes that hide workload design defects.",
1318
+ "last_verified": "2026-04-28",
1319
+ "path": "skills/azure/azure-cosmosdb-performance-investigator",
1320
+ "author": "github: Raishin"
1321
+ },
1322
+ {
1323
+ "id": "azure-cosmosdb-platform-operator",
1324
+ "name": "Azure Cosmos DB Platform Operator",
1325
+ "version": "0.1.0",
1326
+ "type": "skill",
1327
+ "provider": "azure",
1328
+ "harnesses": [
1329
+ "codex",
1330
+ "claude-code",
1331
+ "cursor",
1332
+ "gemini",
1333
+ "kiro",
1334
+ "other"
1335
+ ],
1336
+ "summary": "Review and operate Azure Cosmos DB platform posture across accounts, databases, containers, partitioning, throughput, consistency, indexing, throttling, multi-region tradeoffs, and operational guardrails with explicit evidence-versus-inference handling.",
1337
+ "source_type": "original",
1338
+ "official_docs": [
1339
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
1340
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
1341
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1342
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/partitioning",
1343
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/modeling-data",
1344
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/consistency-levels",
1345
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-manage-consistency",
1346
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/query-metrics",
1347
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/cosmos-db",
1348
+ "https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys"
1349
+ ],
1350
+ "security_notes": "Do not approve a partition key, indexing posture, consistency change, or cross-partition query strategy without checking workload shape, RU impact, transactional scope, and least-privilege access implications.",
1351
+ "last_verified": "2026-04-28",
1352
+ "path": "skills/azure/azure-cosmosdb-platform-operator",
1353
+ "author": "github: Raishin"
1354
+ },
1355
+ {
1356
+ "id": "azure-cost-estimation-review",
1357
+ "name": "Azure Cost Estimation Review",
1358
+ "type": "skill",
1359
+ "provider": "azure",
1360
+ "harnesses": [
1361
+ "codex",
1362
+ "claude-code",
1363
+ "cursor",
1364
+ "gemini",
1365
+ "kiro",
1366
+ "other"
1367
+ ],
1368
+ "summary": "Review Azure cost estimates for pricing-calculator assumptions, SKU and region realism, production versus nonproduction sizing, omission risk, and explicit uncertainty labeling.",
1369
+ "source_type": "original",
1370
+ "official_docs": [
1371
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/understand/plan-manage-costs",
1372
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/pricing-calculator",
1373
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/",
1374
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
1375
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/savings-plan/manage-savings-plan",
1376
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1377
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing"
1378
+ ],
1379
+ "security_notes": "Do not present calculator output as invoice truth, do not hide missing sizing assumptions, and do not imply unsupported Azure MCP pricing or billing capabilities. Treat negotiated pricing, discount posture, and future utilization as explicit uncertainty unless verified.",
1380
+ "last_verified": "2026-04-27",
1381
+ "path": "skills/azure/azure-cost-estimation-review",
1382
+ "author": "github: Raishin",
1383
+ "version": "0.1.0"
1384
+ },
1385
+ {
1386
+ "id": "azure-cost-optimization-governor",
1387
+ "name": "Azure Cost Optimization Governor",
1388
+ "type": "skill",
1389
+ "provider": "azure",
1390
+ "harnesses": [
1391
+ "codex",
1392
+ "claude-code",
1393
+ "cursor",
1394
+ "gemini",
1395
+ "kiro",
1396
+ "other"
1397
+ ],
1398
+ "summary": "Review Azure FinOps and spend-governance posture across budgets, alerts, cost analysis visibility, tagging, exports, and reservation or savings-plan awareness with explicit ownership and evidence handling.",
1399
+ "source_type": "original",
1400
+ "official_docs": [
1401
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/understand/plan-manage-costs",
1402
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets",
1403
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
1404
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/reporting-get-started",
1405
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-improved-exports",
1406
+ "https://learn.microsoft.com/en-us/azure/advisor/advisor-reference-cost-recommendations",
1407
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1408
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-pricing",
1409
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-advisor"
1410
+ ],
1411
+ "security_notes": "Do not promise savings without utilization evidence, treat budgets as alerts rather than enforcement, keep billing and export data sanitized, and require named ownership for alerts, tags, exports, and optimization follow-up before calling the FinOps posture credible.",
1412
+ "last_verified": "2026-04-27",
1413
+ "path": "skills/azure/azure-cost-optimization-governor",
1414
+ "author": "github: Raishin",
1415
+ "version": "0.1.0"
1416
+ },
1417
+ {
1418
+ "id": "azure-entra-id-specialist",
1419
+ "name": "Azure Entra ID Specialist",
1420
+ "version": "0.1.0",
1421
+ "type": "skill",
1422
+ "provider": "azure",
1423
+ "harnesses": [
1424
+ "codex",
1425
+ "claude-code",
1426
+ "cursor",
1427
+ "gemini",
1428
+ "kiro",
1429
+ "other"
1430
+ ],
1431
+ "summary": "Review and guide Microsoft Entra ID tenant posture across conditional access, authentication methods, MFA and SSPR registration, identity protection, workload identities, app registrations, external identities, governance boundaries, and least-privilege identity operations with explicit evidence-versus-inference handling.",
1432
+ "source_type": "original",
1433
+ "official_docs": [
1434
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview",
1435
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/concepts",
1436
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1437
+ "https://learn.microsoft.com/en-us/entra/fundamentals/what-is-entra",
1438
+ "https://learn.microsoft.com/en-us/entra/id-governance/identity-governance-overview",
1439
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure",
1440
+ "https://learn.microsoft.com/en-us/entra/identity/conditional-access/policy-all-users-security-info-registration",
1441
+ "https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-users-groups",
1442
+ "https://learn.microsoft.com/en-us/entra/workload-id/workload-identities-overview",
1443
+ "https://learn.microsoft.com/en-us/entra/id-protection/concept-workload-identity-risk"
1444
+ ],
1445
+ "security_notes": "Do not recommend broad exclusions, unsafe break-glass patterns, blanket MFA bypasses, overprivileged app registrations, or risky Conditional Access changes without scoping blast radius, role ownership, and recovery paths.",
1446
+ "last_verified": "2026-04-28",
1447
+ "path": "skills/azure/azure-entra-id-specialist",
1448
+ "author": "github: Raishin"
1449
+ },
1450
+ {
1451
+ "id": "azure-governance-policy-guardrails",
1452
+ "name": "Azure Governance Policy Guardrails",
1453
+ "type": "skill",
1454
+ "provider": "azure",
1455
+ "harnesses": [
1456
+ "codex",
1457
+ "claude-code",
1458
+ "cursor",
1459
+ "gemini",
1460
+ "kiro",
1461
+ "other"
1462
+ ],
1463
+ "summary": "Design and review Azure Policy guardrails, initiatives, assignment scope, exclusions, remediation risk, and staged governance rollout patterns.",
1464
+ "source_type": "original",
1465
+ "official_docs": [
1466
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
1467
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/tailoring-alz",
1468
+ "https://learn.microsoft.com/en-us/azure/governance/policy/overview",
1469
+ "https://learn.microsoft.com/en-us/azure/governance/policy/concepts/initiative-definition-structure",
1470
+ "https://learn.microsoft.com/en-us/azure/governance/policy/assign-policy-portal",
1471
+ "https://learn.microsoft.com/en-us/azure/governance/policy/how-to/remediate-resources",
1472
+ "https://learn.microsoft.com/en-us/azure/governance/policy/concepts/exemption-structure",
1473
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/migrate-azure-landing-zone-policies",
1474
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1475
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-policy"
1476
+ ],
1477
+ "security_notes": "Do not recommend broad-scope deny or remediation-first rollout without blast-radius review, inheritance analysis, exception handling, and rollback notes.",
1478
+ "last_verified": "2026-04-27",
1479
+ "path": "skills/azure/azure-governance-policy-guardrails",
1480
+ "author": "github: Raishin",
1481
+ "version": "0.1.0"
1482
+ },
1483
+ {
1484
+ "id": "azure-identity-governance-review",
1485
+ "name": "Azure Identity Governance Review",
1486
+ "type": "skill",
1487
+ "provider": "azure",
1488
+ "harnesses": [
1489
+ "codex",
1490
+ "claude-code",
1491
+ "cursor",
1492
+ "gemini",
1493
+ "kiro",
1494
+ "other"
1495
+ ],
1496
+ "summary": "Review Microsoft Entra identity governance posture for Azure operators, focusing on PIM, access reviews, entitlement management, standing access, and ownership gaps.",
1497
+ "source_type": "original",
1498
+ "official_docs": [
1499
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access",
1500
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access-landing-zones",
1501
+ "https://learn.microsoft.com/en-us/azure/active-directory/roles/best-practices",
1502
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/",
1503
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-resource-roles-assign-roles",
1504
+ "https://learn.microsoft.com/en-us/entra/id-governance/access-reviews-overview",
1505
+ "https://learn.microsoft.com/en-us/entra/id-governance/manage-access-review",
1506
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-perform-roles-and-resource-roles-review",
1507
+ "https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-overview",
1508
+ "https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-access-reviews-create",
1509
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1510
+ ],
1511
+ "security_notes": "Challenge standing privileged access by default. Do not treat PIM, access reviews, or entitlement management as sufficient unless scope, ownership, cadence, and removal behavior are explicit.",
1512
+ "last_verified": "2026-04-27",
1513
+ "path": "skills/azure/azure-identity-governance-review",
1514
+ "author": "github: Raishin",
1515
+ "version": "0.1.0"
1516
+ },
1517
+ {
1518
+ "id": "azure-key-vault-secret-lifecycle-auditor",
1519
+ "name": "Azure Key Vault Secret Lifecycle Auditor",
1520
+ "type": "skill",
1521
+ "provider": "azure",
1522
+ "harnesses": [
1523
+ "codex",
1524
+ "claude-code",
1525
+ "cursor",
1526
+ "gemini",
1527
+ "kiro",
1528
+ "other"
1529
+ ],
1530
+ "summary": "Audit Azure Key Vault secret lifecycle posture across RBAC, soft delete, purge protection, expiration, rotation, metadata hygiene, eventing, and recovery readiness without exposing secret values.",
1531
+ "source_type": "original",
1532
+ "official_docs": [
1533
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1534
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-key-vault",
1535
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/services/azure-mcp-server-for-key-vault",
1536
+ "https://learn.microsoft.com/en-us/azure/key-vault/secrets/secure-secrets",
1537
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/autorotation",
1538
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-guide",
1539
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/soft-delete-overview",
1540
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-recovery",
1541
+ "https://learn.microsoft.com/en-us/azure/key-vault/policy-reference"
1542
+ ],
1543
+ "security_notes": "Avoid retrieving secret values unless absolutely necessary. Treat purge authority, missing soft delete, missing purge protection, and unproven rotation or recovery paths as high-risk. Prefer RBAC least privilege and metadata-based audits over content access.",
1544
+ "last_verified": "2026-04-27",
1545
+ "path": "skills/azure/azure-key-vault-secret-lifecycle-auditor",
1546
+ "author": "github: Raishin",
1547
+ "version": "0.1.0"
1548
+ },
1549
+ {
1550
+ "id": "azure-landing-zone-architect",
1551
+ "name": "Azure Landing Zone Architect",
1552
+ "type": "skill",
1553
+ "provider": "azure",
1554
+ "harnesses": [
1555
+ "codex",
1556
+ "claude-code",
1557
+ "cursor",
1558
+ "gemini",
1559
+ "kiro",
1560
+ "other"
1561
+ ],
1562
+ "summary": "Design or review Azure landing-zone architecture across management groups, subscriptions, governance, security, networking, and operations dependencies.",
1563
+ "source_type": "original",
1564
+ "official_docs": [
1565
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
1566
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access",
1567
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
1568
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
1569
+ "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
1570
+ "https://learn.microsoft.com/azure/architecture/networking/architecture/hub-spoke",
1571
+ "https://learn.microsoft.com/azure/developer/azure-mcp-server/tools/"
1572
+ ],
1573
+ "security_notes": "Do not prescribe a one-size-fits-all hierarchy, broad admin grants, or a production-ready verdict without governance, management, and recovery dependencies being addressed.",
1574
+ "last_verified": "2026-04-27",
1575
+ "path": "skills/azure/azure-landing-zone-architect",
1576
+ "author": "github: Raishin",
1577
+ "version": "0.1.0"
1578
+ },
1579
+ {
1580
+ "id": "azure-migrate-landing-zone-cutover",
1581
+ "name": "Azure Migrate Landing Zone Cutover",
1582
+ "type": "skill",
1583
+ "provider": "azure",
1584
+ "harnesses": [
1585
+ "codex",
1586
+ "claude-code",
1587
+ "cursor",
1588
+ "gemini",
1589
+ "kiro",
1590
+ "other"
1591
+ ],
1592
+ "summary": "Stress-test Azure migration cutovers across assessment quality, landing-zone readiness, dependency sequencing, permissions, rollback, and post-cutover operating ownership.",
1593
+ "source_type": "original",
1594
+ "official_docs": [
1595
+ "https://learn.microsoft.com/en-us/azure/migrate/concepts-overview?view=migrate",
1596
+ "https://learn.microsoft.com/en-us/azure/migrate/assessment-prerequisites?view=migrate",
1597
+ "https://learn.microsoft.com/en-us/azure/migrate/review-application-assessment?view=migrate",
1598
+ "https://learn.microsoft.com/en-us/azure/migrate/platform-landing-zone?view=migrate",
1599
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/ready-azure-landing-zone",
1600
+ "https://learn.microsoft.com/en-us/azure/migrate/whats-new?view=migrate"
1601
+ ],
1602
+ "security_notes": "Do not equate Azure readiness with cutover readiness. Treat stale assessments, weak dependency mapping, broad migration permissions, missing rollback checkpoints, and incomplete landing-zone connectivity or monitoring as high-risk blockers.",
1603
+ "last_verified": "2026-04-27",
1604
+ "path": "skills/azure/azure-migrate-landing-zone-cutover",
1605
+ "author": "github: Raishin",
1606
+ "version": "0.1.0"
1607
+ },
1608
+ {
1609
+ "id": "azure-network-topology-review",
1610
+ "name": "Azure Network Topology Review",
1611
+ "type": "skill",
1612
+ "provider": "azure",
1613
+ "harnesses": [
1614
+ "codex",
1615
+ "claude-code",
1616
+ "cursor",
1617
+ "gemini",
1618
+ "kiro",
1619
+ "other"
1620
+ ],
1621
+ "summary": "Review Azure hub-spoke and related network topologies for routing, DNS, shared-services boundaries, security implications, and platform-versus-workload control ownership.",
1622
+ "source_type": "original",
1623
+ "official_docs": [
1624
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
1625
+ "https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke",
1626
+ "https://learn.microsoft.com/en-us/azure/architecture/networking/guide/private-link-hub-spoke-network",
1627
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1628
+ ],
1629
+ "security_notes": "Do not recommend flat or over-centralized network patterns by default. Always address routing, DNS, shared-service blast radius, and platform-versus-workload control boundaries before calling a topology safe.",
1630
+ "last_verified": "2026-04-27",
1631
+ "path": "skills/azure/azure-network-topology-review",
1632
+ "author": "github: Raishin",
1633
+ "version": "0.1.0"
1634
+ },
1635
+ {
1636
+ "id": "azure-observability-investigator",
1637
+ "name": "Azure Observability Investigator",
1638
+ "type": "skill",
1639
+ "provider": "azure",
1640
+ "harnesses": [
1641
+ "codex",
1642
+ "claude-code",
1643
+ "cursor",
1644
+ "gemini",
1645
+ "kiro",
1646
+ "other"
1647
+ ],
1648
+ "summary": "Investigate Azure Monitor, Log Analytics, Application Insights, alerting, KQL triage, telemetry gaps, and observability workflows with explicit evidence-versus-inference handling.",
1649
+ "source_type": "original",
1650
+ "official_docs": [
1651
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/overview",
1652
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices-analysis",
1653
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview",
1654
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups",
1655
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-processing-rules",
1656
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-workspace-overview",
1657
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/workspace-design",
1658
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/get-started-queries",
1659
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview",
1660
+ "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/application-insights",
1661
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview",
1662
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/visualize-grafana-overview",
1663
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1664
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/monitor",
1665
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-monitor"
1666
+ ],
1667
+ "security_notes": "Do not over-attribute symptoms as root cause, ignore missing telemetry, or recommend broad alerting changes without signal-quality review, routing checks, and bounded verification steps.",
1668
+ "last_verified": "2026-04-27",
1669
+ "path": "skills/azure/azure-observability-investigator",
1670
+ "author": "github: Raishin",
1671
+ "version": "0.1.0"
1672
+ },
1673
+ {
1674
+ "id": "azure-platform-automation-devops",
1675
+ "name": "Azure Platform Automation DevOps",
1676
+ "type": "skill",
1677
+ "provider": "azure",
1678
+ "harnesses": [
1679
+ "codex",
1680
+ "claude-code",
1681
+ "cursor",
1682
+ "gemini",
1683
+ "kiro",
1684
+ "other"
1685
+ ],
1686
+ "summary": "Design and review Azure platform automation delivery across landing-zone IaC choices, bootstrap-versus-run separation, infra-versus-app pipelines, secret handling, validation gates, and safe rollout patterns.",
1687
+ "source_type": "original",
1688
+ "official_docs": [
1689
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/",
1690
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
1691
+ "https://learn.microsoft.com/en-us/azure/architecture/landing-zones/bicep/landing-zone-bicep",
1692
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/terraform-landing-zone",
1693
+ "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
1694
+ "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots?view=azure-devops-2020",
1695
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1696
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-deploy",
1697
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-mcp-server",
1698
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/"
1699
+ ],
1700
+ "security_notes": "Keep bootstrap and steady-state delivery separate, do not mix platform and application pipelines without control boundaries, never store secrets in repo or pipeline definitions, and require preview, validation, approval, and rollback paths before production-impacting Azure changes.",
1701
+ "last_verified": "2026-04-27",
1702
+ "path": "skills/azure/azure-platform-automation-devops",
1703
+ "author": "github: Raishin",
1704
+ "version": "0.1.0"
1705
+ },
1706
+ {
1707
+ "id": "azure-private-endpoint-adoption-planner",
1708
+ "name": "Azure Private Endpoint Adoption Planner",
1709
+ "type": "skill",
1710
+ "provider": "azure",
1711
+ "harnesses": [
1712
+ "codex",
1713
+ "claude-code",
1714
+ "cursor",
1715
+ "gemini",
1716
+ "kiro",
1717
+ "other"
1718
+ ],
1719
+ "summary": "Plan Azure Private Link and private endpoint adoption with explicit hub-versus-spoke placement, private DNS zone linkage, route implications, and centralized-versus-local trade-offs.",
1720
+ "source_type": "original",
1721
+ "official_docs": [
1722
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
1723
+ "https://learn.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network",
1724
+ "https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration",
1725
+ "https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns",
1726
+ "https://learn.microsoft.com/en-us/azure/dns/private-dns-privatednszone",
1727
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/private-link-design",
1728
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1729
+ ],
1730
+ "security_notes": "Do not recommend private endpoint placement without naming consumer networks, DNS-zone ownership, VNet links, route implications, and rollback checks. Challenge both over-centralized hub designs and uncontrolled per-spoke duplication.",
1731
+ "last_verified": "2026-04-27",
1732
+ "path": "skills/azure/azure-private-endpoint-adoption-planner",
1733
+ "author": "github: Raishin",
1734
+ "version": "0.1.0"
1735
+ },
1736
+ {
1737
+ "id": "azure-rbac-review",
1738
+ "name": "Azure RBAC Review",
1739
+ "type": "skill",
1740
+ "provider": "azure",
1741
+ "harnesses": [
1742
+ "codex",
1743
+ "claude-code",
1744
+ "cursor",
1745
+ "gemini",
1746
+ "kiro",
1747
+ "other"
1748
+ ],
1749
+ "summary": "Review Azure role assignments, custom roles, and scope choices for least privilege and operational safety.",
1750
+ "source_type": "original",
1751
+ "official_docs": [
1752
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
1753
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices"
1754
+ ],
1755
+ "security_notes": "Do not recommend Owner or User Access Administrator unless justified. Prefer narrow scopes and built-in roles before custom broad grants.",
1756
+ "last_verified": "2026-04-27",
1757
+ "path": "skills/azure/azure-rbac-review",
1758
+ "author": "github: Raishin",
1759
+ "version": "0.1.0"
1760
+ },
1761
+ {
1762
+ "id": "azure-resilience-bcdr-review",
1763
+ "name": "Azure Resilience BCDR Review",
1764
+ "type": "skill",
1765
+ "provider": "azure",
1766
+ "harnesses": [
1767
+ "codex",
1768
+ "claude-code",
1769
+ "cursor",
1770
+ "gemini",
1771
+ "kiro",
1772
+ "other"
1773
+ ],
1774
+ "summary": "Review Azure resilience and disaster-recovery posture for RTO/RPO realism, failover and failback assumptions, shared-responsibility gaps, and recovery runbook or drill quality.",
1775
+ "source_type": "original",
1776
+ "official_docs": [
1777
+ "https://learn.microsoft.com/en-us/azure/well-architected/reliability/principles",
1778
+ "https://learn.microsoft.com/en-us/azure/well-architected/reliability/disaster-recovery",
1779
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
1780
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/overview",
1781
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview",
1782
+ "https://learn.microsoft.com/en-us/azure/service-health/resource-health-overview",
1783
+ "https://learn.microsoft.com/en-us/azure/service-health/overview",
1784
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1785
+ ],
1786
+ "security_notes": "Do not accept zero-downtime or zero-data-loss claims without explicit architecture and test evidence. Separate Azure platform resilience from workload recovery obligations, and treat untested runbooks, undocumented failback, and single-region dependencies as material risks.",
1787
+ "last_verified": "2026-04-27",
1788
+ "path": "skills/azure/azure-resilience-bcdr-review",
1789
+ "author": "github: Raishin",
1790
+ "version": "0.1.0"
1791
+ },
1792
+ {
1793
+ "id": "azure-resource-health-incident-triage",
1794
+ "name": "Azure Resource Health Incident Triage",
1795
+ "type": "skill",
1796
+ "provider": "azure",
1797
+ "harnesses": [
1798
+ "codex",
1799
+ "claude-code",
1800
+ "cursor",
1801
+ "gemini",
1802
+ "kiro",
1803
+ "other"
1804
+ ],
1805
+ "summary": "Triage Azure Resource Health, Service Health, activity-log alerts, and first-pass cloud-health incidents with explicit separation between provider incidents, tenant-side changes, and unresolved evidence.",
1806
+ "source_type": "original",
1807
+ "official_docs": [
1808
+ "https://learn.microsoft.com/en-us/azure/service-health/resource-health-overview",
1809
+ "https://learn.microsoft.com/en-us/azure/service-health/",
1810
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log",
1811
+ "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule",
1812
+ "https://learn.microsoft.com/en-us/azure/service-health/service-health-alert-overview",
1813
+ "https://learn.microsoft.com/en-us/azure/service-health/alerts-activity-log-service-notifications-portal",
1814
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1815
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-resource-health",
1816
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-monitor"
1817
+ ],
1818
+ "security_notes": "Do not over-attribute platform health signals as root cause, ignore recent tenant-side changes, invent unsupported MCP tools, or recommend broad remediation before blast radius and evidence are clear.",
1819
+ "last_verified": "2026-04-27",
1820
+ "path": "skills/azure/azure-resource-health-incident-triage",
1821
+ "author": "github: Raishin",
1822
+ "version": "0.1.0"
1823
+ },
1824
+ {
1825
+ "id": "azure-role-selector",
1826
+ "name": "Azure Role Selector",
1827
+ "type": "skill",
1828
+ "provider": "azure",
1829
+ "harnesses": [
1830
+ "codex",
1831
+ "claude-code",
1832
+ "cursor",
1833
+ "gemini",
1834
+ "kiro",
1835
+ "other"
1836
+ ],
1837
+ "summary": "Select the narrowest Azure built-in role, custom-role fallback, and assignment scope for a requested access pattern while separating control-plane and data-plane permissions.",
1838
+ "source_type": "adapted",
1839
+ "official_docs": [
1840
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
1841
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices",
1842
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles",
1843
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/role-definitions",
1844
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1845
+ ],
1846
+ "security_notes": "Prefer built-in roles before custom roles, minimize assignment scope, and keep control-plane and data-plane permissions separate. Do not default to Owner or Contributor for routine access requests.",
1847
+ "last_verified": "2026-04-27",
1848
+ "path": "skills/azure/azure-role-selector",
1849
+ "author": "github: Raishin",
1850
+ "version": "0.1.0"
1851
+ },
1852
+ {
1853
+ "id": "azure-security-posture-hardening",
1854
+ "name": "Azure Security Posture Hardening",
426
1855
  "type": "skill",
427
1856
  "provider": "azure",
428
1857
  "harnesses": [
@@ -433,26 +1862,30 @@
433
1862
  "kiro",
434
1863
  "other"
435
1864
  ],
436
- "summary": "Design or review Azure landing-zone architecture across management groups, subscriptions, governance, security, networking, and operations dependencies.",
1865
+ "summary": "Review Azure security posture with least privilege, managed identities, Key Vault hardening, private access decisions, policy guardrails, and audit-ready logging expectations.",
437
1866
  "source_type": "original",
438
1867
  "official_docs": [
439
- "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
440
- "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access",
441
- "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
442
- "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
443
- "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
444
- "https://learn.microsoft.com/azure/architecture/networking/architecture/hub-spoke",
445
- "https://learn.microsoft.com/azure/developer/azure-mcp-server/tools/"
1868
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
1869
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
1870
+ "https://learn.microsoft.com/en-us/azure/security/fundamentals/best-practices-and-patterns",
1871
+ "https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations",
1872
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices",
1873
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-guide",
1874
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/how-to-azure-key-vault-network-security",
1875
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/howto-logging",
1876
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/monitor-key-vault",
1877
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1878
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/services/azure-mcp-server-for-key-vault"
446
1879
  ],
447
- "security_notes": "Do not prescribe a one-size-fits-all hierarchy, broad admin grants, or a production-ready verdict without governance, management, and recovery dependencies being addressed.",
1880
+ "security_notes": "Do not recommend broad admin roles, stored secrets, or public exposure by default. Prefer managed identities, scoped RBAC, policy-enforced controls, private access where justified, and verified logging coverage.",
448
1881
  "last_verified": "2026-04-27",
449
- "path": "skills/azure/azure-landing-zone-architect",
1882
+ "path": "skills/azure/azure-security-posture-hardening",
450
1883
  "author": "github: Raishin",
451
1884
  "version": "0.1.0"
452
1885
  },
453
1886
  {
454
- "id": "azure-migrate-landing-zone-cutover",
455
- "name": "Azure Migrate Landing Zone Cutover",
1887
+ "id": "azure-subscription-resource-organization",
1888
+ "name": "Azure Subscription Resource Organization",
456
1889
  "type": "skill",
457
1890
  "provider": "azure",
458
1891
  "harnesses": [
@@ -463,27 +1896,29 @@
463
1896
  "kiro",
464
1897
  "other"
465
1898
  ],
466
- "summary": "Stress-test Azure migration cutovers across assessment quality, landing-zone readiness, dependency sequencing, permissions, rollback, and post-cutover operating ownership.",
1899
+ "summary": "Design and review Azure management-group, subscription, and resource-group boundaries with explicit governance, ownership, and landing-zone operating-model consequences.",
467
1900
  "source_type": "original",
468
1901
  "official_docs": [
469
- "https://learn.microsoft.com/en-us/azure/migrate/concepts-overview?view=migrate",
470
- "https://learn.microsoft.com/en-us/azure/migrate/assessment-prerequisites?view=migrate",
471
- "https://learn.microsoft.com/en-us/azure/migrate/review-application-assessment?view=migrate",
472
- "https://learn.microsoft.com/en-us/azure/migrate/platform-landing-zone?view=migrate",
473
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/ready-azure-landing-zone",
474
- "https://learn.microsoft.com/en-us/azure/migrate/whats-new?view=migrate"
1902
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
1903
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/",
1904
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org",
1905
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups",
1906
+ "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
1907
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
1908
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/subscription",
1909
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/resource-group"
475
1910
  ],
476
- "security_notes": "Do not equate Azure readiness with cutover readiness. Treat stale assessments, weak dependency mapping, broad migration permissions, missing rollback checkpoints, and incomplete landing-zone connectivity or monitoring as high-risk blockers.",
1911
+ "security_notes": "Do not recommend flat hierarchies, fake isolation via resource groups, or subscription moves without proving governance, ownership, policy inheritance, and operational blast-radius implications.",
477
1912
  "last_verified": "2026-04-27",
478
- "path": "skills/azure/azure-migrate-landing-zone-cutover",
1913
+ "path": "skills/azure/azure-subscription-resource-organization",
479
1914
  "author": "github: Raishin",
480
1915
  "version": "0.1.0"
481
1916
  },
482
1917
  {
483
- "id": "azure-network-topology-review",
484
- "name": "Azure Network Topology Review",
1918
+ "id": "oci-autonomous-database-architect",
1919
+ "name": "OCI Autonomous Database Architect",
485
1920
  "type": "skill",
486
- "provider": "azure",
1921
+ "provider": "oci",
487
1922
  "harnesses": [
488
1923
  "codex",
489
1924
  "claude-code",
@@ -492,25 +1927,25 @@
492
1927
  "kiro",
493
1928
  "other"
494
1929
  ],
495
- "summary": "Review Azure hub-spoke and related network topologies for routing, DNS, shared-services boundaries, security implications, and platform-versus-workload control ownership.",
1930
+ "summary": "Design, review, migrate, and operate Oracle Autonomous Database across OCI and multicloud destinations with official-source grounding.",
496
1931
  "source_type": "original",
497
1932
  "official_docs": [
498
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
499
- "https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke",
500
- "https://learn.microsoft.com/en-us/azure/architecture/networking/guide/private-link-hub-spoke-network",
501
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
1933
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm",
1934
+ "https://docs.oracle.com/en-us/iaas/Content/database-at-azure/overview.htm",
1935
+ "https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm",
1936
+ "https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm"
502
1937
  ],
503
- "security_notes": "Do not recommend flat or over-centralized network patterns by default. Always address routing, DNS, shared-service blast radius, and platform-versus-workload control boundaries before calling a topology safe.",
1938
+ "security_notes": "Autonomous Database deployments can expose production data and credentials. Verify IAM, network posture, TLS, backup, and secret handling before recommending changes.",
504
1939
  "last_verified": "2026-04-27",
505
- "path": "skills/azure/azure-network-topology-review",
1940
+ "path": "skills/oci/oci-autonomous-database-architect",
506
1941
  "author": "github: Raishin",
507
1942
  "version": "0.1.0"
508
1943
  },
509
1944
  {
510
- "id": "azure-observability-investigator",
511
- "name": "Azure Observability Investigator",
1945
+ "id": "oci-cloud-guard-responder",
1946
+ "name": "OCI Cloud Guard Responder",
512
1947
  "type": "skill",
513
- "provider": "azure",
1948
+ "provider": "oci",
514
1949
  "harnesses": [
515
1950
  "codex",
516
1951
  "claude-code",
@@ -519,36 +1954,173 @@
519
1954
  "kiro",
520
1955
  "other"
521
1956
  ],
522
- "summary": "Investigate Azure Monitor, Log Analytics, Application Insights, alerting, KQL triage, telemetry gaps, and observability workflows with explicit evidence-versus-inference handling.",
523
- "source_type": "original",
1957
+ "summary": "Triage and govern OCI Cloud Guard problems, targets, responder recipes, detector findings, and security remediation safely. Use for Cloud Guard reviews, problem prioritization, remediation planning, and compliance evidence when official...",
1958
+ "source_type": "adapted",
524
1959
  "official_docs": [
525
- "https://learn.microsoft.com/en-us/azure/azure-monitor/overview",
526
- "https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices-analysis",
527
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview",
528
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups",
529
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-processing-rules",
530
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-workspace-overview",
531
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/workspace-design",
532
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/get-started-queries",
533
- "https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview",
534
- "https://learn.microsoft.com/en-us/azure/well-architected/service-guides/application-insights",
535
- "https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview",
536
- "https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/visualize-grafana-overview",
537
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
538
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/monitor",
539
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-monitor"
1960
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1961
+ "https://www.oracle.com/cloud/"
1962
+ ],
1963
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1964
+ "last_verified": "2026-04-27",
1965
+ "path": "skills/oci/oci-cloud-guard-responder",
1966
+ "author": "github: Raishin",
1967
+ "version": "0.1.0"
1968
+ },
1969
+ {
1970
+ "id": "oci-compute-instance-agent-operator",
1971
+ "name": "OCI Compute Instance Agent Operator",
1972
+ "type": "skill",
1973
+ "provider": "oci",
1974
+ "harnesses": [
1975
+ "codex",
1976
+ "claude-code",
1977
+ "cursor",
1978
+ "gemini",
1979
+ "kiro",
1980
+ "other"
1981
+ ],
1982
+ "summary": "Operate OCI Compute Instance Agent commands and executions safely for diagnostics, automation, and remediation. Use when issuing, tracking, or reviewing instance-agent commands across compute fleets.",
1983
+ "source_type": "adapted",
1984
+ "official_docs": [
1985
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1986
+ "https://www.oracle.com/cloud/"
1987
+ ],
1988
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1989
+ "last_verified": "2026-04-27",
1990
+ "path": "skills/oci/oci-compute-instance-agent-operator",
1991
+ "author": "github: Raishin",
1992
+ "version": "0.1.0"
1993
+ },
1994
+ {
1995
+ "id": "oci-compute-platform-operator",
1996
+ "name": "OCI Compute Platform Operator",
1997
+ "type": "skill",
1998
+ "provider": "oci",
1999
+ "harnesses": [
2000
+ "codex",
2001
+ "claude-code",
2002
+ "cursor",
2003
+ "gemini",
2004
+ "kiro",
2005
+ "other"
2006
+ ],
2007
+ "summary": "Operate OCI Compute instances and platform capacity safely with compartment/region confirmation, instance lifecycle guardrails, least-privilege IAM checks, MCP/CLI discovery, and rollback-aware change plans.",
2008
+ "source_type": "adapted",
2009
+ "official_docs": [
2010
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2011
+ "https://www.oracle.com/cloud/"
2012
+ ],
2013
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
2014
+ "last_verified": "2026-04-27",
2015
+ "path": "skills/oci/oci-compute-platform-operator",
2016
+ "author": "github: Raishin",
2017
+ "version": "0.1.0"
2018
+ },
2019
+ {
2020
+ "id": "oci-cost-finops-analyst",
2021
+ "name": "OCI Cost Finops Analyst",
2022
+ "type": "skill",
2023
+ "provider": "oci",
2024
+ "harnesses": [
2025
+ "codex",
2026
+ "claude-code",
2027
+ "cursor",
2028
+ "gemini",
2029
+ "kiro",
2030
+ "other"
2031
+ ],
2032
+ "summary": "Analyze Oracle Cloud Infrastructure cost, usage, budgets, tagging, rightsizing, commitment coverage, and FinOps governance. Use when asked to explain OCI spend, investigate cost spikes, build savings plans, review underused resources, de...",
2033
+ "source_type": "adapted",
2034
+ "official_docs": [
2035
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2036
+ "https://www.oracle.com/cloud/"
2037
+ ],
2038
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
2039
+ "last_verified": "2026-04-27",
2040
+ "path": "skills/oci/oci-cost-finops-analyst",
2041
+ "author": "github: Raishin",
2042
+ "version": "0.1.0"
2043
+ },
2044
+ {
2045
+ "id": "oci-database-platform-dba",
2046
+ "name": "OCI Database Platform DBA",
2047
+ "type": "skill",
2048
+ "provider": "oci",
2049
+ "harnesses": [
2050
+ "codex",
2051
+ "claude-code",
2052
+ "cursor",
2053
+ "gemini",
2054
+ "kiro",
2055
+ "other"
2056
+ ],
2057
+ "summary": "Operate as a ruthless OCI database platform DBA for DB systems, Autonomous Database, Exadata, backups, patching, performance triage, capacity, and IAM-scoped database operations. Use when work touches OCI Database service posture, discov...",
2058
+ "source_type": "adapted",
2059
+ "official_docs": [
2060
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2061
+ "https://www.oracle.com/cloud/"
2062
+ ],
2063
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
2064
+ "last_verified": "2026-04-27",
2065
+ "path": "skills/oci/oci-database-platform-dba",
2066
+ "author": "github: Raishin",
2067
+ "version": "0.1.0"
2068
+ },
2069
+ {
2070
+ "id": "oci-dbtools-sql-analyst",
2071
+ "name": "OCI Dbtools SQL Analyst",
2072
+ "type": "skill",
2073
+ "provider": "oci",
2074
+ "harnesses": [
2075
+ "codex",
2076
+ "claude-code",
2077
+ "cursor",
2078
+ "gemini",
2079
+ "kiro",
2080
+ "other"
2081
+ ],
2082
+ "summary": "Use OCI Database Tools and database documentation safely for SQL inspection, report definitions, table metadata, and controlled query execution. Use for DBTools connections, read-only SQL analysis, and schema/report exploration.",
2083
+ "source_type": "adapted",
2084
+ "official_docs": [
2085
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2086
+ "https://www.oracle.com/cloud/"
2087
+ ],
2088
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
2089
+ "last_verified": "2026-04-27",
2090
+ "path": "skills/oci/oci-dbtools-sql-analyst",
2091
+ "author": "github: Raishin",
2092
+ "version": "0.1.0"
2093
+ },
2094
+ {
2095
+ "id": "oci-devops-container-platform-engineer",
2096
+ "name": "OCI Devops Container Platform Engineer",
2097
+ "type": "skill",
2098
+ "provider": "oci",
2099
+ "harnesses": [
2100
+ "codex",
2101
+ "claude-code",
2102
+ "cursor",
2103
+ "gemini",
2104
+ "kiro",
2105
+ "other"
2106
+ ],
2107
+ "summary": "Engineer and review Oracle Cloud Infrastructure DevOps, OKE, OCIR, build/deploy pipelines, Kubernetes platform, and container runtime workflows. Use when asked to inspect OCI Container Engine clusters, DevOps projects, OCIR repositories,...",
2108
+ "source_type": "adapted",
2109
+ "official_docs": [
2110
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2111
+ "https://www.oracle.com/cloud/"
540
2112
  ],
541
- "security_notes": "Do not over-attribute symptoms as root cause, ignore missing telemetry, or recommend broad alerting changes without signal-quality review, routing checks, and bounded verification steps.",
2113
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
542
2114
  "last_verified": "2026-04-27",
543
- "path": "skills/azure/azure-observability-investigator",
2115
+ "path": "skills/oci/oci-devops-container-platform-engineer",
544
2116
  "author": "github: Raishin",
545
2117
  "version": "0.1.0"
546
2118
  },
547
2119
  {
548
- "id": "azure-platform-automation-devops",
549
- "name": "Azure Platform Automation DevOps",
2120
+ "id": "oci-exadata-database-architect",
2121
+ "name": "OCI Exadata Database Architect",
550
2122
  "type": "skill",
551
- "provider": "azure",
2123
+ "provider": "oci",
552
2124
  "harnesses": [
553
2125
  "codex",
554
2126
  "claude-code",
@@ -557,31 +2129,26 @@
557
2129
  "kiro",
558
2130
  "other"
559
2131
  ],
560
- "summary": "Design and review Azure platform automation delivery across landing-zone IaC choices, bootstrap-versus-run separation, infra-versus-app pipelines, secret handling, validation gates, and safe rollout patterns.",
2132
+ "summary": "Design, review, migrate, and operate Oracle Exadata Database Service across OCI, Cloud@Customer, and multicloud destinations with official-source grounding.",
561
2133
  "source_type": "original",
562
2134
  "official_docs": [
563
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/",
564
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/implementation-options",
565
- "https://learn.microsoft.com/en-us/azure/architecture/landing-zones/bicep/landing-zone-bicep",
566
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/terraform-landing-zone",
567
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
568
- "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots?view=azure-devops-2020",
569
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
570
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-deploy",
571
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-mcp-server",
572
- "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/"
2135
+ "https://docs.oracle.com/en-us/iaas/exadatacloud/index.html",
2136
+ "https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/index.html",
2137
+ "https://docs.oracle.com/en-us/iaas/Content/database-at-azure/overview.htm",
2138
+ "https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm",
2139
+ "https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm"
573
2140
  ],
574
- "security_notes": "Keep bootstrap and steady-state delivery separate, do not mix platform and application pipelines without control boundaries, never store secrets in repo or pipeline definitions, and require preview, validation, approval, and rollback paths before production-impacting Azure changes.",
2141
+ "security_notes": "Exadata deployments can expose high-value production databases. Validate IAM/RBAC, network isolation, backup, TDE, maintenance, and operational ownership before changes.",
575
2142
  "last_verified": "2026-04-27",
576
- "path": "skills/azure/azure-platform-automation-devops",
2143
+ "path": "skills/oci/oci-exadata-database-architect",
577
2144
  "author": "github: Raishin",
578
2145
  "version": "0.1.0"
579
2146
  },
580
2147
  {
581
- "id": "azure-private-endpoint-adoption-planner",
582
- "name": "Azure Private Endpoint Adoption Planner",
2148
+ "id": "oci-exadata-platform-architect",
2149
+ "name": "OCI Exadata Platform Architect",
583
2150
  "type": "skill",
584
- "provider": "azure",
2151
+ "provider": "oci",
585
2152
  "harnesses": [
586
2153
  "codex",
587
2154
  "claude-code",
@@ -590,28 +2157,23 @@
590
2157
  "kiro",
591
2158
  "other"
592
2159
  ],
593
- "summary": "Plan Azure Private Link and private endpoint adoption with explicit hub-versus-spoke placement, private DNS zone linkage, route implications, and centralized-versus-local trade-offs.",
594
- "source_type": "original",
2160
+ "summary": "OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS. Use for Exadata architecture, VM clusters, cloud E...",
2161
+ "source_type": "adapted",
595
2162
  "official_docs": [
596
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
597
- "https://learn.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network",
598
- "https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration",
599
- "https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns",
600
- "https://learn.microsoft.com/en-us/azure/dns/private-dns-privatednszone",
601
- "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/private-link-design",
602
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
2163
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2164
+ "https://www.oracle.com/cloud/"
603
2165
  ],
604
- "security_notes": "Do not recommend private endpoint placement without naming consumer networks, DNS-zone ownership, VNet links, route implications, and rollback checks. Challenge both over-centralized hub designs and uncontrolled per-spoke duplication.",
2166
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
605
2167
  "last_verified": "2026-04-27",
606
- "path": "skills/azure/azure-private-endpoint-adoption-planner",
2168
+ "path": "skills/oci/oci-exadata-platform-architect",
607
2169
  "author": "github: Raishin",
608
2170
  "version": "0.1.0"
609
2171
  },
610
2172
  {
611
- "id": "azure-rbac-review",
612
- "name": "Azure RBAC Review",
2173
+ "id": "oci-fusion-apps-environment-operator",
2174
+ "name": "OCI Fusion Apps Environment Operator",
613
2175
  "type": "skill",
614
- "provider": "azure",
2176
+ "provider": "oci",
615
2177
  "harnesses": [
616
2178
  "codex",
617
2179
  "claude-code",
@@ -620,23 +2182,23 @@
620
2182
  "kiro",
621
2183
  "other"
622
2184
  ],
623
- "summary": "Review Azure role assignments, custom roles, and scope choices for least privilege and operational safety.",
624
- "source_type": "original",
2185
+ "summary": "OCI Review Fusion Apps as a Service environment families, environments, lifecycle status, availability, and operational readiness. Use for Fusion environment inventory, status checks, change planning, and support evidence.",
2186
+ "source_type": "adapted",
625
2187
  "official_docs": [
626
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
627
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices"
2188
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2189
+ "https://www.oracle.com/cloud/"
628
2190
  ],
629
- "security_notes": "Do not recommend Owner or User Access Administrator unless justified. Prefer narrow scopes and built-in roles before custom broad grants.",
2191
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
630
2192
  "last_verified": "2026-04-27",
631
- "path": "skills/azure/azure-rbac-review",
2193
+ "path": "skills/oci/oci-fusion-apps-environment-operator",
632
2194
  "author": "github: Raishin",
633
2195
  "version": "0.1.0"
634
2196
  },
635
2197
  {
636
- "id": "azure-resilience-bcdr-review",
637
- "name": "Azure Resilience BCDR Review",
2198
+ "id": "oci-goldengate-replication-operator",
2199
+ "name": "OCI Goldengate Replication Operator",
638
2200
  "type": "skill",
639
- "provider": "azure",
2201
+ "provider": "oci",
640
2202
  "harnesses": [
641
2203
  "codex",
642
2204
  "claude-code",
@@ -645,29 +2207,23 @@
645
2207
  "kiro",
646
2208
  "other"
647
2209
  ],
648
- "summary": "Review Azure resilience and disaster-recovery posture for RTO/RPO realism, failover and failback assumptions, shared-responsibility gaps, and recovery runbook or drill quality.",
649
- "source_type": "original",
2210
+ "summary": "OCI Operate and review Oracle GoldenGate domains, connections, extracts, replicats, checkpoint tables, trails, distribution paths, and replication health. Use for replication setup, lag triage, data movement, and cutover safety.",
2211
+ "source_type": "adapted",
650
2212
  "official_docs": [
651
- "https://learn.microsoft.com/en-us/azure/well-architected/reliability/principles",
652
- "https://learn.microsoft.com/en-us/azure/well-architected/reliability/disaster-recovery",
653
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
654
- "https://learn.microsoft.com/en-us/azure/azure-monitor/overview",
655
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview",
656
- "https://learn.microsoft.com/en-us/azure/service-health/resource-health-overview",
657
- "https://learn.microsoft.com/en-us/azure/service-health/overview",
658
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
2213
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2214
+ "https://www.oracle.com/cloud/"
659
2215
  ],
660
- "security_notes": "Do not accept zero-downtime or zero-data-loss claims without explicit architecture and test evidence. Separate Azure platform resilience from workload recovery obligations, and treat untested runbooks, undocumented failback, and single-region dependencies as material risks.",
2216
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
661
2217
  "last_verified": "2026-04-27",
662
- "path": "skills/azure/azure-resilience-bcdr-review",
2218
+ "path": "skills/oci/oci-goldengate-replication-operator",
663
2219
  "author": "github: Raishin",
664
2220
  "version": "0.1.0"
665
2221
  },
666
2222
  {
667
- "id": "azure-resource-health-incident-triage",
668
- "name": "Azure Resource Health Incident Triage",
2223
+ "id": "oci-identity-access-governor",
2224
+ "name": "OCI Identity Access Governor",
669
2225
  "type": "skill",
670
- "provider": "azure",
2226
+ "provider": "oci",
671
2227
  "harnesses": [
672
2228
  "codex",
673
2229
  "claude-code",
@@ -676,30 +2232,23 @@
676
2232
  "kiro",
677
2233
  "other"
678
2234
  ],
679
- "summary": "Triage Azure Resource Health, Service Health, activity-log alerts, and first-pass cloud-health incidents with explicit separation between provider incidents, tenant-side changes, and unresolved evidence.",
680
- "source_type": "original",
2235
+ "summary": "Govern OCI Identity and Access Management with least-privilege policy review, compartment scoping, group/dynamic-group analysis, and safe access-change workflows. Use for OCI IAM policy design, access audits, privilege reduction, identit...",
2236
+ "source_type": "adapted",
681
2237
  "official_docs": [
682
- "https://learn.microsoft.com/en-us/azure/service-health/resource-health-overview",
683
- "https://learn.microsoft.com/en-us/azure/service-health/",
684
- "https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log",
685
- "https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule",
686
- "https://learn.microsoft.com/en-us/azure/service-health/service-health-alert-overview",
687
- "https://learn.microsoft.com/en-us/azure/service-health/alerts-activity-log-service-notifications-portal",
688
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
689
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-resource-health",
690
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/azure-monitor"
2238
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2239
+ "https://www.oracle.com/cloud/"
691
2240
  ],
692
- "security_notes": "Do not over-attribute platform health signals as root cause, ignore recent tenant-side changes, invent unsupported MCP tools, or recommend broad remediation before blast radius and evidence are clear.",
2241
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
693
2242
  "last_verified": "2026-04-27",
694
- "path": "skills/azure/azure-resource-health-incident-triage",
2243
+ "path": "skills/oci/oci-identity-access-governor",
695
2244
  "author": "github: Raishin",
696
2245
  "version": "0.1.0"
697
2246
  },
698
2247
  {
699
- "id": "azure-role-selector",
700
- "name": "Azure Role Selector",
2248
+ "id": "oci-iot-digital-twin-engineer",
2249
+ "name": "OCI IoT Digital Twin Engineer",
701
2250
  "type": "skill",
702
- "provider": "azure",
2251
+ "provider": "oci",
703
2252
  "harnesses": [
704
2253
  "codex",
705
2254
  "claude-code",
@@ -708,26 +2257,23 @@
708
2257
  "kiro",
709
2258
  "other"
710
2259
  ],
711
- "summary": "Select the narrowest Azure built-in role, custom-role fallback, and assignment scope for a requested access pattern while separating control-plane and data-plane permissions.",
2260
+ "summary": "Design and operate OCI IoT digital twin adapters, models, instances, relationships, and domain context. Use for digital twin topology, lifecycle, integration, and safe model/relationship changes.",
712
2261
  "source_type": "adapted",
713
2262
  "official_docs": [
714
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
715
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices",
716
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles",
717
- "https://learn.microsoft.com/en-us/azure/role-based-access-control/role-definitions",
718
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/"
2263
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2264
+ "https://www.oracle.com/cloud/"
719
2265
  ],
720
- "security_notes": "Prefer built-in roles before custom roles, minimize assignment scope, and keep control-plane and data-plane permissions separate. Do not default to Owner or Contributor for routine access requests.",
2266
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
721
2267
  "last_verified": "2026-04-27",
722
- "path": "skills/azure/azure-role-selector",
2268
+ "path": "skills/oci/oci-iot-digital-twin-engineer",
723
2269
  "author": "github: Raishin",
724
2270
  "version": "0.1.0"
725
2271
  },
726
2272
  {
727
- "id": "azure-security-posture-hardening",
728
- "name": "Azure Security Posture Hardening",
2273
+ "id": "oci-limits-capacity-planner",
2274
+ "name": "OCI Limits Capacity Planner",
729
2275
  "type": "skill",
730
- "provider": "azure",
2276
+ "provider": "oci",
731
2277
  "harnesses": [
732
2278
  "codex",
733
2279
  "claude-code",
@@ -736,32 +2282,23 @@
736
2282
  "kiro",
737
2283
  "other"
738
2284
  ],
739
- "summary": "Review Azure security posture with least privilege, managed identities, Key Vault hardening, private access decisions, policy guardrails, and audit-ready logging expectations.",
740
- "source_type": "original",
2285
+ "summary": "Review OCI service limits, quotas, capacity availability, regional subscriptions, and growth risk. Use before deployments, migrations, DR expansion, shape changes, OKE scaling, database scaling, or quota increase requests.",
2286
+ "source_type": "adapted",
741
2287
  "official_docs": [
742
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/security",
743
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
744
- "https://learn.microsoft.com/en-us/azure/security/fundamentals/best-practices-and-patterns",
745
- "https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations",
746
- "https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices",
747
- "https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-guide",
748
- "https://learn.microsoft.com/en-us/azure/key-vault/general/how-to-azure-key-vault-network-security",
749
- "https://learn.microsoft.com/en-us/azure/key-vault/general/howto-logging",
750
- "https://learn.microsoft.com/en-us/azure/key-vault/general/monitor-key-vault",
751
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
752
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/services/azure-mcp-server-for-key-vault"
2288
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2289
+ "https://www.oracle.com/cloud/"
753
2290
  ],
754
- "security_notes": "Do not recommend broad admin roles, stored secrets, or public exposure by default. Prefer managed identities, scoped RBAC, policy-enforced controls, private access where justified, and verified logging coverage.",
2291
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
755
2292
  "last_verified": "2026-04-27",
756
- "path": "skills/azure/azure-security-posture-hardening",
2293
+ "path": "skills/oci/oci-limits-capacity-planner",
757
2294
  "author": "github: Raishin",
758
2295
  "version": "0.1.0"
759
2296
  },
760
2297
  {
761
- "id": "azure-subscription-resource-organization",
762
- "name": "Azure Subscription Resource Organization",
2298
+ "id": "oci-load-balancer-traffic-engineer",
2299
+ "name": "OCI Load Balancer Traffic Engineer",
763
2300
  "type": "skill",
764
- "provider": "azure",
2301
+ "provider": "oci",
765
2302
  "harnesses": [
766
2303
  "codex",
767
2304
  "claude-code",
@@ -770,27 +2307,21 @@
770
2307
  "kiro",
771
2308
  "other"
772
2309
  ],
773
- "summary": "Design and review Azure management-group, subscription, and resource-group boundaries with explicit governance, ownership, and landing-zone operating-model consequences.",
774
- "source_type": "original",
2310
+ "summary": "Design, review, and troubleshoot OCI Load Balancer and Network Load Balancer traffic paths, listeners, backend sets, certificates, health checks, logging, and failover. Use for L7/L4 traffic engineering and availability reviews.",
2311
+ "source_type": "adapted",
775
2312
  "official_docs": [
776
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-areas",
777
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/",
778
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org",
779
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups",
780
- "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance",
781
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/",
782
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/subscription",
783
- "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/tools/resource-group"
2313
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2314
+ "https://www.oracle.com/cloud/"
784
2315
  ],
785
- "security_notes": "Do not recommend flat hierarchies, fake isolation via resource groups, or subscription moves without proving governance, ownership, policy inheritance, and operational blast-radius implications.",
2316
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
786
2317
  "last_verified": "2026-04-27",
787
- "path": "skills/azure/azure-subscription-resource-organization",
2318
+ "path": "skills/oci/oci-load-balancer-traffic-engineer",
788
2319
  "author": "github: Raishin",
789
2320
  "version": "0.1.0"
790
2321
  },
791
2322
  {
792
- "id": "oci-autonomous-database-architect",
793
- "name": "OCI Autonomous Database Architect",
2323
+ "id": "oci-migration-cutover-architect",
2324
+ "name": "OCI Migration Cutover Architect",
794
2325
  "type": "skill",
795
2326
  "provider": "oci",
796
2327
  "harnesses": [
@@ -801,23 +2332,21 @@
801
2332
  "kiro",
802
2333
  "other"
803
2334
  ],
804
- "summary": "Design, review, migrate, and operate Oracle Autonomous Database across OCI and multicloud destinations with official-source grounding.",
805
- "source_type": "original",
2335
+ "summary": "Plan OCI migrations and cutovers with Cloud Migrations, dependency discovery, waves, rollback, DNS, data sync, validation, and support readiness. Use for migration assessment, move groups, cutover runbooks, and go/no-go reviews.",
2336
+ "source_type": "adapted",
806
2337
  "official_docs": [
807
- "https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm",
808
- "https://docs.oracle.com/en-us/iaas/Content/database-at-azure/overview.htm",
809
- "https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm",
810
- "https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm"
2338
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2339
+ "https://www.oracle.com/cloud/"
811
2340
  ],
812
- "security_notes": "Autonomous Database deployments can expose production data and credentials. Verify IAM, network posture, TLS, backup, and secret handling before recommending changes.",
2341
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
813
2342
  "last_verified": "2026-04-27",
814
- "path": "skills/oci/oci-autonomous-database-architect",
2343
+ "path": "skills/oci/oci-migration-cutover-architect",
815
2344
  "author": "github: Raishin",
816
2345
  "version": "0.1.0"
817
2346
  },
818
2347
  {
819
- "id": "oci-cloud-guard-responder",
820
- "name": "OCI Cloud Guard Responder",
2348
+ "id": "oci-multi-cloud-architect",
2349
+ "name": "OCI Multi Cloud Architect",
821
2350
  "type": "skill",
822
2351
  "provider": "oci",
823
2352
  "harnesses": [
@@ -828,7 +2357,7 @@
828
2357
  "kiro",
829
2358
  "other"
830
2359
  ],
831
- "summary": "Triage and govern OCI Cloud Guard problems, targets, responder recipes, detector findings, and security remediation safely. Use for Cloud Guard reviews, problem prioritization, remediation planning, and compliance evidence when official...",
2360
+ "summary": "Design and review OCI multi-cloud architectures connecting Oracle Cloud Infrastructure with AWS, Azure, Google Cloud, on-premises, or SaaS through VPN, FastConnect, Direct Connect, ExpressRoute, Cloud Interconnect, identity federation, D...",
832
2361
  "source_type": "adapted",
833
2362
  "official_docs": [
834
2363
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -836,13 +2365,13 @@
836
2365
  ],
837
2366
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
838
2367
  "last_verified": "2026-04-27",
839
- "path": "skills/oci/oci-cloud-guard-responder",
2368
+ "path": "skills/oci/oci-multi-cloud-architect",
840
2369
  "author": "github: Raishin",
841
2370
  "version": "0.1.0"
842
2371
  },
843
2372
  {
844
- "id": "oci-compute-instance-agent-operator",
845
- "name": "OCI Compute Instance Agent Operator",
2373
+ "id": "oci-mysql-heatwave-ai-specialist",
2374
+ "name": "OCI Mysql Heatwave AI Specialist",
846
2375
  "type": "skill",
847
2376
  "provider": "oci",
848
2377
  "harnesses": [
@@ -853,7 +2382,7 @@
853
2382
  "kiro",
854
2383
  "other"
855
2384
  ],
856
- "summary": "Operate OCI Compute Instance Agent commands and executions safely for diagnostics, automation, and remediation. Use when issuing, tracking, or reviewing instance-agent commands across compute fleets.",
2385
+ "summary": "OCI Operate and review MySQL HeatWave, MySQL AI, vector/RAG workflows, connection configs, object storage ingestion, and SQL safety. Use for MySQL AI questions, HeatWave ML, vector store loading, and MySQL operational reviews.",
857
2386
  "source_type": "adapted",
858
2387
  "official_docs": [
859
2388
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -861,13 +2390,13 @@
861
2390
  ],
862
2391
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
863
2392
  "last_verified": "2026-04-27",
864
- "path": "skills/oci/oci-compute-instance-agent-operator",
2393
+ "path": "skills/oci/oci-mysql-heatwave-ai-specialist",
865
2394
  "author": "github: Raishin",
866
2395
  "version": "0.1.0"
867
2396
  },
868
2397
  {
869
- "id": "oci-compute-platform-operator",
870
- "name": "OCI Compute Platform Operator",
2398
+ "id": "oci-network-architect",
2399
+ "name": "OCI Network Architect",
871
2400
  "type": "skill",
872
2401
  "provider": "oci",
873
2402
  "harnesses": [
@@ -878,7 +2407,7 @@
878
2407
  "kiro",
879
2408
  "other"
880
2409
  ],
881
- "summary": "Operate OCI Compute instances and platform capacity safely with compartment/region confirmation, instance lifecycle guardrails, least-privilege IAM checks, MCP/CLI discovery, and rollback-aware change plans.",
2410
+ "summary": "Design, review, and troubleshoot OCI networking with safe compartment/region scoping, least-privilege network access, VCN/subnet/routing/security-list/NSG analysis, and evidence-based MCP or CLI discovery.",
882
2411
  "source_type": "adapted",
883
2412
  "official_docs": [
884
2413
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -886,13 +2415,13 @@
886
2415
  ],
887
2416
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
888
2417
  "last_verified": "2026-04-27",
889
- "path": "skills/oci/oci-compute-platform-operator",
2418
+ "path": "skills/oci/oci-network-architect",
890
2419
  "author": "github: Raishin",
891
2420
  "version": "0.1.0"
892
2421
  },
893
2422
  {
894
- "id": "oci-cost-finops-analyst",
895
- "name": "OCI Cost Finops Analyst",
2423
+ "id": "oci-observability-incident-responder",
2424
+ "name": "OCI Observability Incident Responder",
896
2425
  "type": "skill",
897
2426
  "provider": "oci",
898
2427
  "harnesses": [
@@ -903,7 +2432,7 @@
903
2432
  "kiro",
904
2433
  "other"
905
2434
  ],
906
- "summary": "Analyze Oracle Cloud Infrastructure cost, usage, budgets, tagging, rightsizing, commitment coverage, and FinOps governance. Use when asked to explain OCI spend, investigate cost spikes, build savings plans, review underused resources, de...",
2435
+ "summary": "Operate as a ruthless OCI observability and incident responder for Monitoring alarms, Logging, Events, Notifications, service health, metrics, runbooks, and IAM-scoped incident response. Use when work touches OCI alarms, telemetry, alert...",
907
2436
  "source_type": "adapted",
908
2437
  "official_docs": [
909
2438
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -911,13 +2440,13 @@
911
2440
  ],
912
2441
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
913
2442
  "last_verified": "2026-04-27",
914
- "path": "skills/oci/oci-cost-finops-analyst",
2443
+ "path": "skills/oci/oci-observability-incident-responder",
915
2444
  "author": "github: Raishin",
916
2445
  "version": "0.1.0"
917
2446
  },
918
2447
  {
919
- "id": "oci-database-platform-dba",
920
- "name": "OCI Database Platform DBA",
2448
+ "id": "oci-recovery-service-operator",
2449
+ "name": "OCI Recovery Service Operator",
921
2450
  "type": "skill",
922
2451
  "provider": "oci",
923
2452
  "harnesses": [
@@ -928,7 +2457,7 @@
928
2457
  "kiro",
929
2458
  "other"
930
2459
  ],
931
- "summary": "Operate as a ruthless OCI database platform DBA for DB systems, Autonomous Database, Exadata, backups, patching, performance triage, capacity, and IAM-scoped database operations. Use when work touches OCI Database service posture, discov...",
2460
+ "summary": "Operate OCI Recovery Service protected databases, protection policies, recovery service subnets, backup health, redo status, and recovery metrics. Use for database recovery posture, protected database health, and restore readiness.",
932
2461
  "source_type": "adapted",
933
2462
  "official_docs": [
934
2463
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -936,13 +2465,13 @@
936
2465
  ],
937
2466
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
938
2467
  "last_verified": "2026-04-27",
939
- "path": "skills/oci/oci-database-platform-dba",
2468
+ "path": "skills/oci/oci-recovery-service-operator",
940
2469
  "author": "github: Raishin",
941
2470
  "version": "0.1.0"
942
2471
  },
943
2472
  {
944
- "id": "oci-dbtools-sql-analyst",
945
- "name": "OCI Dbtools SQL Analyst",
2473
+ "id": "oci-registry-artifact-governor",
2474
+ "name": "OCI Registry Artifact Governor",
946
2475
  "type": "skill",
947
2476
  "provider": "oci",
948
2477
  "harnesses": [
@@ -953,7 +2482,7 @@
953
2482
  "kiro",
954
2483
  "other"
955
2484
  ],
956
- "summary": "Use OCI Database Tools and database documentation safely for SQL inspection, report definitions, table metadata, and controlled query execution. Use for DBTools connections, read-only SQL analysis, and schema/report exploration.",
2485
+ "summary": "Govern OCI Registry repositories, container images, artifact access, retention, promotion, and deployment safety. Use for OCIR repository reviews, image lifecycle, DevOps/OKE integration, and least-privilege push/pull access.",
957
2486
  "source_type": "adapted",
958
2487
  "official_docs": [
959
2488
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -961,13 +2490,13 @@
961
2490
  ],
962
2491
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
963
2492
  "last_verified": "2026-04-27",
964
- "path": "skills/oci/oci-dbtools-sql-analyst",
2493
+ "path": "skills/oci/oci-registry-artifact-governor",
965
2494
  "author": "github: Raishin",
966
2495
  "version": "0.1.0"
967
2496
  },
968
2497
  {
969
- "id": "oci-devops-container-platform-engineer",
970
- "name": "OCI Devops Container Platform Engineer",
2498
+ "id": "oci-resource-search-inventory-analyst",
2499
+ "name": "OCI Resource Search Inventory Analyst",
971
2500
  "type": "skill",
972
2501
  "provider": "oci",
973
2502
  "harnesses": [
@@ -978,7 +2507,7 @@
978
2507
  "kiro",
979
2508
  "other"
980
2509
  ],
981
- "summary": "Engineer and review Oracle Cloud Infrastructure DevOps, OKE, OCIR, build/deploy pipelines, Kubernetes platform, and container runtime workflows. Use when asked to inspect OCI Container Engine clusters, DevOps projects, OCIR repositories,...",
2510
+ "summary": "Build OCI resource inventories and dependency maps using Resource Search, compartments, tags, and cross-service discovery. Use for tenancy inventory, ownership gaps, orphan detection, migration scoping, and architecture evidence collection.",
982
2511
  "source_type": "adapted",
983
2512
  "official_docs": [
984
2513
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -986,13 +2515,13 @@
986
2515
  ],
987
2516
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
988
2517
  "last_verified": "2026-04-27",
989
- "path": "skills/oci/oci-devops-container-platform-engineer",
2518
+ "path": "skills/oci/oci-resource-search-inventory-analyst",
990
2519
  "author": "github: Raishin",
991
2520
  "version": "0.1.0"
992
2521
  },
993
2522
  {
994
- "id": "oci-exadata-database-architect",
995
- "name": "OCI Exadata Database Architect",
2523
+ "id": "oci-security-compliance-reviewer",
2524
+ "name": "OCI Security Compliance Reviewer",
996
2525
  "type": "skill",
997
2526
  "provider": "oci",
998
2527
  "harnesses": [
@@ -1003,24 +2532,21 @@
1003
2532
  "kiro",
1004
2533
  "other"
1005
2534
  ],
1006
- "summary": "Design, review, migrate, and operate Oracle Exadata Database Service across OCI, Cloud@Customer, and multicloud destinations with official-source grounding.",
1007
- "source_type": "original",
2535
+ "summary": "Review Oracle Cloud Infrastructure security, IAM, network, logging, encryption, and compliance posture. Use when asked to audit OCI policies, compartments, tenancy security, Cloud Guard findings, buckets, vaults, security lists, NSGs, or...",
2536
+ "source_type": "adapted",
1008
2537
  "official_docs": [
1009
- "https://docs.oracle.com/en-us/iaas/exadatacloud/index.html",
1010
- "https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/index.html",
1011
- "https://docs.oracle.com/en-us/iaas/Content/database-at-azure/overview.htm",
1012
- "https://docs.oracle.com/en-us/iaas/Content/database-at-gcp/overview.htm",
1013
- "https://docs.oracle.com/en-us/iaas/Content/database-at-aws/overview.htm"
2538
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm",
2539
+ "https://www.oracle.com/cloud/"
1014
2540
  ],
1015
- "security_notes": "Exadata deployments can expose high-value production databases. Validate IAM/RBAC, network isolation, backup, TDE, maintenance, and operational ownership before changes.",
2541
+ "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1016
2542
  "last_verified": "2026-04-27",
1017
- "path": "skills/oci/oci-exadata-database-architect",
2543
+ "path": "skills/oci/oci-security-compliance-reviewer",
1018
2544
  "author": "github: Raishin",
1019
2545
  "version": "0.1.0"
1020
2546
  },
1021
2547
  {
1022
- "id": "oci-exadata-platform-architect",
1023
- "name": "OCI Exadata Platform Architect",
2548
+ "id": "oci-solution-architect",
2549
+ "name": "OCI Solution Architect",
1024
2550
  "type": "skill",
1025
2551
  "provider": "oci",
1026
2552
  "harnesses": [
@@ -1031,7 +2557,7 @@
1031
2557
  "kiro",
1032
2558
  "other"
1033
2559
  ],
1034
- "summary": "OCI Design and operate Exadata Database Service across OCI Dedicated Infrastructure, Exadata Cloud@Customer, Oracle Database@Azure, Oracle Database@Google Cloud, and Oracle Database@AWS. Use for Exadata architecture, VM clusters, cloud E...",
2560
+ "summary": "Design, review, and stress-test Oracle Cloud Infrastructure solution architectures across identity, compartments, networking, compute, database, storage, observability, security, reliability, cost, and operations. Use when asked for OCI...",
1035
2561
  "source_type": "adapted",
1036
2562
  "official_docs": [
1037
2563
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -1039,13 +2565,13 @@
1039
2565
  ],
1040
2566
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1041
2567
  "last_verified": "2026-04-27",
1042
- "path": "skills/oci/oci-exadata-platform-architect",
2568
+ "path": "skills/oci/oci-solution-architect",
1043
2569
  "author": "github: Raishin",
1044
2570
  "version": "0.1.0"
1045
2571
  },
1046
2572
  {
1047
- "id": "oci-fusion-apps-environment-operator",
1048
- "name": "OCI Fusion Apps Environment Operator",
2573
+ "id": "oci-storage-backup-steward",
2574
+ "name": "OCI Storage Backup Steward",
1049
2575
  "type": "skill",
1050
2576
  "provider": "oci",
1051
2577
  "harnesses": [
@@ -1056,7 +2582,7 @@
1056
2582
  "kiro",
1057
2583
  "other"
1058
2584
  ],
1059
- "summary": "OCI Review Fusion Apps as a Service environment families, environments, lifecycle status, availability, and operational readiness. Use for Fusion environment inventory, status checks, change planning, and support evidence.",
2585
+ "summary": "Operate as a ruthless OCI storage and backup steward for Object Storage, Block Volume, File Storage, backup policies, retention, replication, lifecycle rules, restore readiness, and IAM-scoped storage operations. Use when work touches OC...",
1060
2586
  "source_type": "adapted",
1061
2587
  "official_docs": [
1062
2588
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -1064,13 +2590,13 @@
1064
2590
  ],
1065
2591
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1066
2592
  "last_verified": "2026-04-27",
1067
- "path": "skills/oci/oci-fusion-apps-environment-operator",
2593
+ "path": "skills/oci/oci-storage-backup-steward",
1068
2594
  "author": "github: Raishin",
1069
2595
  "version": "0.1.0"
1070
2596
  },
1071
2597
  {
1072
- "id": "oci-goldengate-replication-operator",
1073
- "name": "OCI Goldengate Replication Operator",
2598
+ "id": "oci-support-incident-coordinator",
2599
+ "name": "OCI Support Incident Coordinator",
1074
2600
  "type": "skill",
1075
2601
  "provider": "oci",
1076
2602
  "harnesses": [
@@ -1081,7 +2607,7 @@
1081
2607
  "kiro",
1082
2608
  "other"
1083
2609
  ],
1084
- "summary": "OCI Operate and review Oracle GoldenGate domains, connections, extracts, replicats, checkpoint tables, trails, distribution paths, and replication health. Use for replication setup, lag triage, data movement, and cutover safety.",
2610
+ "summary": "Coordinate OCI support incidents with evidence quality, severity discipline, resource scope, timelines, and escalation readiness. Use for support tickets, incident evidence packs, Oracle SR preparation, and post-incident follow-up.",
1085
2611
  "source_type": "adapted",
1086
2612
  "official_docs": [
1087
2613
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -1089,13 +2615,13 @@
1089
2615
  ],
1090
2616
  "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1091
2617
  "last_verified": "2026-04-27",
1092
- "path": "skills/oci/oci-goldengate-replication-operator",
2618
+ "path": "skills/oci/oci-support-incident-coordinator",
1093
2619
  "author": "github: Raishin",
1094
2620
  "version": "0.1.0"
1095
2621
  },
1096
2622
  {
1097
- "id": "oci-identity-access-governor",
1098
- "name": "OCI Identity Access Governor",
2623
+ "id": "oracle-oci-mcp-grounded-advisor",
2624
+ "name": "Oracle and OCI MCP Grounded Advisor",
1099
2625
  "type": "skill",
1100
2626
  "provider": "oci",
1101
2627
  "harnesses": [
@@ -1106,23 +2632,24 @@
1106
2632
  "kiro",
1107
2633
  "other"
1108
2634
  ],
1109
- "summary": "Govern OCI Identity and Access Management with least-privilege policy review, compartment scoping, group/dynamic-group analysis, and safe access-change workflows. Use for OCI IAM policy design, access audits, privilege reduction, identit...",
1110
- "source_type": "adapted",
2635
+ "summary": "Ground Oracle, OCI, SQLcl, database, and MCP recommendations in official Oracle sources before advising.",
2636
+ "source_type": "original",
1111
2637
  "official_docs": [
1112
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1113
- "https://www.oracle.com/cloud/"
2638
+ "https://www.oracle.com/mcp",
2639
+ "https://github.com/oracle/mcp",
2640
+ "https://docs.oracle.com/en-us/iaas/Content/home.htm"
1114
2641
  ],
1115
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
2642
+ "security_notes": "Oracle database and OCI MCP tools can expose sensitive data or mutate cloud resources. Verify auth model and permissions before recommending use.",
1116
2643
  "last_verified": "2026-04-27",
1117
- "path": "skills/oci/oci-identity-access-governor",
2644
+ "path": "skills/oci/oracle-oci-mcp-grounded-advisor",
1118
2645
  "author": "github: Raishin",
1119
2646
  "version": "0.1.0"
1120
2647
  },
1121
2648
  {
1122
- "id": "oci-iot-digital-twin-engineer",
1123
- "name": "OCI IoT Digital Twin Engineer",
2649
+ "id": "azure-live-arm-deployment-stack-guard",
2650
+ "name": "Azure Live ARM Deployment Stack Guard",
1124
2651
  "type": "skill",
1125
- "provider": "oci",
2652
+ "provider": "azure",
1126
2653
  "harnesses": [
1127
2654
  "codex",
1128
2655
  "claude-code",
@@ -1131,23 +2658,25 @@
1131
2658
  "kiro",
1132
2659
  "other"
1133
2660
  ],
1134
- "summary": "Design and operate OCI IoT digital twin adapters, models, instances, relationships, and domain context. Use for digital twin topology, lifecycle, integration, and safe model/relationship changes.",
1135
- "source_type": "adapted",
2661
+ "summary": "Guard live ARM, Bicep, and Deployment Stack changes with what-if evidence, denySettings review, changeset diff, rollback posture, and approval gates.",
2662
+ "source_type": "original",
1136
2663
  "official_docs": [
1137
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1138
- "https://www.oracle.com/cloud/"
1139
- ],
1140
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1141
- "last_verified": "2026-04-27",
1142
- "path": "skills/oci/oci-iot-digital-twin-engineer",
2664
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-what-if",
2665
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/deployment-stacks",
2666
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/deny-assignments",
2667
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/best-practices"
2668
+ ],
2669
+ "security_notes": "Never execute an ARM or Deployment Stack change without what-if evidence, confirmed target scope, denySettings review, and explicit human approval. Repo write access does not authorize live Azure mutations.",
2670
+ "last_verified": "2026-04-30",
2671
+ "path": "skills/azure/azure-live-arm-deployment-stack-guard",
1143
2672
  "author": "github: Raishin",
1144
2673
  "version": "0.1.0"
1145
2674
  },
1146
2675
  {
1147
- "id": "oci-limits-capacity-planner",
1148
- "name": "OCI Limits Capacity Planner",
2676
+ "id": "azure-live-pim-jit-activation-guard",
2677
+ "name": "Azure Live PIM JIT Activation Guard",
1149
2678
  "type": "skill",
1150
- "provider": "oci",
2679
+ "provider": "azure",
1151
2680
  "harnesses": [
1152
2681
  "codex",
1153
2682
  "claude-code",
@@ -1156,23 +2685,25 @@
1156
2685
  "kiro",
1157
2686
  "other"
1158
2687
  ],
1159
- "summary": "Review OCI service limits, quotas, capacity availability, regional subscriptions, and growth risk. Use before deployments, migrations, DR expansion, shape changes, OKE scaling, database scaling, or quota increase requests.",
1160
- "source_type": "adapted",
2688
+ "summary": "Gate Entra ID PIM eligible role activations with justification, MFA, ticket binding, time-bound scope, and approval workflow gates before any privileged Azure role becomes active.",
2689
+ "source_type": "original",
1161
2690
  "official_docs": [
1162
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1163
- "https://www.oracle.com/cloud/"
1164
- ],
1165
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1166
- "last_verified": "2026-04-27",
1167
- "path": "skills/oci/oci-limits-capacity-planner",
2691
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-deployment-plan",
2692
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-resource-roles-configure-role-settings",
2693
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
2694
+ "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
2695
+ ],
2696
+ "security_notes": "Never activate a PIM role without justification, ticket reference, and MFA confirmation. An agent cannot activate another user's PIM role on their behalf \u2014 only the eligible principal may submit. Requires Entra ID P2 or equivalent license.",
2697
+ "last_verified": "2026-04-30",
2698
+ "path": "skills/azure/azure-live-pim-jit-activation-guard",
1168
2699
  "author": "github: Raishin",
1169
2700
  "version": "0.1.0"
1170
2701
  },
1171
2702
  {
1172
- "id": "oci-load-balancer-traffic-engineer",
1173
- "name": "OCI Load Balancer Traffic Engineer",
2703
+ "id": "azure-live-aks-rollout-guard",
2704
+ "name": "Azure Live AKS Rollout Guard",
1174
2705
  "type": "skill",
1175
- "provider": "oci",
2706
+ "provider": "azure",
1176
2707
  "harnesses": [
1177
2708
  "codex",
1178
2709
  "claude-code",
@@ -1181,23 +2712,25 @@
1181
2712
  "kiro",
1182
2713
  "other"
1183
2714
  ],
1184
- "summary": "Design, review, and troubleshoot OCI Load Balancer and Network Load Balancer traffic paths, listeners, backend sets, certificates, health checks, logging, and failover. Use for L7/L4 traffic engineering and availability reviews.",
1185
- "source_type": "adapted",
2715
+ "summary": "Guard live AKS deployment rollouts with PDB audit, maxUnavailable/surge validation, rollout pause/undo gates, and post-rollout health verification.",
2716
+ "source_type": "original",
1186
2717
  "official_docs": [
1187
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1188
- "https://www.oracle.com/cloud/"
1189
- ],
1190
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1191
- "last_verified": "2026-04-27",
1192
- "path": "skills/oci/oci-load-balancer-traffic-engineer",
2718
+ "https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-security",
2719
+ "https://learn.microsoft.com/en-us/azure/aks/concepts-clusters-workloads",
2720
+ "https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment",
2721
+ "https://kubernetes.io/docs/tasks/run-application/configure-pdb/"
2722
+ ],
2723
+ "security_notes": "Never advance an AKS rollout without PDB audit and replica health check. kubectl rollout undo is safe but must be confirmed before execution to avoid double-rollback churn.",
2724
+ "last_verified": "2026-04-30",
2725
+ "path": "skills/azure/azure-live-aks-rollout-guard",
1193
2726
  "author": "github: Raishin",
1194
2727
  "version": "0.1.0"
1195
2728
  },
1196
2729
  {
1197
- "id": "oci-migration-cutover-architect",
1198
- "name": "OCI Migration Cutover Architect",
2730
+ "id": "azure-live-app-service-slot-swap-guard",
2731
+ "name": "Azure Live App Service Slot Swap Guard",
1199
2732
  "type": "skill",
1200
- "provider": "oci",
2733
+ "provider": "azure",
1201
2734
  "harnesses": [
1202
2735
  "codex",
1203
2736
  "claude-code",
@@ -1206,23 +2739,24 @@
1206
2739
  "kiro",
1207
2740
  "other"
1208
2741
  ],
1209
- "summary": "Plan OCI migrations and cutovers with Cloud Migrations, dependency discovery, waves, rollback, DNS, data sync, validation, and support readiness. Use for migration assessment, move groups, cutover runbooks, and go/no-go reviews.",
1210
- "source_type": "adapted",
2742
+ "summary": "Guard live App Service slot swaps with sticky-settings audit, warmup probe verification, swap-with-preview staging, and instant rollback posture.",
2743
+ "source_type": "original",
1211
2744
  "official_docs": [
1212
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1213
- "https://www.oracle.com/cloud/"
2745
+ "https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots",
2746
+ "https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices",
2747
+ "https://learn.microsoft.com/en-us/azure/app-service/configure-common"
1214
2748
  ],
1215
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1216
- "last_verified": "2026-04-27",
1217
- "path": "skills/oci/oci-migration-cutover-architect",
2749
+ "security_notes": "Never perform a production slot swap without sticky-settings diff audit and warmup health confirmation. A bad swap with no rollback plan can take a production app offline instantly.",
2750
+ "last_verified": "2026-04-30",
2751
+ "path": "skills/azure/azure-live-app-service-slot-swap-guard",
1218
2752
  "author": "github: Raishin",
1219
2753
  "version": "0.1.0"
1220
2754
  },
1221
2755
  {
1222
- "id": "oci-multi-cloud-architect",
1223
- "name": "OCI Multi Cloud Architect",
2756
+ "id": "azure-live-keyvault-rotation-purge-guard",
2757
+ "name": "Azure Live Key Vault Rotation Purge Guard",
1224
2758
  "type": "skill",
1225
- "provider": "oci",
2759
+ "provider": "azure",
1226
2760
  "harnesses": [
1227
2761
  "codex",
1228
2762
  "claude-code",
@@ -1231,23 +2765,25 @@
1231
2765
  "kiro",
1232
2766
  "other"
1233
2767
  ],
1234
- "summary": "Design and review OCI multi-cloud architectures connecting Oracle Cloud Infrastructure with AWS, Azure, Google Cloud, on-premises, or SaaS through VPN, FastConnect, Direct Connect, ExpressRoute, Cloud Interconnect, identity federation, D...",
1235
- "source_type": "adapted",
2768
+ "summary": "Guard Key Vault key rotation, rotation policy changes, soft-delete enforcement, and purge-protection enablement with irreversibility warnings and rollback evidence.",
2769
+ "source_type": "original",
1236
2770
  "official_docs": [
1237
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1238
- "https://www.oracle.com/cloud/"
2771
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-recovery",
2772
+ "https://learn.microsoft.com/en-us/azure/key-vault/keys/about-keys-details",
2773
+ "https://learn.microsoft.com/en-us/azure/key-vault/keys/how-to-configure-key-rotation",
2774
+ "https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices"
1239
2775
  ],
1240
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1241
- "last_verified": "2026-04-27",
1242
- "path": "skills/oci/oci-multi-cloud-architect",
2776
+ "security_notes": "Purge-protection enable is irreversible. Soft-deleted keys can be recovered within the retention window. HSM-backed hard-purged keys cannot be recovered. Never grant purge rights to routine rotation operators.",
2777
+ "last_verified": "2026-04-30",
2778
+ "path": "skills/azure/azure-live-keyvault-rotation-purge-guard",
1243
2779
  "author": "github: Raishin",
1244
2780
  "version": "0.1.0"
1245
2781
  },
1246
2782
  {
1247
- "id": "oci-mysql-heatwave-ai-specialist",
1248
- "name": "OCI Mysql Heatwave AI Specialist",
2783
+ "id": "azure-live-cost-budget-action-guard",
2784
+ "name": "Azure Live Cost Budget Action Guard",
1249
2785
  "type": "skill",
1250
- "provider": "oci",
2786
+ "provider": "azure",
1251
2787
  "harnesses": [
1252
2788
  "codex",
1253
2789
  "claude-code",
@@ -1256,21 +2792,23 @@
1256
2792
  "kiro",
1257
2793
  "other"
1258
2794
  ],
1259
- "summary": "OCI Operate and review MySQL HeatWave, MySQL AI, vector/RAG workflows, connection configs, object storage ingestion, and SQL safety. Use for MySQL AI questions, HeatWave ML, vector store loading, and MySQL operational reviews.",
1260
- "source_type": "adapted",
2795
+ "summary": "Gate Azure budget action changes and GPU/HPC SKU provisioning against approved spend limits, with quota audits and emergency spend-stop playbooks.",
2796
+ "source_type": "original",
1261
2797
  "official_docs": [
1262
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1263
- "https://www.oracle.com/cloud/"
2798
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets",
2799
+ "https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits",
2800
+ "https://learn.microsoft.com/en-us/azure/quotas/quickstart-increase-quota-portal",
2801
+ "https://learn.microsoft.com/en-us/azure/cost-management-billing/finops/overview-finops"
1264
2802
  ],
1265
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1266
- "last_verified": "2026-04-27",
1267
- "path": "skills/oci/oci-mysql-heatwave-ai-specialist",
2803
+ "security_notes": "GPU/HPC SKUs (NDv5, H100, A100) can generate $50K+ daily costs. Never approve quota increases or budget threshold raises without explicit spend-approval sign-off from a financial authority.",
2804
+ "last_verified": "2026-04-30",
2805
+ "path": "skills/azure/azure-live-cost-budget-action-guard",
1268
2806
  "author": "github: Raishin",
1269
2807
  "version": "0.1.0"
1270
2808
  },
1271
2809
  {
1272
- "id": "oci-network-architect",
1273
- "name": "OCI Network Architect",
2810
+ "id": "oci-live-resource-manager-stack-guard",
2811
+ "name": "OCI Live Resource Manager Stack Guard",
1274
2812
  "type": "skill",
1275
2813
  "provider": "oci",
1276
2814
  "harnesses": [
@@ -1281,21 +2819,23 @@
1281
2819
  "kiro",
1282
2820
  "other"
1283
2821
  ],
1284
- "summary": "Design, review, and troubleshoot OCI networking with safe compartment/region scoping, least-privilege network access, VCN/subnet/routing/security-list/NSG analysis, and evidence-based MCP or CLI discovery.",
1285
- "source_type": "adapted",
2822
+ "summary": "Guard OCI Resource Manager stack plan, apply, and destroy jobs with drift detection, state-version rollback, stack auto-lock awareness, and approval gates.",
2823
+ "source_type": "original",
1286
2824
  "official_docs": [
1287
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1288
- "https://www.oracle.com/cloud/"
1289
- ],
1290
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1291
- "last_verified": "2026-04-27",
1292
- "path": "skills/oci/oci-network-architect",
2825
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm",
2826
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/detect-drift.htm",
2827
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/create-job-lock-file.htm",
2828
+ "https://docs.oracle.com/en-us/iaas/Content/ResourceManager/home.htm"
2829
+ ],
2830
+ "security_notes": "OCI Resource Manager auto-locks a stack state during job execution. Never approve an apply or destroy job without a plan-job output review and drift detection evidence. Repo write access does not authorize live OCI infrastructure mutations.",
2831
+ "last_verified": "2026-04-30",
2832
+ "path": "skills/oci/oci-live-resource-manager-stack-guard",
1293
2833
  "author": "github: Raishin",
1294
2834
  "version": "0.1.0"
1295
2835
  },
1296
2836
  {
1297
- "id": "oci-observability-incident-responder",
1298
- "name": "OCI Observability Incident Responder",
2837
+ "id": "oci-live-iam-policy-compartment-guard",
2838
+ "name": "OCI Live IAM Policy Compartment Guard",
1299
2839
  "type": "skill",
1300
2840
  "provider": "oci",
1301
2841
  "harnesses": [
@@ -1306,21 +2846,23 @@
1306
2846
  "kiro",
1307
2847
  "other"
1308
2848
  ],
1309
- "summary": "Operate as a ruthless OCI observability and incident responder for Monitoring alarms, Logging, Events, Notifications, service health, metrics, runbooks, and IAM-scoped incident response. Use when work touches OCI alarms, telemetry, alert...",
1310
- "source_type": "adapted",
2849
+ "summary": "Guard OCI IAM policy writes and dynamic group changes with verb-hierarchy audit, compartment scope enforcement, anti-pattern detection (any-user/any-group), and rollback via statement restore.",
2850
+ "source_type": "original",
1311
2851
  "official_docs": [
1312
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1313
- "https://www.oracle.com/cloud/"
1314
- ],
1315
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1316
- "last_verified": "2026-04-27",
1317
- "path": "skills/oci/oci-observability-incident-responder",
2852
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policygetstarted.htm",
2853
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingdynamicgroups.htm",
2854
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policysyntax.htm",
2855
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/iampolicyreference.htm"
2856
+ ],
2857
+ "security_notes": "Any-user and any-group policies in tenancy root are the most common OCI security misconfiguration. Never approve manage-verb policies at tenancy scope without compartment scoping. Policy deletes take effect immediately with no grace period.",
2858
+ "last_verified": "2026-04-30",
2859
+ "path": "skills/oci/oci-live-iam-policy-compartment-guard",
1318
2860
  "author": "github: Raishin",
1319
2861
  "version": "0.1.0"
1320
2862
  },
1321
2863
  {
1322
- "id": "oci-recovery-service-operator",
1323
- "name": "OCI Recovery Service Operator",
2864
+ "id": "oci-live-oke-rollout-guard",
2865
+ "name": "OCI Live OKE Rollout Guard",
1324
2866
  "type": "skill",
1325
2867
  "provider": "oci",
1326
2868
  "harnesses": [
@@ -1331,21 +2873,23 @@
1331
2873
  "kiro",
1332
2874
  "other"
1333
2875
  ],
1334
- "summary": "Operate OCI Recovery Service protected databases, protection policies, recovery service subnets, backup health, redo status, and recovery metrics. Use for database recovery posture, protected database health, and restore readiness.",
1335
- "source_type": "adapted",
2876
+ "summary": "Guard OKE deployment rollouts via DevOps Service approval stages with canary and blue-green evidence, rollout health verification, and kubectl rollout undo gates.",
2877
+ "source_type": "original",
1336
2878
  "official_docs": [
1337
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1338
- "https://www.oracle.com/cloud/"
1339
- ],
1340
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1341
- "last_verified": "2026-04-27",
1342
- "path": "skills/oci/oci-recovery-service-operator",
2879
+ "https://docs.oracle.com/en-us/iaas/Content/devops/using/deploy_oke.htm",
2880
+ "https://docs.oracle.com/en-us/iaas/Content/devops/using/bgoke_deploy.htm",
2881
+ "https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
2882
+ "https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
2883
+ ],
2884
+ "security_notes": "Never advance an OKE rollout past an approval stage without rollout status and PDB health evidence. kubectl rollout undo is irreversible in the sense that the prior version may not be identical to the deployed artifact \u2014 confirm target revision before undo.",
2885
+ "last_verified": "2026-04-30",
2886
+ "path": "skills/oci/oci-live-oke-rollout-guard",
1343
2887
  "author": "github: Raishin",
1344
2888
  "version": "0.1.0"
1345
2889
  },
1346
2890
  {
1347
- "id": "oci-registry-artifact-governor",
1348
- "name": "OCI Registry Artifact Governor",
2891
+ "id": "oci-live-autonomous-db-lifecycle-guard",
2892
+ "name": "OCI Live Autonomous DB Lifecycle Guard",
1349
2893
  "type": "skill",
1350
2894
  "provider": "oci",
1351
2895
  "harnesses": [
@@ -1356,21 +2900,23 @@
1356
2900
  "kiro",
1357
2901
  "other"
1358
2902
  ],
1359
- "summary": "Govern OCI Registry repositories, container images, artifact access, retention, promotion, and deployment safety. Use for OCIR repository reviews, image lifecycle, DevOps/OKE integration, and least-privilege push/pull access.",
1360
- "source_type": "adapted",
2903
+ "summary": "Guard Autonomous Database lifecycle changes \u2014 scale, start, stop, clone, terminate \u2014 with protection-tag enforcement, backup verification, and connection-string impact analysis before any mutation.",
2904
+ "source_type": "original",
1361
2905
  "official_docs": [
1362
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1363
- "https://www.oracle.com/cloud/"
1364
- ],
1365
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1366
- "last_verified": "2026-04-27",
1367
- "path": "skills/oci/oci-registry-artifact-governor",
2906
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbscaling.htm",
2907
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbstopstart.htm",
2908
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
2909
+ "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
2910
+ ],
2911
+ "security_notes": "ADB termination is permanent \u2014 the database and all backups are deleted. Always verify protection tags before any terminate operation. ADB storage scale-up cannot be reversed. Termination blocked by defined-tag protection requires explicit tag removal approval.",
2912
+ "last_verified": "2026-04-30",
2913
+ "path": "skills/oci/oci-live-autonomous-db-lifecycle-guard",
1368
2914
  "author": "github: Raishin",
1369
2915
  "version": "0.1.0"
1370
2916
  },
1371
2917
  {
1372
- "id": "oci-resource-search-inventory-analyst",
1373
- "name": "OCI Resource Search Inventory Analyst",
2918
+ "id": "oci-live-vault-key-destruction-guard",
2919
+ "name": "OCI Live Vault Key Destruction Guard",
1374
2920
  "type": "skill",
1375
2921
  "provider": "oci",
1376
2922
  "harnesses": [
@@ -1381,21 +2927,23 @@
1381
2927
  "kiro",
1382
2928
  "other"
1383
2929
  ],
1384
- "summary": "Build OCI resource inventories and dependency maps using Resource Search, compartments, tags, and cross-service discovery. Use for tenancy inventory, ownership gaps, orphan detection, migration scoping, and architecture evidence collection.",
1385
- "source_type": "adapted",
2930
+ "summary": "Guard Vault master encryption key scheduled-deletion and HSM rotation with data-association audits, key-usage reference checks, deletion-window enforcement, and cancellation playbooks.",
2931
+ "source_type": "original",
1386
2932
  "official_docs": [
1387
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1388
- "https://www.oracle.com/cloud/"
1389
- ],
1390
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1391
- "last_verified": "2026-04-27",
1392
- "path": "skills/oci/oci-resource-search-inventory-analyst",
2933
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/deletingkeys.htm",
2934
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/rotatingkeys.htm",
2935
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Concepts/keyoverview.htm",
2936
+ "https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/managingkeys.htm"
2937
+ ],
2938
+ "security_notes": "After the scheduled deletion window expires, HSM-backed keys are cryptographically wiped. All data encrypted exclusively by that key version is permanently unrecoverable. Recovery SLA from OCI Support: NONE. Always use a 30-day window and audit data associations before scheduling.",
2939
+ "last_verified": "2026-04-30",
2940
+ "path": "skills/oci/oci-live-vault-key-destruction-guard",
1393
2941
  "author": "github: Raishin",
1394
2942
  "version": "0.1.0"
1395
2943
  },
1396
2944
  {
1397
- "id": "oci-security-compliance-reviewer",
1398
- "name": "OCI Security Compliance Reviewer",
2945
+ "id": "oci-live-cost-budget-runaway-guard",
2946
+ "name": "OCI Live Cost Budget Runaway Guard",
1399
2947
  "type": "skill",
1400
2948
  "provider": "oci",
1401
2949
  "harnesses": [
@@ -1406,23 +2954,25 @@
1406
2954
  "kiro",
1407
2955
  "other"
1408
2956
  ],
1409
- "summary": "Review Oracle Cloud Infrastructure security, IAM, network, logging, encryption, and compliance posture. Use when asked to audit OCI policies, compartments, tenancy security, Cloud Guard findings, buckets, vaults, security lists, NSGs, or...",
1410
- "source_type": "adapted",
2957
+ "summary": "Gate OCI budget mutations and GPU/HPC shape provisioning against compartment spend limits, with inventory searches, quota audits, and emergency spend-stop playbooks.",
2958
+ "source_type": "original",
1411
2959
  "official_docs": [
1412
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1413
- "https://www.oracle.com/cloud/"
1414
- ],
1415
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1416
- "last_verified": "2026-04-27",
1417
- "path": "skills/oci/oci-security-compliance-reviewer",
2960
+ "https://docs.oracle.com/en-us/iaas/Content/Billing/Tasks/managingbudgets.htm",
2961
+ "https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/managinginstances.htm",
2962
+ "https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
2963
+ "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
2964
+ ],
2965
+ "security_notes": "GPU/HPC shapes (BM.GPU4.8, A100, BM.HPC2.36) can generate six-figure monthly costs when left running. Never approve quota increases or budget threshold raises without explicit financial-authority approval. Emergency stop requires Compute operator rights \u2014 escalate if not held.",
2966
+ "last_verified": "2026-04-30",
2967
+ "path": "skills/oci/oci-live-cost-budget-runaway-guard",
1418
2968
  "author": "github: Raishin",
1419
2969
  "version": "0.1.0"
1420
2970
  },
1421
2971
  {
1422
- "id": "oci-solution-architect",
1423
- "name": "OCI Solution Architect",
2972
+ "id": "aws-maestro",
2973
+ "name": "AWS Maestro",
1424
2974
  "type": "skill",
1425
- "provider": "oci",
2975
+ "provider": "aws",
1426
2976
  "harnesses": [
1427
2977
  "codex",
1428
2978
  "claude-code",
@@ -1431,23 +2981,26 @@
1431
2981
  "kiro",
1432
2982
  "other"
1433
2983
  ],
1434
- "summary": "Design, review, and stress-test Oracle Cloud Infrastructure solution architectures across identity, compartments, networking, compute, database, storage, observability, security, reliability, cost, and operations. Use when asked for OCI...",
2984
+ "summary": "Route AWS tasks to the narrowest specialist or team of specialists from the 42-agent catalog. Classifies by domain, dispatches single or parallel (max 4), and enforces live-guard gate for production-change agents.",
1435
2985
  "source_type": "adapted",
1436
2986
  "official_docs": [
1437
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1438
- "https://www.oracle.com/cloud/"
1439
- ],
1440
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1441
- "last_verified": "2026-04-27",
1442
- "path": "skills/oci/oci-solution-architect",
2987
+ "https://docs.aws.amazon.com/",
2988
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html",
2989
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html",
2990
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/agentcore.html",
2991
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html"
2992
+ ],
2993
+ "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live-guard agents without explicit human confirmation, blast-radius assessment, and rollback path.",
2994
+ "last_verified": "2026-04-30",
2995
+ "path": "skills/aws/aws-maestro",
1443
2996
  "author": "github: Raishin",
1444
2997
  "version": "0.1.0"
1445
2998
  },
1446
2999
  {
1447
- "id": "oci-storage-backup-steward",
1448
- "name": "OCI Storage Backup Steward",
3000
+ "id": "azure-maestro",
3001
+ "name": "Azure Maestro",
1449
3002
  "type": "skill",
1450
- "provider": "oci",
3003
+ "provider": "azure",
1451
3004
  "harnesses": [
1452
3005
  "codex",
1453
3006
  "claude-code",
@@ -1456,21 +3009,24 @@
1456
3009
  "kiro",
1457
3010
  "other"
1458
3011
  ],
1459
- "summary": "Operate as a ruthless OCI storage and backup steward for Object Storage, Block Volume, File Storage, backup policies, retention, replication, lifecycle rules, restore readiness, and IAM-scoped storage operations. Use when work touches OC...",
3012
+ "summary": "Route Azure tasks to the narrowest specialist or team of specialists from the 30-agent catalog. Classifies by domain, dispatches single or parallel (max 4), and enforces live-guard gate for production-change agents.",
1460
3013
  "source_type": "adapted",
1461
3014
  "official_docs": [
1462
- "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1463
- "https://www.oracle.com/cloud/"
3015
+ "https://learn.microsoft.com/en-us/azure/",
3016
+ "https://learn.microsoft.com/en-us/azure/architecture/",
3017
+ "https://learn.microsoft.com/en-us/azure/well-architected/",
3018
+ "https://learn.microsoft.com/en-us/azure/role-based-access-control/overview",
3019
+ "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview"
1464
3020
  ],
1465
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1466
- "last_verified": "2026-04-27",
1467
- "path": "skills/oci/oci-storage-backup-steward",
3021
+ "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live-guard agents without explicit human confirmation, blast-radius assessment, and rollback path.",
3022
+ "last_verified": "2026-04-30",
3023
+ "path": "skills/azure/azure-maestro",
1468
3024
  "author": "github: Raishin",
1469
3025
  "version": "0.1.0"
1470
3026
  },
1471
3027
  {
1472
- "id": "oci-support-incident-coordinator",
1473
- "name": "OCI Support Incident Coordinator",
3028
+ "id": "oci-maestro",
3029
+ "name": "OCI Maestro",
1474
3030
  "type": "skill",
1475
3031
  "provider": "oci",
1476
3032
  "harnesses": [
@@ -1481,23 +3037,25 @@
1481
3037
  "kiro",
1482
3038
  "other"
1483
3039
  ],
1484
- "summary": "Coordinate OCI support incidents with evidence quality, severity discipline, resource scope, timelines, and escalation readiness. Use for support tickets, incident evidence packs, Oracle SR preparation, and post-incident follow-up.",
3040
+ "summary": "Route OCI tasks to the narrowest specialist or team of specialists from the 31-agent catalog. Classifies by domain, dispatches single or parallel (max 4), and enforces live-guard gate for production-change agents.",
1485
3041
  "source_type": "adapted",
1486
3042
  "official_docs": [
1487
3043
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
1488
- "https://www.oracle.com/cloud/"
3044
+ "https://www.oracle.com/cloud/",
3045
+ "https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/overview.htm",
3046
+ "https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/securityoverview.htm"
1489
3047
  ],
1490
- "security_notes": "OCI skills may inspect or mutate cloud resources. Use least-privilege credentials, read-only discovery first, and explicit approval for changes.",
1491
- "last_verified": "2026-04-27",
1492
- "path": "skills/oci/oci-support-incident-coordinator",
3048
+ "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live-guard agents without explicit human confirmation, blast-radius assessment, and rollback path. OCI vault key destruction and IAM policy deletion are irreversible.",
3049
+ "last_verified": "2026-04-30",
3050
+ "path": "skills/oci/oci-maestro",
1493
3051
  "author": "github: Raishin",
1494
3052
  "version": "0.1.0"
1495
3053
  },
1496
3054
  {
1497
- "id": "oracle-oci-mcp-grounded-advisor",
1498
- "name": "Oracle and OCI MCP Grounded Advisor",
3055
+ "id": "terraform-maestro",
3056
+ "name": "Terraform Maestro",
1499
3057
  "type": "skill",
1500
- "provider": "oci",
3058
+ "provider": "terraform",
1501
3059
  "harnesses": [
1502
3060
  "codex",
1503
3061
  "claude-code",
@@ -1506,16 +3064,20 @@
1506
3064
  "kiro",
1507
3065
  "other"
1508
3066
  ],
1509
- "summary": "Ground Oracle, OCI, SQLcl, database, and MCP recommendations in official Oracle sources before advising.",
1510
- "source_type": "original",
3067
+ "summary": "Route Terraform and IaC tasks to the right specialist from the cross-cloud IaC catalog. Classifies by domain (review, aws-iac, azure-iac, oci-iac, live-guard), dispatches single or parallel (max 4), and enforces live-guard gate for live apply, destroy, or stack mutations.",
3068
+ "source_type": "adapted",
1511
3069
  "official_docs": [
1512
- "https://www.oracle.com/mcp",
1513
- "https://github.com/oracle/mcp",
1514
- "https://docs.oracle.com/en-us/iaas/Content/home.htm"
1515
- ],
1516
- "security_notes": "Oracle database and OCI MCP tools can expose sensitive data or mutate cloud resources. Verify auth model and permissions before recommending use.",
1517
- "last_verified": "2026-04-27",
1518
- "path": "skills/oci/oracle-oci-mcp-grounded-advisor",
3070
+ "https://developer.hashicorp.com/terraform/docs",
3071
+ "https://developer.hashicorp.com/terraform/language",
3072
+ "https://developer.hashicorp.com/terraform/cli/commands/plan",
3073
+ "https://developer.hashicorp.com/terraform/cli/commands/apply",
3074
+ "https://registry.terraform.io/providers/hashicorp/aws/latest/docs",
3075
+ "https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs",
3076
+ "https://registry.terraform.io/providers/oracle/oci/latest/docs"
3077
+ ],
3078
+ "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live apply, destroy, or stack mutation agents without explicit human confirmation, blast-radius assessment, and rollback path. Terraform destroy is irreversible without state backup.",
3079
+ "last_verified": "2026-04-30",
3080
+ "path": "skills/terraform/terraform-maestro",
1519
3081
  "author": "github: Raishin",
1520
3082
  "version": "0.1.0"
1521
3083
  }