Cloudformation Best Practices

🌐Community
by sickn33 · vlatest · Repository

Analyzes CloudFormation templates against sickn33's curated best practices for security, cost optimization, and reliability.

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 cloudformation-best-practices npx -- -y @trustedskills/cloudformation-best-practices
2

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

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

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

About This Skill

What it does

This skill provides recommendations and guidance for writing secure, reliable, and maintainable AWS CloudFormation templates. It helps users identify common pitfalls, suggests best practices for structuring templates, and offers advice on resource configuration to improve overall infrastructure as code quality. The skill aims to reduce errors and promote consistency in CloudFormation deployments.

When to use it

  • You're creating a new CloudFormation template from scratch and want to ensure you follow industry best practices.
  • You have an existing CloudFormation template that needs refactoring or optimization for security and maintainability.
  • You’re troubleshooting deployment issues in your CloudFormation templates and need help identifying potential causes.
  • You're seeking advice on how to improve the structure and organization of a complex CloudFormation stack.

Key capabilities

  • Provides recommendations for secure resource configuration.
  • Suggests best practices for template structuring and organization.
  • Identifies common CloudFormation pitfalls and errors.
  • Offers guidance on improving overall infrastructure as code quality.

Example prompts

  • "Review this CloudFormation template and suggest improvements for security." (Provide the template content)
  • "What are some best practices for organizing a large CloudFormation stack?"
  • “How can I prevent common errors when deploying CloudFormation?”

Tips & gotchas

  • The skill's effectiveness depends on providing clear and complete CloudFormation template code or descriptions.
  • While the skill offers valuable guidance, it’s not a substitute for thorough testing and understanding of AWS services.

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
sickn33
Installs
4

🌐 Community

Passed automated security scans.