zxkane/aws-skills
VerifiedAWS plugins that extend Claude Code with CDK, serverless, and agent deployment skills.
What is zxkane/aws-skills?
zxkane/aws-skills supplies a set of Claude Code plugins focused on AWS development tasks. The suite covers infrastructure as code with CDK, cost monitoring, serverless patterns, and Bedrock AgentCore management, all backed by shared MCP connections for current AWS information.
Plugins activate through a marketplace command or direct npx installation from the GitHub repository. Once loaded, they supply best-practice prompts, validation scripts, and live queries to services such as CloudWatch and the AWS Pricing API, allowing Claude to generate compliant code and recommendations without manual context switching.
The tools suit developers and teams already using Claude Code who need repeatable AWS workflows. They reduce the need to recall service limits or pricing details by embedding those checks directly into the conversation flow.
Capabilities
What you can build with zxkane/aws-skills
CDK Stack Creation
Generate infrastructure code that follows naming and bundling conventions while running pre-deployment validation checks.
Cost Analysis
Query recent spend data and receive optimization suggestions based on live Pricing and Cost Explorer feeds.
Agent Deployment
Configure Bedrock AgentCore components including memory, identity, and browser services for production AI agents.
Install zxkane/aws-skills
npx skills add https://github.com/zxkane/aws-skills --skill aws-cdk-development# Install the common dependency first
/plugin install aws-common@aws-skills
# Then install the plugins you need
/plugin install aws-iac@aws-skills
/plugin install aws-cost-ops@aws-skills
/plugin install serverless-eda@aws-skills
/plugin install aws-agentic-ai@aws-skills- 1Add the marketplace with /plugin marketplace add zxkane/aws-skills.
- 2Install the required common plugin first using /plugin install aws-common@aws-skills.
- 3Add the specific plugins needed, such as aws-iac or aws-agentic-ai.
- 4Alternatively run npx skills add with the repository URL and desired skill name.
- 5Start a new Claude Code session and reference the installed skills in your prompts.
zxkane/aws-skills: pros & cons
Pros
- +Direct MCP links supply fresh AWS documentation and pricing without leaving the chat.
- +Modular design lets users load only the plugins they need.
- +Includes concrete validation steps and code patterns for CDK and serverless work.
- +Supports both marketplace and standalone npx installation routes.
Cons
- –Requires Claude Code environment and separate MCP server setup for full function.
- –Dependency chain means the common plugin must be present before others work.
- –Skill names differ slightly between marketplace and npx install methods.
Frequently asked questions
No, the common plugin loads automatically as a dependency, and you can choose only the additional plugins required for your tasks.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…