
All the AWS best practices in one Claude Code / Codex skill, so your agent doesn't rely on stale memory or crawl docs every time
~30.5M tokens, ~481 workflow agents, 217 best-practice files, and official AWS source links throughout: that's what went into building and verifying this skill.
Open-source Claude Code + OpenAI Codex plugin: a consolidated collection of AWS best practices for 208 AWS services plus 9 cross-service topics, organized by use case and Well-Architected pillar.
The point: when you ask an agent "how should I secure this S3 bucket?", "is this Lambda production-ready?", or "what are the cost/reliability best practices for DynamoDB?", the agent usually answers from stale model memory or burns time and tokens crawling AWS docs live. This repo gives it a routed, source-linked local corpus instead: the agent opens the relevant services/<category>/<service>.md file and answers from official AWS guidance.
Each service file is intentionally narrow:
- best practices only
- no pricing tables
- no service intros
- no tutorials
- no long code walkthroughs
- every practice links to an official AWS source
The maintenance loop is also documented: GENERATE.md creates missing service files from official AWS docs, REFRESH.md checks for new/renamed/retired AWS services and stale content, and scripts/check.py validates coverage, structure, freshness, and links.
Repo: https://github.com/ferdinandobons/AWSBestPracticesSkill