This one's a solid foundation for building AWS serverless apps the right way, grounded in Well-Architected principles. It covers the full stack: Lambda with TypeScript or Python, API Gateway, DynamoDB, Step Functions, EventBridge, SQS, and SNS. What I like is it pushes you toward proper patterns from the start. Single-purpose functions, event-driven flows over function chaining, idempotency, Step Functions for orchestration. It integrates with AWS MCP servers for docs and CDK tooling, plus direct CLI access for deployments. Reach for this when you're building serverless APIs, microservices, or async workflows and want guardrails that keep you from shooting yourself in the foot with common anti-patterns.
npx skills add https://github.com/zxkane/aws-skills --skill aws-serverless-eda