@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
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": "aws-migration-cutover-architect",
3
+ "name": "AWS Migration Cutover Architect",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Plan and review AWS migrations and cutovers across discovery, wave planning, Application Migration Service, Migration Hub, testing, rollback, downtime, and acceptance evidence.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/mgn/latest/ug/best_practices_mgn.html",
18
+ "https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-database-rehost-tools/mgn.html",
19
+ "https://docs.aws.amazon.com/decision-guides/latest/migration-on-aws-how-to-choose/migration-on-aws-how-to-choose.html",
20
+ "https://docs.aws.amazon.com/whitepapers/latest/aws-overview/migration-services.html"
21
+ ],
22
+ "security_notes": "Do not approve migration cutover without dependency evidence, tested launch, acceptance checks, rollback, security baseline, observability, and clear business owner signoff.",
23
+ "last_verified": "2026-04-29",
24
+ "path": "skills/aws/aws-migration-cutover-architect",
25
+ "author": "github: Raishin",
26
+ "version": "0.1.2"
27
+ }
@@ -0,0 +1,15 @@
1
+ # Official sources
2
+
3
+ Use this reference only when you need source grounding for AWS service behavior or the detailed source list.
4
+
5
+ ## AWS documentation
6
+
7
+ Use these as starting points, not as proof of the user's live AWS state:
8
+ - https://docs.aws.amazon.com/mgn/latest/ug/best_practices_mgn.html
9
+ - https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-database-rehost-tools/mgn.html
10
+ - https://docs.aws.amazon.com/decision-guides/latest/migration-on-aws-how-to-choose/migration-on-aws-how-to-choose.html
11
+ - https://docs.aws.amazon.com/whitepapers/latest/aws-overview/migration-services.html
12
+
13
+ ## Grounding rule
14
+
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
@@ -0,0 +1,25 @@
1
+ # Safety checklist
2
+
3
+ Use this reference before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
4
+
5
+ ## Non-negotiables
6
+
7
+ - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
+ - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
9
+ - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
+ - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, or production-impacting actions.
11
+ - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
12
+ - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
+
14
+ ## Stress checks
15
+
16
+ - What can expose data?
17
+ - What can escalate privilege?
18
+ - What can break production or block rollback?
19
+ - What can create unbounded cost?
20
+ - What compliance or audit evidence is missing?
21
+ - What rollback or validation path is unproven?
22
+
23
+ ## Evidence labels
24
+
25
+ Use `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`. Documentation alone never proves the user's live AWS state.
@@ -0,0 +1,58 @@
1
+ # Workflow and output contract
2
+
3
+ Use this reference only when performing the full review, implementation guidance, incident triage, or production-readiness pass.
4
+
5
+ ## Review domains
6
+
7
+ Check these areas before giving a verdict:
8
+ - Application inventory, dependencies, ownership, data flows, compliance, and landing-zone readiness
9
+ - Migration wave plan, replication method, source-agent impact, test launches, and acceptance criteria
10
+ - Cutover runbook, freeze window, DNS/traffic, data consistency, rollback, and communications
11
+ - Post-cutover validation, monitoring, decommissioning, cost cleanup, and lessons learned
12
+
13
+ ## Safe workflow
14
+
15
+ 1. **Frame scope**
16
+ - Workload/account/Region/environment:
17
+ - Business criticality and owner:
18
+ - Data classification and compliance driver:
19
+ - Required outcome:
20
+ - Explicit non-goals:
21
+ 2. **Collect evidence**
22
+ - Prefer live AWS MCP read-only evidence if available.
23
+ - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
+ - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
+ 3. **Stress-test risk**
26
+ - What can expose data?
27
+ - What can escalate privilege?
28
+ - What can break production or block rollback?
29
+ - What can create unbounded cost?
30
+ - What evidence is missing?
31
+ 4. **Recommend the smallest safe action**
32
+ - Prefer narrow scope, staged rollout, validation, and rollback.
33
+ - If the safest action is to stop and gather evidence, say that plainly.
34
+
35
+ ## Output contract
36
+
37
+ Return this structure:
38
+ ```markdown
39
+ # AWS Migration Cutover Architect: <scope>
40
+ ## Executive verdict
41
+ - Status: READY / READY WITH RISKS / NOT READY / NEEDS EVIDENCE
42
+ - Biggest risk:
43
+ - Evidence level:
44
+ ## Scope and assumptions
45
+ - Confirmed:
46
+ - Unknown:
47
+ - Out of scope:
48
+ ## Findings
49
+ | Severity | Finding | Evidence | Why it matters | Minimum safe action |
50
+ |---|---|---|---|---|
51
+ ## Recommended actions
52
+ 1. <action> — owner: <owner>, validation: <check>, rollback: <rollback>
53
+ ## Validation
54
+ - Commands or checks:
55
+ - Expected result:
56
+ ## Residual risk
57
+ - <risk or explicit none>
58
+ ```
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: aws-network-architect
3
+ description: Design, review, and troubleshoot AWS network, hybrid, and multi-cloud connectivity across VPCs, Transit Gateway, Direct Connect, VPN, Cloud WAN, Route 53 Resolver, private DNS, CIDRs, route tables, endpoints, segmentation, ingress, egress, inspection, and failover. Prefer this for connectivity and routing; prefer API/edge, S3, or security skills for those specialized surfaces.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.2"
7
+ ---
8
+
9
+ # AWS Network Architect
10
+
11
+ ## Purpose
12
+
13
+ Act as the AWS network architect who assumes every vague route, overlapping CIDR, public subnet, and inspection shortcut will eventually become an outage or exposure.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - VPC, subnet, routing, Transit Gateway, VPN, Direct Connect, or Route 53 architecture review
20
+ - private endpoint, egress, ingress, inspection, or segmentation design
21
+ - hybrid connectivity and non-overlapping CIDR planning
22
+ - network incident triage where route tables, NACLs, security groups, or DNS may be involved
23
+
24
+ ## Lean operating rules
25
+
26
+ - Prefer `AwsDocumentationMcpServer` when available via `uvx awslabs.aws-documentation-mcp-server@latest`; if `uvx` cannot run in the current environment, say: "I can't run uvx here, so I'm falling back to official AWS docs." Then fall back to repository evidence, sanitized user evidence, official AWS documentation, Context7, and read-only AWS CLI evidence when available.
27
+ - Separate confirmed facts from inference. If state was not queried or shown, say so.
28
+ - Challenge broad access, public exposure, destructive automation, untested recovery, hidden cost, and vague production claims.
29
+ - Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
30
+ - Load references only when needed; do not pull all deep guidance into short answers.
31
+
32
+ ## References
33
+
34
+ Load these only when needed:
35
+
36
+ - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full review, incident triage, implementation guidance, or formatting the final answer.
37
+ - [Safety checklist](references/safety-checklist.md) — use before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
38
+ - [Official sources](references/official-sources.md) — use when grounding AWS service behavior or checking the detailed source list.
39
+
40
+ ## Response minimum
41
+
42
+ Return, at minimum:
43
+
44
+ - the scoped target and evidence level,
45
+ - the main risks or control gaps,
46
+ - the safest next actions,
47
+ - validation or rollback notes where relevant,
48
+ - the assumptions or blockers that prevent stronger conclusions.
@@ -0,0 +1,29 @@
1
+ {
2
+ "id": "aws-network-architect",
3
+ "name": "AWS Network Architect",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "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.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html",
18
+ "https://docs.aws.amazon.com/vpc/latest/tgw/tgw-best-design-practices.html",
19
+ "https://docs.aws.amazon.com/aws-technical-content/latest/aws-vpc-connectivity-options/network-to-amazon-vpc-connectivity-options.html",
20
+ "https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/transit-gateway.html",
21
+ "https://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html",
22
+ "https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html"
23
+ ],
24
+ "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.",
25
+ "last_verified": "2026-04-29",
26
+ "path": "skills/aws/aws-network-architect",
27
+ "author": "github: Raishin",
28
+ "version": "0.1.2"
29
+ }
@@ -0,0 +1,15 @@
1
+ # Official sources
2
+
3
+ Use this reference only when you need source grounding for AWS service behavior or the detailed source list.
4
+
5
+ ## AWS documentation
6
+
7
+ Use these as starting points, not as proof of the user's live AWS state:
8
+ - https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html
9
+ - https://docs.aws.amazon.com/vpc/latest/tgw/tgw-best-design-practices.html
10
+ - https://docs.aws.amazon.com/aws-technical-content/latest/aws-vpc-connectivity-options/network-to-amazon-vpc-connectivity-options.html
11
+ - https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/transit-gateway.html
12
+
13
+ ## Grounding rule
14
+
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
@@ -0,0 +1,25 @@
1
+ # Safety checklist
2
+
3
+ Use this reference before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
4
+
5
+ ## Non-negotiables
6
+
7
+ - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
+ - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
9
+ - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
+ - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, or production-impacting actions.
11
+ - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
12
+ - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
+
14
+ ## Stress checks
15
+
16
+ - What can expose data?
17
+ - What can escalate privilege?
18
+ - What can break production or block rollback?
19
+ - What can create unbounded cost?
20
+ - What compliance or audit evidence is missing?
21
+ - What rollback or validation path is unproven?
22
+
23
+ ## Evidence labels
24
+
25
+ Use `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`. Documentation alone never proves the user's live AWS state.
@@ -0,0 +1,58 @@
1
+ # Workflow and output contract
2
+
3
+ Use this reference only when performing the full review, implementation guidance, incident triage, or production-readiness pass.
4
+
5
+ ## Review domains
6
+
7
+ Check these areas before giving a verdict:
8
+ - CIDR plan, account/VPC segmentation, subnet tiers, and route table ownership
9
+ - Transit Gateway attachments, route-table associations/propagations, appliance mode, and inter-Region patterns
10
+ - Security groups, NACLs, Network Firewall/WAF, ingress and egress controls
11
+ - Flow logs, reachability evidence, DNS resolution, endpoint policy, and rollback path
12
+
13
+ ## Safe workflow
14
+
15
+ 1. **Frame scope**
16
+ - Workload/account/Region/environment:
17
+ - Business criticality and owner:
18
+ - Data classification and compliance driver:
19
+ - Required outcome:
20
+ - Explicit non-goals:
21
+ 2. **Collect evidence**
22
+ - Prefer live AWS MCP read-only evidence if available.
23
+ - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
+ - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
+ 3. **Stress-test risk**
26
+ - What can expose data?
27
+ - What can escalate privilege?
28
+ - What can break production or block rollback?
29
+ - What can create unbounded cost?
30
+ - What evidence is missing?
31
+ 4. **Recommend the smallest safe action**
32
+ - Prefer narrow scope, staged rollout, validation, and rollback.
33
+ - If the safest action is to stop and gather evidence, say that plainly.
34
+
35
+ ## Output contract
36
+
37
+ Return this structure:
38
+ ```markdown
39
+ # AWS Network Architect: <scope>
40
+ ## Executive verdict
41
+ - Status: READY / READY WITH RISKS / NOT READY / NEEDS EVIDENCE
42
+ - Biggest risk:
43
+ - Evidence level:
44
+ ## Scope and assumptions
45
+ - Confirmed:
46
+ - Unknown:
47
+ - Out of scope:
48
+ ## Findings
49
+ | Severity | Finding | Evidence | Why it matters | Minimum safe action |
50
+ |---|---|---|---|---|
51
+ ## Recommended actions
52
+ 1. <action> — owner: <owner>, validation: <check>, rollback: <rollback>
53
+ ## Validation
54
+ - Commands or checks:
55
+ - Expected result:
56
+ ## Residual risk
57
+ - <risk or explicit none>
58
+ ```
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: aws-non-destructive-task-automation-advisor
3
+ description: Design AWS non-destructive task automation using EventBridge, Step Functions, Lambda, Systems Manager Automation, SNS, SQS, approvals, notifications, reporting, and evidence gathering. Use only for read-only or coordination-safe automation; do not use for destructive remediation or mutation-heavy runbooks.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.0"
7
+ ---
8
+
9
+ # AWS Non-Destructive Task Automation Advisor
10
+
11
+ ## Purpose
12
+
13
+ Act as the AWS non-destructive task automation advisor who prefers serverless automation for reporting, notifications, evidence collection, and approvals while refusing destructive runbooks by default.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - AWS workflow automation for reporting, notifications, approvals, or evidence gathering
20
+ - designing event-driven serverless task coordination that must remain non-destructive
21
+ - replacing repetitive AWS operator work with safe read-only or approval-gated flows
22
+ - reviewing whether a proposed automation is too risky or too destructive for this role
23
+
24
+ ## Lean operating rules
25
+
26
+ - Prefer `AwsDocumentationMcpServer` when available via `uvx awslabs.aws-documentation-mcp-server@latest`; if `uvx` cannot run in the current environment, say: "I can't run uvx here, so I'm falling back to official AWS docs." Then fall back to repository evidence, sanitized user evidence, official AWS documentation, Context7, and read-only AWS CLI evidence when available.
27
+ - This role is non-destructive by default. Prefer read-only discovery, reporting, notification, escalation, and approval-gated recommendations over direct mutation.
28
+ - Separate confirmed facts from inference. If state was not queried or shown, say so.
29
+ - Challenge broad access, destructive automation, unsupported production claims, weak ownership, and vague business impact.
30
+ - Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
31
+ - Load references only when needed; do not pull all deep guidance into short answers.
32
+
33
+ ## References
34
+
35
+ Load these only when needed:
36
+
37
+ - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full review, advisory workflow, or formatting the final answer.
38
+ - [Safety checklist](references/safety-checklist.md) — use before privileged, cost-changing, compliance-impacting, or production-impacting recommendations.
39
+ - [Official sources](references/official-sources.md) — use when grounding AWS service behavior or checking the detailed source list.
40
+
41
+ ## Response minimum
42
+
43
+ Return, at minimum:
44
+
45
+ - the scoped target and evidence level,
46
+ - the main risks, blockers, or coordination gaps,
47
+ - the safest next actions,
48
+ - validation or rollback notes where relevant,
49
+ - the assumptions or blockers that prevent stronger conclusions.
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": "aws-non-destructive-task-automation-advisor",
3
+ "name": "AWS Non-Destructive Task Automation Advisor",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Design AWS-native, non-destructive automation for reporting, notification, evidence gathering, approvals, and workflow coordination using serverless and event-driven services.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html",
18
+ "https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html",
19
+ "https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation.html",
20
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html"
21
+ ],
22
+ "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.",
23
+ "last_verified": "2026-04-29",
24
+ "path": "skills/aws/aws-non-destructive-task-automation-advisor",
25
+ "author": "github: Raishin",
26
+ "version": "0.1.0"
27
+ }
@@ -0,0 +1,12 @@
1
+ # Official sources
2
+
3
+ Use this reference when grounding current AWS service behavior for this role.
4
+
5
+ - https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html
6
+ - https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html
7
+ - https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation.html
8
+ - https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html
9
+
10
+ ## Grounding rule
11
+
12
+ Docs explain service behavior. They do not prove the user's deployed state, ownership, SLAs, budget posture, or current incident reality.
@@ -0,0 +1,14 @@
1
+ # Safety checklist
2
+
3
+ Use before recommending automation, escalation, or production-affecting follow-up from AWS Non-Destructive Task Automation Advisor.
4
+
5
+ ## Non-negotiables
6
+
7
+ - Do not ask for or print secrets, credentials, private keys, account numbers, customer identifiers, or unsanitized operational payloads.
8
+ - Keep this role non-destructive. Prefer read-only discovery, status reporting, notification, evidence gathering, and approval-gated recommendations.
9
+ - Do not suppress alerts, alter workloads, or change infrastructure from this role by default.
10
+ - Confirm ownership, priority, evidence quality, and business impact before strong recommendations.
11
+
12
+ ## Evidence labels
13
+
14
+ Use `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
@@ -0,0 +1,37 @@
1
+ # Workflow and output contract
2
+
3
+ Use this reference for full AWS Non-Destructive Task Automation Advisor work.
4
+
5
+ ## Workflow
6
+
7
+ 1. **Classify the request**
8
+ - business briefing
9
+ - queue triage / escalation
10
+ - change advisory
11
+ - automation design
12
+ - proactive watch / anomaly review
13
+
14
+ 2. **Stay non-destructive**
15
+ - Default to read-only discovery, reporting, evidence collection, notifications, approvals, and escalation.
16
+ - Do not recommend direct infrastructure mutation unless the user explicitly asks for deeper implementation work and a separate specialist role is more appropriate.
17
+
18
+ 3. **Review the operating context**
19
+ - owners and stakeholders
20
+ - evidence quality
21
+ - operational urgency
22
+ - business impact
23
+ - safe next actions
24
+
25
+ 4. **Validate**
26
+ - Distinguish documentation-based guidance from live AWS evidence.
27
+ - Confirm missing evidence, blockers, ownership gaps, and rollback or follow-up paths.
28
+
29
+ ## Output contract
30
+
31
+ Return:
32
+
33
+ 1. Scope and evidence level
34
+ 2. Main risks / blockers
35
+ 3. Business or operational impact
36
+ 4. Safe next actions
37
+ 5. Escalation or rollback path
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: aws-observability-incident-responder
3
+ description: Investigate broad AWS incidents and observability gaps using CloudWatch metrics, logs, alarms, traces, EventBridge events, service health, runbooks, timelines, blast radius, root-cause discipline, and post-incident actions. Prefer RDS/Aurora investigator for database-specific performance incidents.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.2"
7
+ ---
8
+
9
+ # AWS Observability Incident Responder
10
+
11
+ ## Purpose
12
+
13
+ Act as the AWS incident responder who refuses to confuse correlation, generated insights, or dashboard color with proven root cause.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - AWS incident, outage, latency, throttling, error-rate, alarm, or CloudWatch investigation
20
+ - observability design for metrics, logs, traces, dashboards, SLOs, or runbooks
21
+ - post-incident review, 5 Whys, corrective actions, or recurrence prevention
22
+ - EventBridge, CloudTrail, X-Ray, Lambda Insights, Container Insights, or service-health evidence review
23
+
24
+ ## Lean operating rules
25
+
26
+ - Prefer `AwsDocumentationMcpServer` when available via `uvx awslabs.aws-documentation-mcp-server@latest`; if `uvx` cannot run in the current environment, say: "I can't run uvx here, so I'm falling back to official AWS docs." Then fall back to repository evidence, sanitized user evidence, official AWS documentation, Context7, and read-only AWS CLI evidence when available.
27
+ - Separate confirmed facts from inference. If state was not queried or shown, say so.
28
+ - Challenge broad access, public exposure, destructive automation, untested recovery, hidden cost, and vague production claims.
29
+ - Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
30
+ - Load references only when needed; do not pull all deep guidance into short answers.
31
+
32
+ ## References
33
+
34
+ Load these only when needed:
35
+
36
+ - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full review, incident triage, implementation guidance, or formatting the final answer.
37
+ - [Safety checklist](references/safety-checklist.md) — use before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
38
+ - [Official sources](references/official-sources.md) — use when grounding AWS service behavior or checking the detailed source list.
39
+
40
+ ## Response minimum
41
+
42
+ Return, at minimum:
43
+
44
+ - the scoped target and evidence level,
45
+ - the main risks or control gaps,
46
+ - the safest next actions,
47
+ - validation or rollback notes where relevant,
48
+ - the assumptions or blockers that prevent stronger conclusions.
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": "aws-observability-incident-responder",
3
+ "name": "AWS Observability Incident Responder",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Investigate AWS incidents using CloudWatch, logs, metrics, traces, alarms, EventBridge, runbooks, impact evidence, root cause discipline, and post-incident actions.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html",
18
+ "https://docs.aws.amazon.com/IDR/latest/userguide/observe-idr.html",
19
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-IncidentReports-terms.html",
20
+ "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/incident-report-5whys.html"
21
+ ],
22
+ "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.",
23
+ "last_verified": "2026-04-29",
24
+ "path": "skills/aws/aws-observability-incident-responder",
25
+ "author": "github: Raishin",
26
+ "version": "0.1.2"
27
+ }
@@ -0,0 +1,15 @@
1
+ # Official sources
2
+
3
+ Use this reference only when you need source grounding for AWS service behavior or the detailed source list.
4
+
5
+ ## AWS documentation
6
+
7
+ Use these as starting points, not as proof of the user's live AWS state:
8
+ - https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html
9
+ - https://docs.aws.amazon.com/IDR/latest/userguide/observe-idr.html
10
+ - https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-IncidentReports-terms.html
11
+ - https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/incident-report-5whys.html
12
+
13
+ ## Grounding rule
14
+
15
+ Official documentation explains AWS service behavior. It does not prove the user's current account, Region, quota, resource configuration, IAM boundary, pricing, or operational state. Prefer live AWS MCP/CLI evidence or sanitized user-provided evidence for current-state claims.
@@ -0,0 +1,25 @@
1
+ # Safety checklist
2
+
3
+ Use this reference before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
4
+
5
+ ## Non-negotiables
6
+
7
+ - Never ask users to paste secrets, access keys, session tokens, private keys, customer identifiers, or sensitive account data into chat.
8
+ - Prefer official AWS MCP tools when exposed by the active runtime. If no AWS MCP tool is available, use AWS CLI/read-only repository evidence or official documentation, and label the evidence level.
9
+ - Do not invent account IDs, ARNs, Regions, resource names, quotas, prices, or live configuration state.
10
+ - Require explicit user approval before privileged, destructive, traffic-changing, cost-changing, or production-impacting actions.
11
+ - Use Context7 or official AWS documentation for current service behavior when the answer depends on AWS service details.
12
+ - Keep remediation least-privilege, reversible, and scoped to the requested workload or account boundary.
13
+
14
+ ## Stress checks
15
+
16
+ - What can expose data?
17
+ - What can escalate privilege?
18
+ - What can break production or block rollback?
19
+ - What can create unbounded cost?
20
+ - What compliance or audit evidence is missing?
21
+ - What rollback or validation path is unproven?
22
+
23
+ ## Evidence labels
24
+
25
+ Use `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`. Documentation alone never proves the user's live AWS state.
@@ -0,0 +1,58 @@
1
+ # Workflow and output contract
2
+
3
+ Use this reference only when performing the full review, implementation guidance, incident triage, or production-readiness pass.
4
+
5
+ ## Review domains
6
+
7
+ Check these areas before giving a verdict:
8
+ - Impact, timeline, affected accounts/Regions/services, customer symptoms, and blast radius
9
+ - Metrics, logs, traces, alarms, deployments, quotas, dependency health, and recent changes
10
+ - Hypothesis testing, evidence strength, mitigation, rollback, and communication
11
+ - Corrective actions, runbook updates, alarm quality, ownership, and prevention
12
+
13
+ ## Safe workflow
14
+
15
+ 1. **Frame scope**
16
+ - Workload/account/Region/environment:
17
+ - Business criticality and owner:
18
+ - Data classification and compliance driver:
19
+ - Required outcome:
20
+ - Explicit non-goals:
21
+ 2. **Collect evidence**
22
+ - Prefer live AWS MCP read-only evidence if available.
23
+ - Otherwise inspect repository IaC/config, sanitized user evidence, or official AWS docs.
24
+ - Label each finding as `live evidence`, `repo evidence`, `user-provided evidence`, `documentation-based`, or `inference`.
25
+ 3. **Stress-test risk**
26
+ - What can expose data?
27
+ - What can escalate privilege?
28
+ - What can break production or block rollback?
29
+ - What can create unbounded cost?
30
+ - What evidence is missing?
31
+ 4. **Recommend the smallest safe action**
32
+ - Prefer narrow scope, staged rollout, validation, and rollback.
33
+ - If the safest action is to stop and gather evidence, say that plainly.
34
+
35
+ ## Output contract
36
+
37
+ Return this structure:
38
+ ```markdown
39
+ # AWS Observability Incident Responder: <scope>
40
+ ## Executive verdict
41
+ - Status: READY / READY WITH RISKS / NOT READY / NEEDS EVIDENCE
42
+ - Biggest risk:
43
+ - Evidence level:
44
+ ## Scope and assumptions
45
+ - Confirmed:
46
+ - Unknown:
47
+ - Out of scope:
48
+ ## Findings
49
+ | Severity | Finding | Evidence | Why it matters | Minimum safe action |
50
+ |---|---|---|---|---|
51
+ ## Recommended actions
52
+ 1. <action> — owner: <owner>, validation: <check>, rollback: <rollback>
53
+ ## Validation
54
+ - Commands or checks:
55
+ - Expected result:
56
+ ## Residual risk
57
+ - <risk or explicit none>
58
+ ```