Official-source guidance
Every practice links back to an AWS-owned source such as AWS documentation, AWS blogs, or Well-Architected content.
Claude Code and OpenAI Codex skill
An unofficial, source-linked catalog of AWS-published best practices that coding agents can read directly and tailor to the user's scenario, without relying on stale model memory or repeated live research.
Independent community project. Not an official AWS skill, AWS product, or AWS-maintained resource; not affiliated with or endorsed by Amazon Web Services.
What it is
Every practice links back to an AWS-owned source such as AWS documentation, AWS blogs, or Well-Architected content.
Service files are grouped by security, reliability, performance efficiency, cost optimization, operational excellence, and sustainability.
The corpus intentionally excludes service descriptions, pricing, tutorials, and long code samples so an agent can answer quickly and stay on task.
Agents use the local common-scenarios map first, then return the relevant baseline, decisions, and caveats instead of dumping every practice.
Coverage
The repository stores a machine-readable source of truth in catalog.json, a human index in catalog.md, and one Markdown file per service or general topic.
Extraction process
GENERATE.md starts from missing entries in catalog.json, optionally limited to one AWS category.
scripts/check.py checks conformance, coverage, link hosts, freshness metadata, and regenerates catalog.md plus the SKILL.md index.
Update process
REFRESH.md compares the current AWS product list with catalog.json before touching existing content.
python3 scripts/check.py, --strict, --check-links, and --stale to keep the catalog complete and sourced.
Install and validate
claude plugin marketplace add ferdinandobons/AWSBestPracticesSkill
claude plugin install aws-best-practices@aws-best-practices-skill
codex plugin marketplace add ferdinandobons/AWSBestPracticesSkill
codex plugin add aws-best-practices@aws-best-practices-skill
python3 scripts/check.py
python3 scripts/check.py --strict
python3 scripts/check.py --check-links
python3 scripts/check.py --stale
Source files