Skills are self-contained, tool-agnostic playbooks that any AI agent can follow step-by-step. They don’t depend on steering files or on each other — each skill is a complete, standalone guide that embeds AWS Well-Architected Framework best practices directly into your development workflow. Drop one into any supported AI coding tool and invoke it with a natural-language prompt.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aws-samples/sample-well-architected-skills-and-steering/llms.txt
Use this file to discover all available pages before exploring further.
All 11 Skills
The table below maps each skill to the Well-Architected pillar(s) it covers and the scenario it’s designed for.| Skill | Pillar(s) | Use when you need to… |
|---|---|---|
wa-review | All 6 | Run a full Well-Architected review |
security-assessment | Security | Assess IAM, detection, data protection, incident response |
reliability-improvement-plan | Reliability | Find and eliminate single points of failure |
cost-optimization-review | Cost Optimization | Identify waste and right-sizing opportunities |
performance-efficiency | Performance Efficiency | Evaluate resource selection, scaling, and caching |
sustainability-optimization | Sustainability | Reduce carbon footprint and resource waste |
operational-excellence | Operational Excellence | Assess CI/CD, observability, incident management |
migration-readiness | All 6 | Assess readiness to migrate a workload to AWS |
architecture-decision-record | All 6 | Document a design decision with WA pillar impact |
wa-builder | All 6 | Learn WA for your project + produce visual artifacts (diagrams, decision trees, roadmaps) |
wa-guardrails | All 6 | Generate preventive controls (Config rules, SCPs, CI checks, alarms) for ongoing adherence to WA guidance |
Browse by Skill
WA Review
Full 57-question Well-Architected review across all 6 pillars. Evidence-backed findings with Eisenhower-prioritized remediation.
Security Assessment
Deep-dive into IAM, encryption, network protection, detection controls, and incident response preparedness.
Reliability Improvement Plan
Identify single points of failure, assess recovery capabilities, and improve change management safety.
Cost Optimization Review
Find waste, right-sizing opportunities, and pricing model mismatches across your AWS workload.
Performance Efficiency
Evaluate resource selection, caching strategies, scaling configurations, and latency monitoring.
Sustainability Optimization
Reduce carbon footprint by improving compute efficiency, data lifecycle, and managed service adoption.
Operational Excellence
Assess CI/CD pipelines, observability, incident management, and operational automation.
Migration Readiness
7 Rs assessment with a full migration plan covering all 6 Well-Architected pillars.
Architecture Decision Record
Document design decisions with explicit Well-Architected pillar impact analysis.
WA Builder
Learn Well-Architected principles for your project and produce visual artifacts — diagrams, decision trees, roadmaps.
WA Guardrails
Generate preventive controls: AWS Config rules, SCPs, CI/CD checks, and CloudWatch alarms.
How to Invoke Skills
Skills are invoked with natural-language prompts. Each tool exposes them differently — some use slash commands, others load them as rules or instructions that the agent applies automatically.- Claude Code
- Kiro
- Cursor / Windsurf / Cline
- Codex / Gemini CLI / Amp / OpenClaw
- GitHub Copilot
- AWS DevOps Agent
Claude Code exposes skills as slash commands. After installing the adapter, invoke any skill directly from the chat input:You can also use natural-language prompts in any conversation:
Skill vs Steering
Skills and steering serve different purposes. Skills are explicit playbooks — you invoke them for a specific task and the agent follows a structured, multi-step process. Steering is always-on context that shapes how the agent reasons about architecture in every conversation, without an explicit invocation. Most tools use both together for the best results.
| Skills | Steering | |
|---|---|---|
| When active | When explicitly invoked | Every conversation |
| Scope | One focused task | Continuous background guidance |
| Depth | Deep, structured, step-by-step | Lightweight, principle-level |
| Output | Formal report or plan | Inline suggestions and corrections |
| Tools | All 13 supported tools | Kiro (native), others via adapters |
Effectiveness
All skills are evaluated using an automated LLM-as-judge framework comparing the same prompt with and without skill context. Results with Claude Opus 4.8 (generation and grading), 16K token output:| Skill | Baseline | With Skill | Delta |
|---|---|---|---|
wa-review | 82% | 100% | +18% |
architecture-decision-record | 81% | 100% | +19% |
cost-optimization-review | 93% | 100% | +7% |
migration-readiness | 85% | 100% | +15% |
operational-excellence | 90% | 100% | +10% |
performance-efficiency | 90% | 100% | +10% |
reliability-improvement-plan | 95% | 100% | +5% |
security-assessment | 94% | 100% | +6% |
sustainability-optimization | 85% | 100% | +15% |
wa-builder | 61% | 94% | +33% |
wa-guardrails | 76% | 99% | +23% |
| Average | 85% | 99% | +15% |
