awsclaw-cloudformation

Manage AWS CloudFormation stacks, change sets, templates, and drift via awsclaw.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/necatiarslan/awsclaw --skill awsclaw-cloudformation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awsclaw-cloudformation
Source: https://github.com/necatiarslan/awsclaw/tree/main/skills/awsclaw-cloudformation
Command: npx skills add https://github.com/necatiarslan/awsclaw --skill awsclaw-cloudformation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Allows AWS engineers to manage CloudFormation stacks, resources, change sets, and drift without leaving the VS Code environment, removing manual console navigation and context switching.

Core Features & Use Cases

  • Stack inspection and monitoring: List stacks, describe resources, view events, and retrieve templates or summaries right from CloudFormationTool.
  • Drift awareness and change validation: Detect stack drift, describe drifted resources, and validate templates or change sets before execution.
  • Lifecycle operations and orchestration: Create, update, delete stacks and stack sets, manage stack policies, and execute or clean up change sets with precise parameter control.

Quick Start

Ask the assistant to use the CloudFormationTool to list all stacks and describe the selected stack.

Frequently Asked Questions about awsclaw-cloudformation

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

FAQPage Schema
How do I manage AWS CloudFormation stacks without switching to the AWS console?

You can manage CloudFormation stacks directly in VS Code by using the CloudFormationTool to list stacks, describe resources, view events, and retrieve templates without leaving your editor environment.

How do I detect CloudFormation stack drift from VS Code?

CloudFormation stack drift is detected by invoking the drift detection and description features in CloudFormationTool, which allows you to inspect drifted resources and validate change sets before execution.

Can I validate CloudFormation templates and change sets before execution in VS Code?

Yes, you can validate CloudFormation templates and change sets before execution using the CloudFormationTool, ensuring template correctness and reviewing change sets prior to applying updates.

What's the best way to orchestrate CloudFormation stack lifecycle operations locally?

The best way to orchestrate stack lifecycle operations locally is using the CloudFormationTool to create, update, delete stacks and stack sets, and execute or clean up change sets with precise parameter control.

Do I need the awsclaw extension to inspect CloudFormation stack sets and resources?

Yes, the awsclaw extension is required as the CloudFormationTool operates within this environment to inspect CloudFormation stack sets, resources, and stack policies for AWS infrastructure operators.

Why use VS Code for CloudFormation stack management instead of the AWS Management Console?

Using VS Code for CloudFormation stack management eliminates manual console navigation and context switching, allowing AWS engineers to inspect stacks, detect drift, and orchestrate lifecycle operations directly within their development environment.