template-validator

Installation
SKILL.md

Template Validator

Quick Start

Validate CloudFormation templates for syntax errors, security issues, and adherence to best practices before deployment.

Instructions

Step 1: Validate template syntax

# Basic validation
aws cloudformation validate-template \
  --template-body file://template.yaml

# Validation with parameters
aws cloudformation validate-template \
  --template-body file://template.yaml \
  --parameters ParameterKey=Param1,ParameterValue=Value1
Related skills

More from armanzeroeight/fastagent-plugins

Installs
6
GitHub Stars
27
First Seen
Feb 4, 2026