From b8e764ab430f9a6b2b6807500977f81d032dd5c6 Mon Sep 17 00:00:00 2001 From: Mengxin Zhu <843303+zxkane@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:31:55 +0800 Subject: [PATCH 1/2] Update AWS skills link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4c915..f3d032b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - [using-git-worktrees](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/) - Creates isolated git worktrees with smart directory selection and safety verification. - [finishing-a-development-branch](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) - Guides completion of development work by presenting clear options and handling chosen workflow. - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage. - +- [aws-skills](https://github.com/zxkane/aws-skills) - AWS development toolkit with CDK best practices, cost optimization and operations across 7 MCP servers, and serverless/event-driven architecture patterns based on Well-Architected Framework. ## 📊 Data & Analysis From 7d7cde6015e233d6555dd1bf5ac6f4940edecc4f Mon Sep 17 00:00:00 2001 From: Mengxin Zhu <843303+zxkane@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:47:32 +0800 Subject: [PATCH 2/2] Refine the AWS Skill description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad0d20..f8e79ae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - [using-git-worktrees](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/) - Creates isolated git worktrees with smart directory selection and safety verification. - [finishing-a-development-branch](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) - Guides completion of development work by presenting clear options and handling chosen workflow. - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage. -- [aws-skills](https://github.com/zxkane/aws-skills) - AWS development toolkit with CDK best practices, cost optimization and operations across 7 MCP servers, and serverless/event-driven architecture patterns based on Well-Architected Framework. +- [aws-skills](https://github.com/zxkane/aws-skills) - AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns. - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices.