From john-skills
Fetches and applies hard-won AWS deployment lessons covering CloudFormation, CDK, Lambda, API Gateway, IAM, S3, CloudFront, EC2, EventBridge, SQS, Secrets Manager, and SSM to avoid common infrastructure pitfalls.
How this skill is triggered — by the user, by Claude, or both
Slash command
/john-skills:aws-learningsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill finds hard-won lessons from real AWS deployments covering API Gateway, Lambda, IAM, S3, CloudFront, CloudFormation, Secrets Management, EC2, EventBridge, SQS, and more. Use it to avoid common pitfalls when architecting or modifying AWS infrastructure.
This skill finds hard-won lessons from real AWS deployments covering API Gateway, Lambda, IAM, S3, CloudFront, CloudFormation, Secrets Management, EC2, EventBridge, SQS, and more. Use it to avoid common pitfalls when architecting or modifying AWS infrastructure.
The library is published in llms.txt format: a single index file links to one self-contained Markdown file per lesson. Fetch only the lessons relevant to the AWS services in the current task — don't pull the whole library.
This skill is read-only. To contribute a new lesson, use the aws-learnings-add skill instead.
Before creating or modifying AWS infrastructure (CloudFormation, CDK, SAM, Terraform, or manual configuration):
Fetch the index (it's small — just links + one-line summaries):
URL: https://raw.githubusercontent.com/jbdamask/aws-learnings-library/main/llms.txt
Use WebFetch or curl to retrieve it.
Identify which AWS services are involved in the current task (API Gateway, Lambda, IAM, etc.).
Scan the matching sections of the index. Each entry is a link followed by a one-line summary — enough to tell whether the lesson applies.
Fetch only the relevant lesson files. Each link in the index is the fully-qualified raw URL of a single lesson, e.g.
https://raw.githubusercontent.com/jbdamask/aws-learnings-library/main/lessons/apigw-001.md.
Fetch them with WebFetch or curl.
Apply the lessons proactively — check the current code/templates against the known gotchas before making changes. If a lesson is relevant, cite it (by id, e.g. apigw-001) when explaining decisions to the user.
npx claudepluginhub jbdamask/john-claude-skills --plugin john-skillsLocal catalog of AWS best practices organized by service and Well-Architected pillar. Answers configuration, hardening, and optimization questions without live web searches.
Provides AWS development guidance with infrastructure automation and cloud architecture patterns. Activate via /aws-skills or when working with AWS services and IaC.
Writes new AWS lessons to a shared llms.txt-format library after debugging tricky deployment problems, commits them on a branch, and hands off a PR.