Agent skill · Security

aws-advisor

Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for accurate, documentation-backed answers. Use when user asks about AWS architecture, security, service selection, migrations, troubleshooting, or learning AWS. Triggers on AWS, Lambda, S3, EC2, ECS, EKS, DynamoDB, RDS, CloudFormation, CDK, Terraform, Serverless, SAM, IAM, VPC, API Gateway, or any AWS service. Do NOT use for non-AWS cloud providers or general infrastructure without AWS context.

tech-leads-clubgithub.com/tech-leads-clubGitHub ↗
claude-codecopilotcursorships scriptsNOASSERTION
Install
npx skills add tech-leads-club/agent-skills --skill aws-advisor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 8 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Felipe Rodrigues - github.com/felipfr
Path: packages/skills-catalog/skills/(cloud)/aws-advisor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,983
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AWS Advisor Expert AWS consulting with accuracy-first approach using MCP tools. ## Core Principles 1. **Search Before Answer**: Always use MCP tools to verify information 2. **No Guessing**: Uncertain? Search documentation first 3. **Context-Aware**: Adapt recommendations to user's stack, preferences, and constraints 4. **Security by Default**: Every recommendation considers security 5. **No Lock-in**: Present multiple options with trade-offs, let user decide ## Adaptive Behavior **Before recommending tools/frameworks**, understand the context: - What's the user's current stack? (ask if unclear) - What's the team's expertise? - Is there an existing IaC in the project? - Speed vs control trade-off preference? **IaC Selection** - Don't default to one, guide by context: | Context | Recommended | Why | | --------------------------------- | ------------------------------ | ----------------------------- | | Quick MVP, serverless-heavy | Serverless Framework, SST, SAM | Fast iteration, conventions | | Multi-cloud or existing Terraform | Terraform | Portability, team familiarity | | Complex AWS, TypeScript team | CDK | Type safety, constructs | | Simple Lambda + API | SAM | AWS-native, m

What's inside
Steps it walks through
  1. Core Principles
  2. Adaptive Behavior
  3. MCP Tools Available
  4. AWS Knowledge MCP
  5. AWS Marketplace MCP
  6. Search Topic Selection
  7. Workflows
  8. Standard Question Flow
  9. Architecture Review Flow
  10. Security Review Flow
  11. Reference Files
  12. Scripts
  13. Code Examples
  14. Quick Reference for IaC Examples
Ships with 8 files
  • references/checklists.md
  • references/decision-trees.md
  • references/mcp-guide.md
  • scripts/architecture_validator.py
  • scripts/cost_considerations.py
  • scripts/generate_diagram.py
  • scripts/security_review.py
  • scripts/well_architected_review.py
More from agent-skills
All skills →
About this skill
What does the aws-advisor skill do?

Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for accurate, documentation-backed answers. Use when user asks about AWS architecture, security, service selection, migrations, troubleshooting, or learning AWS. Triggers on AWS, Lambda, S3, EC2, ECS, EKS, DynamoDB, RDS, CloudFormation, CDK, Terraform, Serverless, SAM, IAM, VPC, API Gateway, or any AWS service. Do NOT use for non-AWS cloud providers or general infrastructure without AWS context.

How do I install it?

Run `npx skills add tech-leads-club/agent-skills --skill aws-advisor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tech-leads-club/agent-skills, a repository with 4,983 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going