@raishin/vanguard-frontier-agentic 1.3.0 → 1.4.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 (155) hide show
  1. package/README.md +23 -1
  2. package/agents/kubernetes/kubernetes-live-admission-policy-guard-agent/metadata.json +2 -1
  3. package/agents/kubernetes/kubernetes-live-argocd-sync-guard-agent/metadata.json +2 -1
  4. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/metadata.json +2 -1
  5. package/agents/kubernetes/kubernetes-live-network-policy-guard-agent/metadata.json +2 -1
  6. package/agents/kubernetes/kubernetes-live-velero-restore-guard-agent/metadata.json +2 -1
  7. package/agents/kubernetes/kubernetes-psa-review-agent/metadata.json +2 -1
  8. package/agents/terraform/terraform-reviewer/AGENT.md +2 -1
  9. package/catalog/skill-manifest.json +414 -414
  10. package/package.json +23 -4
  11. package/schemas/AGENTS.md +14 -0
  12. package/schemas/agent.frontmatter.schema.json +89 -0
  13. package/schemas/agent.schema.json +8 -0
  14. package/schemas/skill.frontmatter.schema.json +95 -0
  15. package/scripts/apply-skill-allowed-tools.py +142 -0
  16. package/scripts/backfill-skill-metadata.py +410 -0
  17. package/scripts/export-marketplace-agents.mjs +175 -0
  18. package/skills/argocd/argo-rollouts-progressive-delivery-review/SKILL.md +3 -0
  19. package/skills/argocd/argocd-gitops-review/SKILL.md +3 -0
  20. package/skills/aws/aws-agentcore/SKILL.md +3 -0
  21. package/skills/aws/aws-api-edge-delivery-review/SKILL.md +3 -0
  22. package/skills/aws/aws-bedrock-agent-security-governor/SKILL.md +3 -0
  23. package/skills/aws/aws-change-impact-advisor/SKILL.md +3 -0
  24. package/skills/aws/aws-ci-cd-release-engineer/SKILL.md +3 -0
  25. package/skills/aws/aws-compliance-evidence-mapper/SKILL.md +3 -0
  26. package/skills/aws/aws-cost-anomaly-watch-coordinator/SKILL.md +3 -0
  27. package/skills/aws/aws-cost-optimization-governor/SKILL.md +3 -0
  28. package/skills/aws/aws-daily-operations-briefing-coordinator/SKILL.md +3 -0
  29. package/skills/aws/aws-data-protection-backup-steward/SKILL.md +3 -0
  30. package/skills/aws/aws-deployment-hotfix-operator/SKILL.md +3 -0
  31. package/skills/aws/aws-devops-agent-skill-designer/SKILL.md +3 -0
  32. package/skills/aws/aws-dynamodb-data-modeling-performance-review/SKILL.md +3 -0
  33. package/skills/aws/aws-ec2-compute-operations-steward/SKILL.md +3 -0
  34. package/skills/aws/aws-ecs-fargate-platform-operator/SKILL.md +3 -0
  35. package/skills/aws/aws-ecs-service-remediation-operator/SKILL.md +3 -0
  36. package/skills/aws/aws-eks-platform-operator/SKILL.md +3 -0
  37. package/skills/aws/aws-event-driven-architecture-review/SKILL.md +3 -0
  38. package/skills/aws/aws-generative-ai-developer/SKILL.md +3 -0
  39. package/skills/aws/aws-iac-change-safety-review/SKILL.md +3 -0
  40. package/skills/aws/aws-iac-patch-executor/SKILL.md +3 -0
  41. package/skills/aws/aws-iam-least-privilege-review/SKILL.md +3 -0
  42. package/skills/aws/aws-kms-secrets-lifecycle-steward/SKILL.md +3 -0
  43. package/skills/aws/aws-landing-zone-governor/SKILL.md +3 -0
  44. package/skills/aws/aws-live-deployment-guarded-operator/SKILL.md +3 -0
  45. package/skills/aws/aws-live-ecs-rollout-guard/SKILL.md +3 -0
  46. package/skills/aws/aws-live-iac-change-guard/SKILL.md +3 -0
  47. package/skills/aws/aws-live-pipeline-approval-operator/SKILL.md +3 -0
  48. package/skills/aws/aws-live-serverless-release-guard/SKILL.md +3 -0
  49. package/skills/aws/aws-maestro/SKILL.md +3 -0
  50. package/skills/aws/aws-migration-cutover-architect/SKILL.md +3 -0
  51. package/skills/aws/aws-network-architect/SKILL.md +3 -0
  52. package/skills/aws/aws-non-destructive-task-automation-advisor/SKILL.md +3 -0
  53. package/skills/aws/aws-observability-incident-responder/SKILL.md +3 -0
  54. package/skills/aws/aws-pipeline-fix-operator/SKILL.md +3 -0
  55. package/skills/aws/aws-private-ca-issuer-review/SKILL.md +3 -0
  56. package/skills/aws/aws-rds-aurora-performance-investigator/SKILL.md +3 -0
  57. package/skills/aws/aws-resilience-bcdr-review/SKILL.md +3 -0
  58. package/skills/aws/aws-s3-data-perimeter-governor/SKILL.md +3 -0
  59. package/skills/aws/aws-security-posture-hardening/SKILL.md +3 -0
  60. package/skills/aws/aws-serverless-production-readiness/SKILL.md +3 -0
  61. package/skills/aws/aws-serverless-rollout-corrector/SKILL.md +3 -0
  62. package/skills/aws/aws-solution-architect/SKILL.md +3 -0
  63. package/skills/aws/aws-ticket-triage-escalation-coordinator/SKILL.md +3 -0
  64. package/skills/azure/azure-ai-foundry-ops-governor/SKILL.md +3 -0
  65. package/skills/azure/azure-aks-platform-operator/SKILL.md +3 -0
  66. package/skills/azure/azure-app-service-production-readiness/SKILL.md +3 -0
  67. package/skills/azure/azure-cosmosdb-application-developer/SKILL.md +3 -0
  68. package/skills/azure/azure-cosmosdb-performance-investigator/SKILL.md +3 -0
  69. package/skills/azure/azure-cosmosdb-platform-operator/SKILL.md +3 -0
  70. package/skills/azure/azure-cost-estimation-review/SKILL.md +3 -0
  71. package/skills/azure/azure-cost-optimization-governor/SKILL.md +3 -0
  72. package/skills/azure/azure-entra-id-specialist/SKILL.md +3 -0
  73. package/skills/azure/azure-governance-policy-guardrails/SKILL.md +3 -0
  74. package/skills/azure/azure-identity-governance-review/SKILL.md +3 -0
  75. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/SKILL.md +3 -0
  76. package/skills/azure/azure-keyvault-certificate-issuer-review/SKILL.md +3 -0
  77. package/skills/azure/azure-landing-zone-architect/SKILL.md +3 -0
  78. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +3 -0
  79. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +3 -0
  80. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +3 -0
  81. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +3 -0
  82. package/skills/azure/azure-live-entra-role-assignment-guard/SKILL.md +3 -0
  83. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +3 -0
  84. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +3 -0
  85. package/skills/azure/azure-maestro/SKILL.md +3 -0
  86. package/skills/azure/azure-migrate-landing-zone-cutover/SKILL.md +3 -0
  87. package/skills/azure/azure-network-topology-review/SKILL.md +3 -0
  88. package/skills/azure/azure-observability-investigator/SKILL.md +3 -0
  89. package/skills/azure/azure-platform-automation-devops/SKILL.md +3 -0
  90. package/skills/azure/azure-private-endpoint-adoption-planner/SKILL.md +3 -0
  91. package/skills/azure/azure-rbac-review/SKILL.md +3 -0
  92. package/skills/azure/azure-resilience-bcdr-review/SKILL.md +3 -0
  93. package/skills/azure/azure-resource-health-incident-triage/SKILL.md +3 -0
  94. package/skills/azure/azure-role-selector/SKILL.md +3 -0
  95. package/skills/azure/azure-security-posture-hardening/SKILL.md +3 -0
  96. package/skills/azure/azure-subscription-resource-organization/SKILL.md +3 -0
  97. package/skills/backstage/backstage-scaffolder-template-review/SKILL.md +3 -0
  98. package/skills/cert-manager/cert-manager-issuer-trust-review/SKILL.md +3 -0
  99. package/skills/cilium/cilium-network-policy-review/SKILL.md +3 -0
  100. package/skills/falco/falco-runtime-threat-rules-review/SKILL.md +3 -0
  101. package/skills/finops/finops-cloud-price-advisor/SKILL.md +3 -0
  102. package/skills/fluxcd/fluxcd-kustomization-helmrelease-review/SKILL.md +3 -0
  103. package/skills/istio/istio-ambient-mesh-review/SKILL.md +3 -0
  104. package/skills/kubernetes/external-secrets-operator-review/SKILL.md +3 -0
  105. package/skills/kubernetes/kubecost-chargeback-allocation-review/SKILL.md +3 -0
  106. package/skills/kubernetes/kubernetes-live-rbac-mutation-guard/SKILL.md +3 -0
  107. package/skills/kubernetes/kubernetes-maestro/SKILL.md +3 -0
  108. package/skills/kubernetes/kubernetes-pod-security-admission-review/SKILL.md +3 -0
  109. package/skills/kubernetes/kubernetes-pod-spec-review/SKILL.md +3 -0
  110. package/skills/kubernetes/kubernetes-rbac-review/SKILL.md +3 -0
  111. package/skills/kubernetes/kubernetes-workload-identity-review/SKILL.md +3 -0
  112. package/skills/kyverno/kyverno-policy-review/SKILL.md +3 -0
  113. package/skills/oci/oci-autonomous-database-architect/SKILL.md +3 -0
  114. package/skills/oci/oci-certificates-issuer-review/SKILL.md +3 -0
  115. package/skills/oci/oci-cloud-guard-responder/SKILL.md +3 -0
  116. package/skills/oci/oci-compute-instance-agent-operator/SKILL.md +3 -0
  117. package/skills/oci/oci-compute-platform-operator/SKILL.md +3 -0
  118. package/skills/oci/oci-cost-finops-analyst/SKILL.md +3 -0
  119. package/skills/oci/oci-database-platform-dba/SKILL.md +3 -0
  120. package/skills/oci/oci-dbtools-sql-analyst/SKILL.md +3 -0
  121. package/skills/oci/oci-devops-container-platform-engineer/SKILL.md +3 -0
  122. package/skills/oci/oci-exadata-database-architect/SKILL.md +3 -0
  123. package/skills/oci/oci-exadata-platform-architect/SKILL.md +3 -0
  124. package/skills/oci/oci-fusion-apps-environment-operator/SKILL.md +3 -0
  125. package/skills/oci/oci-goldengate-replication-operator/SKILL.md +3 -0
  126. package/skills/oci/oci-identity-access-governor/SKILL.md +3 -0
  127. package/skills/oci/oci-iot-digital-twin-engineer/SKILL.md +3 -0
  128. package/skills/oci/oci-limits-capacity-planner/SKILL.md +3 -0
  129. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +3 -0
  130. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +3 -0
  131. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +3 -0
  132. package/skills/oci/oci-live-network-security-rule-guard/SKILL.md +3 -0
  133. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +3 -0
  134. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +3 -0
  135. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +3 -0
  136. package/skills/oci/oci-load-balancer-traffic-engineer/SKILL.md +3 -0
  137. package/skills/oci/oci-maestro/SKILL.md +3 -0
  138. package/skills/oci/oci-migration-cutover-architect/SKILL.md +3 -0
  139. package/skills/oci/oci-multi-cloud-architect/SKILL.md +3 -0
  140. package/skills/oci/oci-mysql-heatwave-ai-specialist/SKILL.md +3 -0
  141. package/skills/oci/oci-network-architect/SKILL.md +3 -0
  142. package/skills/oci/oci-observability-incident-responder/SKILL.md +3 -0
  143. package/skills/oci/oci-recovery-service-operator/SKILL.md +3 -0
  144. package/skills/oci/oci-registry-artifact-governor/SKILL.md +3 -0
  145. package/skills/oci/oci-resource-search-inventory-analyst/SKILL.md +3 -0
  146. package/skills/oci/oci-security-compliance-reviewer/SKILL.md +3 -0
  147. package/skills/oci/oci-solution-architect/SKILL.md +3 -0
  148. package/skills/oci/oci-storage-backup-steward/SKILL.md +3 -0
  149. package/skills/oci/oci-support-incident-coordinator/SKILL.md +3 -0
  150. package/skills/oci/oracle-oci-mcp-grounded-advisor/SKILL.md +3 -0
  151. package/skills/opentelemetry/opentelemetry-collector-config-review/SKILL.md +3 -0
  152. package/skills/prometheus/prometheus-alerting-cardinality-review/SKILL.md +3 -0
  153. package/skills/sigstore/sigstore-cosign-supply-chain-review/SKILL.md +3 -0
  154. package/skills/terraform/terraform-maestro/SKILL.md +3 -0
  155. package/skills/velero/velero-backup-restore-guard/SKILL.md +3 -0
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-agentcore
3
3
  description: Build, test, migrate, integrate, and deploy Amazon Bedrock AgentCore agents. Use for AgentCore runtime, local development, import/migration, deployment, Memory, Gateway/MCP tools, Identity, Observability, Browser, Code Interpreter, policy, and harness-vs-code-path decisions. Load references only when that component is needed.
