aws-powertoolsaws-powertoolsOfficialยท1 Agent Skills Included

powertools-mcp

Serverless best practices for AWS Lambda development

Applies Powertools for AWS Lambda patterns across Python, TypeScript, Java, and .NET runtimes. Implements structured logging, X-Ray tracing, CloudWatch metrics, idempotency, and batch processing without manual documentation lookups. Detects your runtime automatically and fetches the right documentation so Lambda functions follow serverless best practices from the start.
npx skills add aws-powertools/powertools-mcp --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Powertools for AWS MCP?โ–ผ

Run `npx skills add aws-powertools/powertools-mcp --all -g -y` in your terminal to install this skill globally.

What does the Powertools for AWS skill do?โ–ผ

It guides your coding agent to apply Powertools for AWS Lambda best practices, including structured logging, distributed tracing, metrics, idempotency, and batch processing.

Which Lambda runtimes are supported?โ–ผ

The skill supports Python, TypeScript, Java, and .NET, and automatically detects your runtime from file patterns or project configuration.

How does the skill find Powertools documentation?โ–ผ

It fetches the official llms.txt documentation index for your runtime, then retrieves the specific pages needed for the feature you are implementing.

Is the Powertools MCP server still maintained?โ–ผ

The original MCP server is in maintenance mode, but this skill uses the recommended llms.txt approach, which always reflects the latest published documentation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’