aws-solution-architect
Expert AWS solution architecture for startups focusing on serverless, scalable, and cost-effective cloud infrastructure with modern DevOps practices and infrastructure-as-code
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-code-skill-factory/aws-solution-architect skilz install alirezarezvani/claude-code-skill-factory/aws-solution-architect --agent opencode skilz install alirezarezvani/claude-code-skill-factory/aws-solution-architect --agent codex skilz install alirezarezvani/claude-code-skill-factory/aws-solution-architect --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-code-skill-factory cp -r claude-code-skill-factory/generated-skills/aws-solution-architect ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
multi-cloud-architecture
by wshobsonDesign multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud...
secrets-management
by wshobsonImplement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive cr...
integrating-secrets-managers
by jeremylongshoreThis skill enables AI assistant to seamlessly integrate with various secrets managers like hashicorp vault and aws secrets manager. it generates confi...
aws-specialist
by DNYoussefAWS cloud specialist for infrastructure as code with CloudFormation/CDK, serverless with Lambda, container orchestration with ECS/Fargate, database ma...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- Type
- Technical
- Meta-Domain
- cloud infrastructure
- Primary Domain
- aws
- Market Score
- 0.0
Agent Skill Grade
F
Score: 58/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- All 345 lines in single file; no progressive disclosure or layered structure
- Uses promotional adjectives instead of objective technical language
Recommendations
- Focus on improving Pda (currently 13/30)
- Focus on improving Writing Style (currently 5/10)
- Address 4 high-severity issues first
Graded: 1/24/2026
Developer Feedback
Checked out your AWS solution architect skill and noticed it's tackling the infrastructure-as-code problem space—curious how you're thinking about the balance between prescriptive guidance and letting users make their own architectural tradeoffs, especially at a 58/100 where some of those fundamentals might still be settling.
Links:
The TL;DR
You're at 58/100, which lands this in F territory. Based on Anthropic's skill evaluation standards, your strongest area is Spec Compliance (11/15), but you're really struggling with Progressive Disclosure Architecture (13/30) and Writing Style (5/10). The gap between what you're covering and how you're organizing it is the main lever here.
What's Working Well
- Solid frontmatter - Your YAML metadata is clean and spec-compliant with all required fields present
- Consistent AWS terminology - You're using service names accurately throughout (Lambda, DynamoDB, EventBridge, etc.), which makes the content technically sound
- Multiple architecture patterns - You've included serverless, containerized, and hybrid approaches, giving users actual options to consider
The Big One: All 345 Lines in One File
This is crushing your PDA score. Right now, everything—architecture patterns, best practices, service guides, security considerations—is crammed into a single monolithic SKILL.md. That violates progressive disclosure entirely.
The fix: Split into a reference-based structure:
- Keep SKILL.md under 100 lines with just the overview and capabilities
- Create
references/architecture-patterns.mdfor serverless/container/hybrid patterns - Create
references/service-selection-guide.mdfor choosing DynamoDB vs. RDS, etc. - Create
references/security-best-practices.mdfor IAM, encryption, compliance - Create
references/cost-optimization.mdfor reserved instances, spot pricing, etc.
This alone gets you +7 points and fixes your navigation (no TOC needed for a 50-line main file).
Other Things Worth Fixing
Add explicit trigger phrases to your description - Right now it says "Expert AWS solution architecture for startups..." but doesn't tell Claude when to activate. Add: Triggers: "design AWS architecture", "serverless stack", "CloudFormation template", "AWS cost optimization". Easy +2 points.
Ditch the marketing language - "Expert," "comprehensive," "modern cloud-native patterns," "proven pattern" all read like a sales pitch. Replace with technical specifics: "Provides architecture design for Lambda, DynamoDB, EventBridge, and infrastructure-as-code templates." Nets you +3 points on writing style.
Add actionable workflows - Your patterns describe what (API Gateway + Lambda) but not how. Add numbered steps: 1. Define API schema 2. Create Lambda function 3. Configure API Gateway triggers 4. Deploy with CDK 5. Test endpoints 6. Monitor CloudWatch logs. Gets you +3 points on utility.
Include validation steps - No feedback loops anywhere. After each architecture recommendation, add: "To validate: run
aws cloudformation describe-stacks, check stack status, test API endpoints with curl, review CloudWatch logs." This adds the run→check→fix pattern your skill is missing (+3 points).
Quick Wins
Most impactful fixes (in order):
- Refactor into reference-based structure (+7 points) ← Do this first
- Add trigger phrases to description (+2 points)
- Strip marketing language, use technical specifics (+3 points)
- Add numbered implementation workflows (+3 points)
- Include validation/verification steps (+3 points)
These five changes alone get you from 58 → 79, moving you into C territory. The reference refactor is the heaviest lift but has the biggest payoff.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Browse Category
More cloud infrastructure Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?