4
+ allowed-tools: Read Edit Write MultiEdit Grep Glob Bash
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.6"
8
+ updated: "2026-05-05"
9
+ category: ai
7
10
  ---
8
11
 
9
12
  # AWS AgentCore
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-api-edge-delivery-review
3
3
  description: Review AWS API and edge delivery posture across API Gateway, CloudFront, AWS WAF, Shield, ALB, custom domains, TLS policies, authentication, authorization, throttling, quotas, caching, origin protection, logging, and abuse controls. Use when public APIs, web entry points, or edge delivery can affect security and availability.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: networking
7
10
  ---
8
11
 
9
12
  # AWS API Edge Delivery Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-bedrock-agent-security-governor
3
3
  description: Review Amazon Bedrock agents, AgentCore, Guardrails, knowledge bases, action groups, memory, MCP/tool integrations, prompt-injection and prompt-leakage defenses, PII handling, encryption, logging, observability, and least-privilege IAM. Use for AWS-native GenAI and agent security posture.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: security
7
10
  ---
8
11
 
9
12
  # AWS Bedrock Agent Security Governor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-change-impact-advisor
3
3
  description: Assess AWS change impact using change sets, deployment blast radius, rollback readiness, dependency mapping, risk, go/no-go context, approval context, and stakeholder communication. Prefer this for non-destructive pre-change advisory work; prefer IaC or platform-specific skills for deep implementation review.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Change Impact Advisor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-ci-cd-release-engineer
