skills/aws/SKILL.md
AWS infrastructure patterns with Terraform. Load when writing .tf files targeting AWS, setting up S3/DynamoDB Terraform backend, deploying ECS services, Lambda functions, static sites with CloudFront, Ray clusters, or Firecracker VM fleets.
npx skillsauth add cloudvoyant/codevoyant awsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AWS infrastructure recipes — provider/backend setup, ECS-on-EC2, Lambda + API Gateway, S3 + CloudFront static sites, Ray clusters, and Firecracker microVM fleets. All recipes assume Terraform >= 1.2 and the hashicorp/aws ~> 5.0 (or ~> 6.0) provider.
| You are working on… | Load recipe |
|---|---|
| Terraform provider + credentials setup | references/recipes/provider-setup.md |
| S3 backend + DynamoDB state locking | references/recipes/tf-backend.md |
| ECS Fargate/EC2 service deployment | references/recipes/ecs-platform.md |
| Lambda function deployment | references/recipes/lambda-platform.md |
| Static site with S3 + CloudFront | references/recipes/static-site.md |
| Ray cluster on EC2/EKS | references/recipes/ray-clusters.md |
| Firecracker MicroVM fleet | references/recipes/firecracker-clusters.md |
| Naming, tagging, module conventions | references/recipes/infra-conventions.md |
Load provider-setup + tf-backend whenever writing any AWS Terraform.
development
React patterns: Zustand state management, shadcn/ui + Tailwind CSS, React Three Fiber + Drei for 3D, folder structure, data fetching, and TypeScript conventions. Load when working on React projects (*.tsx) without SvelteKit.
development
QA workflows: investigate and document bugs, post issues to GitHub/GitLab/Linear, and run browser-agent smoke tests. Triggers on: 'qa debug', 'qa report', 'qa smoke', 'run smoke test', 'report bug', 'investigate issue'.
tools
Python project patterns: uv package/workspace management, MLflow experiment tracking, Ray distributed computing, Nvidia Warp GPU kernels, Pydantic validation, Click CLIs, and service architecture. Load when writing Python with pyproject.toml or uv.lock.
development
Code review workflows: create a draft PR/MR, generate AI-powered inline review comments, address change requests, or complete a draft review. Triggers on: "pr open", "pr new", "pr review", "pr address", "pr complete", "open a PR", "create a draft PR", "code review", "pr mr", "pr this PR", "address pr comments", "fix review comments", "complete draft review", "publish review".