Gemini CLI readsDocumentation 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.
GEMINI.md from the root of your project and loads it as persistent context. Combining this steering file with the skills/ directory gives Gemini CLI access to 11 Well-Architected playbooks it can follow step-by-step whenever you mention architecture topics, ask for a review, or invoke a specific assessment.
What gets installed
GEMINI.md
Steering context that tells Gemini CLI to consider all six Well-Architected pillars, acknowledge trade-offs, and route structured assessment requests to the correct skill file.
skills/ directory
Eleven skill directories, each containing a
SKILL.md playbook. Gemini CLI follows these step-by-step when you ask for a specific review or plan.Installation
Clone or download the source repo
If you haven’t already, clone the sample repository to a local path you can reference:
Copy files into your project
Run the commands below from the root of your project directory, substituting
path/to/this-repo with the actual clone location.Install via script
If you prefer the one-command approach from a local clone, the install script handles copying automatically:Usage
WithGEMINI.md in your project root, Gemini CLI automatically applies Well-Architected principles whenever architecture topics arise. You can also explicitly invoke a specific skill:
GEMINI.md at session start. When you mention a review topic, it locates the matching skills/{skill-name}/SKILL.md and follows its structured steps.
Available skills
| Skill | What it does |
|---|---|
wa-review | Full 6-pillar review with prioritized findings report |
security-assessment | Deep-dive into IAM, detection, data protection, incident response |
reliability-improvement-plan | Find SPOFs, assess recovery, produce remediation plan |
cost-optimization-review | Identify waste, right-sizing, pricing model improvements |
performance-efficiency | Resource selection, scaling, caching, optimization |
sustainability-optimization | Utilization, architecture efficiency, carbon reduction |
operational-excellence | CI/CD, observability, incident management, operational maturity |
migration-readiness | 7 Rs assessment, dependency analysis, migration plan |
architecture-decision-record | ADR with WA pillar impact analysis |
wa-builder | Learn WA for your workload and generate visual artifacts |
wa-guardrails | Generate preventive controls (Config rules, SCPs, CI checks) |