3
3
  description: Review AWS CI/CD and release safety across CodePipeline, CodeBuild, CodeDeploy, GitHub Actions, GitLab, artifact provenance, deployment gates, approvals, tests, progressive delivery, rollback, change correlation, and incident-prevention recommendations. Use when AWS releases or pipelines can affect production reliability or security.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS CI/CD Release Engineer
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-compliance-evidence-mapper
3
3
  description: Map AWS compliance evidence for audits across Security Hub controls, AWS Config rules/conformance packs, Audit Manager assessments, evidence folders, manual evidence, AWS Artifact reports, CloudTrail, and control narratives. Use for evidence packaging and audit readiness, not general security hardening.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: compliance
7
10
  ---
8
11
 
9
12
  # AWS Compliance Evidence Mapper
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-cost-anomaly-watch-coordinator
3
3
  description: Review AWS cost anomalies using Cost Explorer, Cost Anomaly Detection, Budgets, usage spikes, commitments, and tagging gaps. Prefer this for proactive FinOps watch and non-destructive escalation; prefer aws-cost-optimization-governor for broader optimization strategy.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: finops
7
10
  ---
8
11
 
9
12
  # AWS Cost Anomaly Watch Coordinator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-cost-optimization-governor
3
3
  description: Review AWS cost optimization and FinOps posture across Cost Explorer, Budgets, Cost Optimization Hub, Compute Optimizer, Savings Plans, Reserved Instances, tagging, showback, idle resources, rightsizing, storage, data transfer, and forecast risk. Use when the user asks to reduce or explain AWS cost.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: finops
