Skip to content

feat: add AWS Cloud Expert agent#1550

Merged
aaronpowell merged 2 commits intogithub:stagedfrom
navaneethreddydevops:add-aws-cloud-expert-agent
Apr 29, 2026
Merged

feat: add AWS Cloud Expert agent#1550
aaronpowell merged 2 commits intogithub:stagedfrom
navaneethreddydevops:add-aws-cloud-expert-agent

Conversation

@navaneethreddydevops
Copy link
Copy Markdown
Contributor

@navaneethreddydevops navaneethreddydevops commented Apr 28, 2026

Summary

  • Adds agents/aws-cloud-expert.agent.md — a domain-specific GitHub Copilot agent for designing, building, and operating AWS workloads
  • Covers the full AWS ecosystem: serverless (Lambda, API Gateway, Step Functions, EventBridge), containers (ECS/EKS/Fargate), databases (DynamoDB, RDS/Aurora, ElastiCache), networking (VPC, CloudFront, Route 53), and IaC (CDK, SAM, CloudFormation, Terraform)
  • Grounded in all six pillars of the AWS Well-Architected Framework with opinionated production-ready defaults (least-privilege IAM, encryption at rest/transit, VPC placement, structured observability)
  • Includes docs/README.agents.md update generated by npm start

Test plan

  • Agent frontmatter parses correctly (name, description, model, tools fields present)
  • npm run build completes without errors and agent appears in docs/README.agents.md
  • Agent provides specific, actionable AWS guidance (CDK stacks, SAM templates, IAM policies) rather than generic cloud advice
  • Security defaults enforced: no hardcoded credentials, no public S3 buckets, VPC placement for data-plane resources

Adds a domain-specific AWS Cloud Expert agent covering the full AWS
ecosystem — serverless, containers, databases, networking, IaC
(CDK/SAM/CloudFormation), security, cost optimization, and observability.
Grounded in the AWS Well-Architected Framework with opinionated
production-ready defaults.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 28, 2026

🔍 Skill Validator Results

✅ All checks passed

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 agent(s)
ℹ️ Validated 1 agent(s)
ℹ️ ✅ All checks passed (1 agent(s))
Full validator output ```text Found 1 agent(s) Validated 1 agent(s)

✅ All checks passed (1 agent(s))

</details>

@navaneethreddydevops navaneethreddydevops changed the title feat: add AWS Cloud Expert agent 🤖🤖🤖 feat: add AWS Cloud Expert agent Apr 28, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aaronpowell aaronpowell merged commit 0d7a5ad into github:staged Apr 29, 2026
10 checks passed
fizznix pushed a commit to fizznix/awesome-copilot that referenced this pull request Apr 29, 2026
* feat: add AWS Cloud Expert agent 🤖🤖🤖

Adds a domain-specific AWS Cloud Expert agent covering the full AWS
ecosystem — serverless, containers, databases, networking, IaC
(CDK/SAM/CloudFormation), security, cost optimization, and observability.
Grounded in the AWS Well-Architected Framework with opinionated
production-ready defaults.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: use lowercase hyphenated name to pass agent validator

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants