
from claude-spellbook180
Implements production-ready AWS patterns using boto3 (Python) and AWS SDK v3 (TypeScript) for S3, DynamoDB, Lambda, and SQS.
Provides high-quality, production-grade implementation patterns for AWS services. It focuses on reliability, security, and scalability, ensuring that the agent writes code that follows AWS best practices rather than basic examples.
Activate this skill when writing code that interacts with AWS services, specifically when using boto3 in Python or @aws-sdk/* in TypeScript. It is ideal for configuring IAM authentication, implementing S3 multipart uploads or presigned URLs, designing DynamoDB single-table schemas, and writing robust Lambda handlers with SQS partial batch failure handling.
ClientError codes and botocore retry configurations (adaptive mode).Designed for agents with coding capabilities and shell access, such as Claude Code, Codex, or any LLM-based agent capable of writing Python and TypeScript.
This skill has not been reviewed by our automated audit pipeline yet.
System Design
Structured, end-to-end guidance for designing scalable, reliable systems: requirements, capacity estimation, architecture, and failure-mode planning.
Docker Patterns
Production-ready Dockerfile and Compose patterns for Python (FastAPI/uv) and Node.js (Next.js), focused on multi-stage builds, caching, health checks, secrets,
Go — Advanced Patterns
Reference of idiomatic Go patterns: error handling, goroutines and channels, context usage, interfaces, generics, testing, and performance best practices.