AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aws Learnings

skill-jbdamask-john-claude-skills-aws-learnings · by jbdamask

Proactively catch common AWS infrastructure mistakes before they happen. Use when creating or modifying AWS components — CloudFormation, CDK, Lambda, API Gateway, IAM, S3, CloudFront, EC2, EventBridge, SQS, Secrets Manager, or SSM — to find and apply hard-won deployment lessons and avoid known pitfalls. Read-only: fetches lessons, does not add them.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-jbdamask-john-claude-skills-aws-learnings

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jbdamask-john-claude-skills-aws-learnings)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aws Learnings? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AWS Learnings (Find Lessons)

Overview

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.

Instructions

Before creating or modifying AWS infrastructure (CloudFormation, CDK, SAM, Terraform, or manual configuration):

  1. 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.

  1. Identify which AWS services are involved in the current task (API Gateway, Lambda, IAM, etc.).
  1. 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.
  1. 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.

  1. 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.

When to Consult

  • Writing or modifying CloudFormation templates
  • Configuring API Gateway resources, methods, or CORS
  • Setting up Lambda functions (handler paths, modules, permissions, warm-container state)
  • Managing IAM roles across stacks, or Lambda-invoked CloudFormation
  • Configuring S3 buckets with CloudFront distributions, or presigned-URL uploads
  • Working with Secrets Manager or SSM Parameter Store
  • Setting up EC2 instances with UserData scripts, or spot instances
  • Wiring EventBridge rules or SQS + Lambda async job processing
  • Any cross-stack CloudFormation references or exports

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.