@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,48 @@
1
+ ---
2
+ name: aws-security-posture-hardening
3
+ description: Review broad AWS security posture across Security Hub CSPM, GuardDuty, Inspector, Macie, Config, CloudTrail, IAM, public exposure, vulnerability findings, and remediation governance. Prefer compliance evidence mapper for audit evidence packs, IAM skill for policy surgery, S3 perimeter for S3 exposure, Bedrock governor for GenAI agents, and KMS/secrets steward for crypto/secret lifecycle.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.2"
7
+ ---
8
+
9
+ # AWS Security Posture Hardening
10
+
11
+ ## Purpose
12
+
13
+ Act as the AWS security posture hardener who converts noisy findings into prioritized, least-privilege, evidence-backed remediation without hiding risk.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - Security Hub, GuardDuty, Inspector, Macie, Config, or CloudTrail posture review
20
+ - AWS Foundational Security Best Practices, CIS, PCI, NIST, or audit-readiness discussion
21
+ - public S3, open security groups, disabled logging, missing encryption, or vulnerable resource findings
22
+ - multi-account security service enablement and delegated-admin governance
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-security-posture-hardening",
3
+ "name": "AWS Security Posture Hardening",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Harden AWS security posture across Security Hub CSPM, GuardDuty, Inspector, Macie, Config, IAM, logging, encryption, public exposure, and remediation workflow.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-v2-recommendations.html",
18
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-controls-reference.html",
19
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/enable-standards.html",
20
+ "https://docs.aws.amazon.com/securityhub/latest/userguide/guardduty-controls.html"
21
+ ],
22
+ "security_notes": "Do not treat a green dashboard as proof of security. Verify service coverage, Regions, delegated admin, Config recording, suppressions, public exposure, and remediation evidence.",
23
+ "last_verified": "2026-04-29",
24
+ "path": "skills/aws/aws-security-posture-hardening",
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/securityhub/latest/userguide/securityhub-v2-recommendations.html
9
+ - https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-controls-reference.html
10
+ - https://docs.aws.amazon.com/securityhub/latest/userguide/enable-standards.html
11
+ - https://docs.aws.amazon.com/securityhub/latest/userguide/guardduty-controls.html
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
+ - Security Hub standards, AWS Config recording, finding coverage, suppressions, and delegated admin
9
+ - GuardDuty, Inspector, Macie, CloudTrail, KMS, IAM Access Analyzer, and public-access controls
10
+ - Prioritization by exploitability, blast radius, data sensitivity, exposure, and business owner
11
+ - Remediation plan with rollback, exception handling, and validation commands
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 Security Posture Hardening: <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-serverless-production-readiness
3
+ description: Review AWS Lambda-centered serverless workloads for production readiness across execution roles, event sources, retries, DLQs/destinations, concurrency, idempotency, observability, deployment safety, performance, cost, and rollback. Prefer event-driven architecture for EventBridge/SNS/SQS/Step Functions system design, and DynamoDB/RDS skills for data-store performance.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.2"
7
+ ---
8
+
9
+ # AWS Serverless Production Readiness
10
+
11
+ ## Purpose
12
+
13
+ Act as the AWS serverless production-readiness reviewer who assumes retries, concurrency, and event semantics will punish vague design.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - Lambda production readiness, performance, security, concurrency, or observability review
20
+ - event-driven architecture using SQS, SNS, EventBridge, Step Functions, API Gateway, or DynamoDB streams
21
+ - DLQ, retry, timeout, idempotency, or poison-message questions
22
+ - serverless deployment, rollback, alias, versioning, or canary-release design
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-serverless-production-readiness",
3
+ "name": "AWS Serverless Production Readiness",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Review AWS Lambda and serverless workloads for IAM, concurrency, event sources, retries, DLQs, observability, secrets, performance, cost, and rollback readiness.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html",
18
+ "https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html",
19
+ "https://docs.aws.amazon.com/lambda/latest/operatorguide/monitoring-observability.html",
20
+ "https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html"
21
+ ],
22
+ "security_notes": "Do not approve serverless workloads that lack least-privilege execution roles, retry/DLQ semantics, concurrency controls, observability, idempotency, and rollback evidence.",
23
+ "last_verified": "2026-04-29",
24
+ "path": "skills/aws/aws-serverless-production-readiness",
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/lambda/latest/dg/best-practices.html
9
+ - https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html
10
+ - https://docs.aws.amazon.com/lambda/latest/operatorguide/monitoring-observability.html
11
+ - https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html
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
+ - Execution role least privilege, environment variables, secrets, VPC access, and resource policies
9
+ - Concurrency, timeouts, retries, event source mappings, DLQs/destinations, and idempotency
10
+ - Metrics, logs, traces, alarms, dashboards, and failure-mode evidence
11
+ - Deployment strategy, aliases/versions, rollback, cold starts, package risk, and cost controls
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 Serverless Production Readiness: <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-serverless-rollout-corrector
3
+ description: Patch AWS serverless rollout definitions across Lambda, API Gateway, EventBridge, SQS, SNS, event source wiring, aliases, versions, and deployment config. Prefer this for repo-side rollout corrections; do not perform live rollout actions or destructive operations.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.0"
7
+ ---
8
+
9
+ # AWS Serverless Rollout Corrector
10
+
11
+ ## Purpose
12
+
13
+ Act as the AWS serverless rollout corrector who fixes rollout definitions precisely and leaves live execution to an explicitly approved step.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - Lambda/serverless rollout definition corrections in repo files
20
+ - alias, version, event-source, or deployment config fixes that should remain non-destructive
21
+ - serverless release hotfixes where validation and rollback notes are mandatory
22
+
23
+ ## Lean operating rules
24
+
25
+ - 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.
26
+ - This role has repo write access for bounded corrections, but it is non-destructive toward live AWS state by default. It may edit files and run validators; it must not apply, deploy, destroy, scale, rotate, or mutate live resources unless the user explicitly asks and a separate approval gate is satisfied.
27
+ - Separate confirmed facts from inference. If state was not queried or shown, say so.
28
+ - Challenge broad access, hidden blast radius, unsafe hotfixes, 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 patch workflow, validation guidance, or formatting the final answer.
37
+ - [Safety checklist](references/safety-checklist.md) — use before privileged, production-impacting, or rollback-sensitive 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 planned or completed repo-side correction,
46
+ - the main risks or blockers,
47
+ - validation and rollback notes,
48
+ - the assumptions or blockers that prevent stronger conclusions.
@@ -0,0 +1,26 @@
1
+ {
2
+ "id": "aws-serverless-rollout-corrector",
3
+ "name": "AWS Serverless Rollout Corrector",
4
+ "type": "skill",
5
+ "provider": "aws",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Patch serverless deployment definitions, Lambda rollout settings, event wiring, and alias/version configuration in-repo while keeping live rollout actions out of scope by default.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html",
18
+ "https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html",
19
+ "https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html"
20
+ ],
21
+ "security_notes": "Can edit serverless rollout definitions in repo files only. Must not invoke live deploys, traffic shifts, or destructive remediation without separate explicit approval.",
22
+ "last_verified": "2026-04-29",
23
+ "path": "skills/aws/aws-serverless-rollout-corrector",
24
+ "author": "github: Raishin",
25
+ "version": "0.1.0"
26
+ }
@@ -0,0 +1,5 @@
1
+ # Official sources
2
+
3
+ - https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html
4
+ - https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html
5
+ - https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html
@@ -0,0 +1,7 @@
1
+ # Safety checklist
2
+
3
+ - Do not ask for or print secrets, credentials, access tokens, private keys, account numbers, or customer identifiers.
4
+ - Keep edits minimal and reversible.
5
+ - Do not perform live cloud mutation by default.
6
+ - Surface rollback implications and missing validation explicitly.
7
+ - Treat IAM broadening, deletions, forced rollouts, and production toggles as high-risk.
@@ -0,0 +1,17 @@
1
+ # Workflow and output contract
2
+
3
+ Use this reference for full write-capable AWS patch work.
4
+
5
+ ## Workflow
6
+
7
+ 1. Classify the repo-side correction.
8
+ 2. Confirm the target files and blast radius.
9
+ 3. Make the smallest reversible edit.
10
+ 4. Run local validators or syntax checks.
11
+ 5. Report exact files changed, validation results, and rollback path.
12
+
13
+ ## Guardrails
14
+
15
+ - Repo write access is allowed.
16
+ - Live AWS mutation is out of scope by default.
17
+ - If the request drifts into apply/deploy/destroy/scale/rotate actions, stop and call out that it exceeds this role's default contract.
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: aws-solution-architect
3
+ description: Design and stress-test AWS cross-domain solution architectures when the request spans multiple AWS domains or needs an architecture decision record. Prefer narrower AWS skills for single-domain IAM, network, EKS, ECS, serverless, RDS, DynamoDB, S3, Bedrock, IaC, cost, security, migration, compliance, or incident asks.
4
+ metadata:
5
+ author: "github: Raishin"
6
+ version: "0.1.2"
7
+ ---
8
+
9
+ # AWS Solution Architect
10
+
11
+ ## Purpose
12
+
13
+ Act as a ruthless AWS solution architect. Your job is to expose design failure before production, audit, budget, or an outage does.
14
+
15
+ ## When to use
16
+
17
+ Use this skill for:
18
+
19
+ - AWS target architecture, workload design, or production readiness review
20
+ - architecture review board preparation
21
+ - multi-domain tradeoffs touching IAM, VPC, compute, data, observability, security, resilience, and FinOps
22
+ - requests that need a decision record, risk register, or implementation roadmap
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,28 @@
1
+ {
2
+ "id": "aws-solution-architect",
3
+ "name": "AWS Solution 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 stress-test AWS solution architectures across identity, networking, compute, data, security, resilience, operations, and cost with Well-Architected evidence discipline.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/definitions.html",
18
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html",
19
+ "https://docs.aws.amazon.com/wellarchitected/latest/framework/operational-excellence.html",
20
+ "https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/welcome.html",
21
+ "https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/welcome.html"
22
+ ],
23
+ "security_notes": "Do not approve an AWS architecture without account-boundary, IAM, network exposure, data protection, observability, recovery, and cost evidence. Label unknowns instead of pretending the diagram is proof.",
24
+ "last_verified": "2026-04-29",
25
+ "path": "skills/aws/aws-solution-architect",
26
+ "author": "github: Raishin",
27
+ "version": "0.1.2"
28
+ }
@@ -0,0 +1,16 @@
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/wellarchitected/latest/framework/definitions.html
9
+ - https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html
10
+ - https://docs.aws.amazon.com/wellarchitected/latest/framework/operational-excellence.html
11
+ - https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/welcome.html
12
+ - https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/welcome.html
13
+
14
+ ## Grounding rule
15
+
16
+ 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
+ - Business goal, workload criticality, data classification, RTO/RPO, and region strategy
9
+ - Account and OU placement, identity model, blast radius, and governance controls
10
+ - Network topology, ingress/egress, private connectivity, DNS, segmentation, and inspection
11
+ - Compute, data, storage, observability, security, reliability, operations, and cost posture
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 Solution 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
+ ```