7
10
  ---
8
11
 
9
12
  # AWS Cost Optimization Governor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-daily-operations-briefing-coordinator
3
3
  description: Prepare AWS daily operations briefings using CloudWatch, Personal Health Dashboard, Trusted Advisor, cost signals, deployment timelines, incidents, risks, and action backlog. Prefer this for non-destructive business and engineering status coordination; prefer observability, cost, or incident skills for deeper domain investigation.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: observability
7
10
  ---
8
11
 
9
12
  # AWS Daily Operations Briefing Coordinator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-data-protection-backup-steward
3
3
  description: Review AWS backup and data protection implementation across AWS Backup, EBS/RDS/EFS/S3 recovery patterns, vaults, vault lock, retention, encryption, cross-account/cross-Region copy, restore testing, lifecycle, and recovery evidence. Prefer resilience BCDR review for broader RTO/RPO, failover, and business continuity design.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: resilience
7
10
  ---
8
11
 
9
12
  # AWS Data Protection Backup Steward
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-deployment-hotfix-operator
3
3
  description: Patch AWS deployment hotfix config, release parameters, manifest mistakes, environment drift, rollback blockers, and rollout blockers in-repo. Use for rapid non-destructive deployment corrections; do not use for live deploy/apply/destroy actions.
4
+ allowed-tools: Read Edit Write MultiEdit Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Deployment Hotfix Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-devops-agent-skill-designer
3
3
  description: Design, review, and improve AWS DevOps Agent-compatible skills, investigation workflows, learned skills, tool-use best practices, agent type targeting, frontmatter descriptions, reference materials, and operational output contracts. Use when creating or adapting skills for AWS DevOps Agent or AWS-style incident agents.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS DevOps Agent Skill Designer
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-dynamodb-data-modeling-performance-review
3
3
  description: Review Amazon DynamoDB data modeling and performance across access patterns, partition keys, sort keys, secondary indexes, GSI/LSI design, hot partitions, query versus scan behavior, capacity mode, adaptive capacity, global tables, TTL, DAX, item size, transactions, and cost. Use when DynamoDB correctness, latency, scaling, or cost depends on table design.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: data
