Cloudformation

🌐Community
by teachingai · vlatest · Repository

This skill automates AWS CloudFormation template deployments, streamlining infrastructure provisioning and reducing manual errors for efficient scaling.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add teachingai-cloudformation npx -- -y @trustedskills/teachingai-cloudformation
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "teachingai-cloudformation": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/teachingai-cloudformation"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with and manage AWS CloudFormation resources. It allows users to create, update, and delete CloudFormation stacks programmatically through natural language prompts. The agent can also retrieve information about existing stacks, including their status and resource configurations.

When to use it

  • Automating infrastructure deployments: Quickly deploy or update your AWS infrastructure based on verbal instructions without manual configuration.
  • Troubleshooting stack issues: Get the current status of a CloudFormation stack and identify potential problems.
  • Creating test environments: Easily spin up temporary CloudFormation stacks for testing purposes.
  • Managing resources at scale: Simplify the management of multiple CloudFormation stacks across different AWS accounts or regions.

Key capabilities

  • Create CloudFormation Stacks
  • Update existing CloudFormation Stacks
  • Delete CloudFormation Stacks
  • Retrieve Stack Status

Example prompts

  • "Create a CloudFormation stack named 'my-web-app' using the template located at s3://my-bucket/template.yaml."
  • "What is the status of the 'production-database' CloudFormation stack?"
  • “Delete the CloudFormation stack called ‘test-environment’.”

Tips & gotchas

The agent requires appropriate AWS credentials with permissions to manage CloudFormation resources. Ensure these credentials are securely configured for the AI agent environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
teachingai
Installs
4

🌐 Community

Passed automated security scans.