Aws Architect
by Roy Yuen
Expert AWS architecture guidance for building secure, scalable, and cost-optimized production environments.
- Design least-privilege IAM strategies and cross-account access patterns.
- Review serverless architectures for scalability, retries, and idempotency.
- Optimize AWS cloud costs through service rightsizing and lifecycle policies.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Design least-privilege IAM strategies and cross-account access patterns.
- Review serverless architectures for scalability, retries, and idempotency.
- Includes example output and usage patterns
Sample input
Review my serverless architecture for compliance data processing. It uses Lambda, SQS, and S3, with a shared NAT Gateway for egress. Devs have broad IAM permissions.
Sample output
Recommendation: Use S3 with Object Lock for compliance data. Key Service: AWS Lambda with SQS DLQ for decoupling. Security: Implement Permission Boundaries for the 'Dev' role to prevent privilege escalation. Risk: Blast radius is high on the shared NAT Gateway; recommend VPC Endpoints.
Aws Architect
by Roy Yuen
Expert AWS architecture guidance for building secure, scalable, and cost-optimized production environments.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Design least-privilege IAM strategies and cross-account access patterns.
- Review serverless architectures for scalability, retries, and idempotency.
- Includes example output and usage patterns
- Instant install
Sample input
Review my serverless architecture for compliance data processing. It uses Lambda, SQS, and S3, with a shared NAT Gateway for egress. Devs have broad IAM permissions.
Sample output
Recommendation: Use S3 with Object Lock for compliance data. Key Service: AWS Lambda with SQS DLQ for decoupling. Security: Implement Permission Boundaries for the 'Dev' role to prevent privilege escalation. Risk: Blast radius is high on the shared NAT Gateway; recommend VPC Endpoints.
About This Skill
What it does
This skill transforms your AI agent into a production-grade AWS Cloud Architect. It provides deep technical guidance across the entire AWS ecosystem, focusing on multi-account strategy, IAM least-privilege design, serverless patterns, and high-availability networking. Unlike generic AI prompts, this skill enforces strict operational gatekeeping, ensuring designs prioritize security boundaries, disaster recovery, and cost-efficiency before implementation begins.
Why use this skill
Designing for the cloud is easy; designing for production is hard. This skill saves senior engineers hours of manual review by automatically identifying architectural "red flags" such as broad administrative access, destructive lifecycle defaults, and lack of idempotency in distributed systems. It acts as a specialized consultant that understands how different AWS services interact under load and provides actionable remediation steps rather than vague suggestions.
Value Add
- Risk Mitigation: Identifies blast radius concerns and failure modes in complex VPC or event-driven setups.
- Cost Control: Recommends workload sizing and storage lifecycle policies to prevent budget overruns.
- Compliance Ready: Aligns infrastructure with best practices for audit logging, data classification, and environment isolation.
- Framework Agnostic: Provides architectural blueprints compatible with any IaC tool like Terraform, Pulumi, or CDK.
Use Cases
- Design least-privilege IAM strategies and cross-account access patterns.
- Review serverless architectures for scalability, retries, and idempotency.
- Optimize AWS cloud costs through service rightsizing and lifecycle policies.
- Audit networking designs for secure ingress, egress, and private connectivity.
Known Limitations
- Does not perform live AWS API calls/deployments.
- Architecture review based on user-provided context only.
- Not a replacement for formal AWS Well-Architected reviews.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/aws-architect -o /tmp/aws-architect.zip && unzip -o /tmp/aws-architect.zip -d ~/.claude/skills && rm /tmp/aws-architect.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Compatible with SKILL.md-compatible agents.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.

sast-configuration
Automate the setup and optimization of Semgrep, SonarQube, and CodeQL for high-signal security testing.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.