7
10
  ---
8
11
 
9
12
  # AWS DynamoDB Data Modeling Performance Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-ec2-compute-operations-steward
3
3
  description: Review Amazon EC2 compute operations across instances, Auto Scaling groups, Launch Templates, AMIs, Systems Manager, Patch Manager, Session Manager, EBS volumes, snapshots, health checks, instance refresh, lifecycle hooks, patch compliance, and fleet reliability. Use for EC2 day-2 operations and legacy workload stewardship.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS EC2 Compute Operations Steward
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-ecs-fargate-platform-operator
3
3
  description: Review Amazon ECS and Fargate platform operations across services, task definitions, task roles, execution roles, capacity providers, load balancers, deployment circuit breakers, blue/green, autoscaling, health checks, logs, secrets, networking, and rollback. Use only for ECS/Fargate; prefer EKS operator for Kubernetes.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS ECS Fargate Platform Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-ecs-service-remediation-operator
3
3
  description: Correct AWS ECS and Fargate service definitions, task definition config, deployment parameters, health checks, environment settings, and rollout wiring in-repo. Use for non-destructive repo fixes only; do not force deployments or mutate live services from this role.
4
+ allowed-tools: Read Edit Write MultiEdit Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS ECS Service Remediation Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-eks-platform-operator
3
3
  description: Review Amazon EKS Kubernetes platform operations across cluster access, IRSA, IAM roles for service accounts, pod identity, node groups, Karpenter, autoscaling, CNI/network policy, upgrades, reliability, observability, and cost. Use only for EKS/Kubernetes; prefer ECS/Fargate operator for ECS services.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS EKS Platform Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-event-driven-architecture-review
3
3
  description: Review AWS event-driven system design across EventBridge, event buses, Pipes, SQS, SNS, Step Functions, event schemas, filtering, cross-account routing, retries, DLQs, replay, idempotency, monitoring, and event-loop risk. Prefer serverless production readiness for Lambda runtime/deployment readiness.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS Event Driven Architecture Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-generative-ai-developer
3
3
  description: Build Amazon Bedrock and serverless generative AI applications using Lambda, API Gateway, Step Functions, EventBridge, S3, DynamoDB, SQS, Guardrails, and IAM. Prefer this for serverless GenAI app design and implementation; prefer aws-agentcore for AgentCore runtime, aws-bedrock-agent-security-governor for deep Bedrock security, and aws-serverless-production-readiness for final operational hardening.
4
+ allowed-tools: Read Edit Write MultiEdit Grep Glob Bash
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: ai
7
10
  ---
8
11
 
9
12
  # AWS Generative AI Developer
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-iac-change-safety-review
3
3
  description: Review AWS infrastructure-as-code changes across CDK, CloudFormation, SAM, Terraform, Serverless Framework, generated templates, plans, stack updates, change sets, and drift. Use when the user asks whether an AWS IaC deployment is safe, what a change set will do, why a resource replacement will happen, or how to validate before production.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS IaC Change Safety Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-iac-patch-executor
3
3
  description: Edit AWS IaC files including CloudFormation, SAM, CDK config, and Terraform to patch defects, prepare change set review, or unblock rollout work. Prefer this for bounded repo changes only; do not use for apply, deploy, or destructive infrastructure execution.
4
+ allowed-tools: Read Edit Write MultiEdit Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS IaC Patch Executor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-iam-least-privilege-review
3
3
  description: Review AWS IAM identity policies, trust policies, resource policies, permission boundaries, SCPs, session policies, role design, pass-role, federation, and Access Analyzer findings for least-privilege risk. Prefer KMS/secrets steward for key/secret lifecycle design and S3 perimeter governor for S3 exposure/data-perimeter posture unless the request is primarily policy surgery.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: security
7
10
  ---
8
11
 
9
12
  # AWS IAM Least Privilege Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-kms-secrets-lifecycle-steward
3
3
  description: Review AWS KMS and Secrets Manager lifecycle posture across key policies, grants, rotation, multi-Region keys, imported key material, aliases, secret rotation, replication, caching, endpoint conditions, recovery, and break-glass access. Prefer this for cryptography/secret lifecycle; prefer IAM skill for general permissions review.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: security
7
10
  ---
8
11
 
9
12
  # AWS KMS Secrets Lifecycle Steward
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-landing-zone-governor
3
3
  description: Review and design AWS landing zones, AWS Control Tower environments, Organizations structures, OUs, account vending patterns, guardrails, central logging, security/audit accounts, and multi-account governance. Use when the user asks how to structure AWS accounts or govern a cloud estate.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: compliance
