OpenAI Codex picks upDocumentation 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.
AGENTS.md from the root of your project and uses it as persistent context for every session. Pairing that steering file with the skills/ directory gives Codex access to 11 structured Well-Architected playbooks it can follow step-by-step whenever you request a review or assessment.
What gets installed
AGENTS.md
Steering context that tells Codex to apply the six Well-Architected pillars, surface trade-offs, and route review requests to the correct skill playbook.
skills/ directory
Eleven skill directories, each containing a
SKILL.md playbook covering a distinct assessment area — from full WA review to cost optimization to ADRs.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
Once the files are in place, Codex readsAGENTS.md on startup. Trigger any skill by describing what you want in natural language:
skills/{skill-name}/SKILL.md and follows the structured steps inside it.
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) |
