aws-skills

Provides guidance for AWS infrastructure automation and cloud architecture patterns.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill aws-skills-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-skills
Source: https://github.com/Tgoldi/claude-skills/tree/main/aws-skills
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill aws-skills-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers working on AWS often lack consistent guidance for infrastructure automation and cloud architecture decisions, leading to ad-hoc setups and rework. ## Core Features & Use Cases - Infrastructure Automation Guidance: Provides patterns for automating AWS infrastructure provisioning and management. - Cloud Architecture Patterns: Offers reference patterns for designing AWS-based cloud architectures. - Use Case: When designing a new AWS deployment, activate this skill to get architecture pattern guidance and infrastructure automation recommendations aligned with the source repository's practices. ## Quick Start Ask the assistant to help design an AWS infrastructure automation approach for your project using this skill.

Frequently Asked Questions about aws-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get guidance on AWS infrastructure automation?

Activate this skill when working on AWS infrastructure tasks to receive guidance on automation patterns and cloud architecture. It points to practices from the zxkane/aws-skills source repository for infrastructure provisioning and design.

What AWS architecture patterns does this skill cover?

The skill covers cloud architecture patterns for AWS development as defined in its source repository. It provides general guidance rather than executable scripts, so specific patterns depend on the linked repository content.

Does this skill include executable AWS scripts?

No, this skill contains only instructional guidance in its SKILL.md file. It has no scripts, references, or assets directories, so it provides pattern guidance rather than runnable automation code.

When should I use this skill versus writing CloudFormation directly?

Use this skill when you need architecture direction and automation patterns before implementation. For direct template authoring, you would still write CloudFormation, CDK, or Terraform code yourself using the guidance provided.