7
10
  ---
8
11
 
9
12
  # AWS Landing Zone Governor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-live-deployment-guarded-operator
3
3
  description: Operate guarded live AWS deployment changes with explicit account, region, profile, approval, dry-run, rollback, and verification gates. Use only when the target environment is confirmed and a live deployment action is intentionally requested.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Live Deployment Guarded Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-live-ecs-rollout-guard
3
3
  description: Guard live Amazon ECS and Fargate rollout actions with ecs service, task definition, deployment circuit breaker, alarms, rollback, health check, and approval gates. Use only for intentional live ECS rollout actions against confirmed targets.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Live ECS Rollout Guard
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-live-iac-change-guard
3
3
  description: Guard live CloudFormation, SAM, CDK, and Terraform-backed AWS infrastructure changes with change set, drift, stack policy, rollback trigger, approval, and execute gates. Use only for intentional live IaC execution with confirmed targets.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Live IaC Change Guard
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-live-pipeline-approval-operator
3
3
  description: Handle live CodePipeline approval and gated resume decisions with pipeline, stage, approver, SNS, approval, blast radius, and rollback checks. Use only when a real pipeline execution is paused or about to be approved.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Live Pipeline Approval Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-live-serverless-release-guard
3
3
  description: Guard live Lambda and serverless release actions with lambda alias, codedeploy, canary, linear, alarms, rollback, and approval gates. Use only for intentional live serverless rollout actions against confirmed targets.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Live Serverless Release Guard
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-maestro
3
3
  description: Route AWS tasks to the narrowest specialist or team of specialists from the 42-agent catalog. Use when you do not already know the specialist. Not for direct AWS answers; Maestro classifies, dispatches, and synthesizes only. Dispatches single agent for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents — requires explicit human confirmation with blast-radius and rollback before routing to any live deployment or production-change specialist.
4
+ allowed-tools: Agent Skill Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: ai
7
10
  ---
8
11
 
9
12
  # AWS Maestro — Routing Skill
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-migration-cutover-architect
3
3
  description: Plan, review, and de-risk AWS migrations and cutovers across discovery, dependency mapping, wave planning, AWS Application Migration Service, Migration Hub, test launches, acceptance tests, downtime windows, rollback, DNS, data consistency, and post-cutover validation. Use for migration planning and cutover readiness.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Migration Cutover Architect
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-network-architect
3
3
  description: Design, review, and troubleshoot AWS network, hybrid, and multi-cloud connectivity across VPCs, Transit Gateway, Direct Connect, VPN, Cloud WAN, Route 53 Resolver, private DNS, CIDRs, route tables, endpoints, segmentation, ingress, egress, inspection, and failover. Prefer this for connectivity and routing; prefer API/edge, S3, or security skills for those specialized surfaces.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: networking
7
10
  ---
8
11
 
9
12
  # AWS Network Architect
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-non-destructive-task-automation-advisor
3
3
  description: Design AWS non-destructive task automation using EventBridge, Step Functions, Lambda, Systems Manager Automation, SNS, SQS, approvals, notifications, reporting, and evidence gathering. Use only for read-only or coordination-safe automation; do not use for destructive remediation or mutation-heavy runbooks.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Non-Destructive Task Automation Advisor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-observability-incident-responder
3
3
  description: Investigate broad AWS incidents and observability gaps using CloudWatch metrics, logs, alarms, traces, EventBridge events, service health, runbooks, timelines, blast radius, root-cause discipline, and post-incident actions. Prefer RDS/Aurora investigator for database-specific performance incidents.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: observability
7
10
  ---
8
11
 
9
12
  # AWS Observability Incident Responder
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-pipeline-fix-operator
3
3
  description: Repair AWS pipeline configuration, buildspecs, workflow files, deployment steps, artifact wiring, release guardrails, and CodeDeploy integration in-repo. Use for non-destructive CI/CD corrections; do not trigger live pipeline runs or mutate cloud state.
4
+ allowed-tools: Read Edit Write MultiEdit Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Pipeline Fix Operator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-private-ca-issuer-review
3
3
  description: Use this skill when reviewing AWS ACM Private CA (Private Certificate Authority) issuer configurations for cert-manager. Trigger on any request to audit AWSPCAIssuer, AWSPCAClusterIssuer, IRSA policy for cert-manager, certificate template ARNs, CRL configuration, or cross-account PCA usage.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: security
7
10
  ---
8
11
 
9
12
  # AWS Private CA Issuer Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-rds-aurora-performance-investigator
3
3
  description: Investigate Amazon RDS and Aurora-specific incidents involving latency, connection exhaustion, slow queries, lock waits, storage pressure, CPU/I/O saturation, replica lag, failover behavior, Performance Insights, and database capacity. Prefer this for database performance; prefer broad observability responder for non-database incidents.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: observability
7
10
  ---
8
11
 
9
12
  # AWS RDS Aurora Performance Investigator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-resilience-bcdr-review
3
3
  description: Review AWS resilience and business continuity strategy across RTO/RPO, dependency maps, multi-AZ, multi-Region, failover/failback, game days, runbooks, drift, and recovery validation. Prefer data protection backup steward for backup-plan/vault/restore implementation details.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: resilience
7
10
  ---
8
11
 
9
12
  # AWS Resilience BCDR Review
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-s3-data-perimeter-governor
3
3
  description: Review Amazon S3 data perimeter and exposure posture across Block Public Access, Object Ownership, ACL removal, bucket/access point policies, TLS-only access, encryption, replication, lifecycle, logging, cross-account access, and prefix boundaries. Prefer this for S3 data exposure; prefer IAM skill for generic policy surgery.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: security
7
10
  ---
8
11
 
9
12
  # AWS S3 Data Perimeter Governor
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-security-posture-hardening
3
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
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: security
7
10
  ---
8
11
 
9
12
  # AWS Security Posture Hardening
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-serverless-production-readiness
3
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
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS Serverless Production Readiness
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-serverless-rollout-corrector
3
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
+ allowed-tools: Read Edit Write MultiEdit Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: delivery
7
10
  ---
8
11
 
9
12
  # AWS Serverless Rollout Corrector
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-solution-architect
3
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
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.2"
8
+ updated: "2026-05-05"
9
+ category: platform
7
10
  ---
8
11
 
9
12
  # AWS Solution Architect
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: aws-ticket-triage-escalation-coordinator
3
3
  description: Triage AWS tickets and alerts using priority, owner, evidence, incident context, escalation path, OpsCenter, health signals, and safe next steps. Prefer this for non-destructive request coordination and escalation; prefer deep domain skills for implementation or root-cause investigation.
4
+ allowed-tools: Read Grep Glob WebFetch
4
5
  metadata:
5
6
  author: "github: Raishin"
6
7
  version: "0.1.0"
8
+ updated: "2026-05-05"
9
+ category: observability
7
10
  ---
8
11
 
9
12
  # AWS Ticket Triage Escalation Coordinator
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  name: azure-ai-foundry-ops-governor
3
3
  description: Use this skill for Microsoft Foundry and Azure AI Foundry operations governance: resource-versus-project boundary design, RBAC review, quota planning, network isolation, logging, and safe MCP-backed read or write execution. Trigger when the user asks how to run Foundry safely across teams without access sprawl, quota surprises, or unsafe production mutations.
4
+ allowed-tools: Read Grep Glob
4
5
  metadata:
5
6
  author: github: Raishin
6
7
  version: 0.1.0
8
+ updated: "2026-05-05"
9
+ category: ai
7
10
  ---
8
11
 
9
12
  # Azure AI Foundry Ops Governor