generating-infrastructure-as-code
Execute use when generating infrastructure as code configurations. Trigger with phrases like "create Terraform config", "generate CloudFormation template", "write Pulumi code", or "IaC for AWS/GCP/Azure". Produces production-ready code for Terraform, CloudFormation, Pulumi, ARM templates, and CDK ac
Content Preview
--- name: generating-infrastructure-as-code description: | Execute use when generating infrastructure as code configurations. Trigger with phrases like "create Terraform config", "generate CloudFormation template", "write Pulumi code", or "IaC for AWS/GCP/Azure". Produces production-ready code for Terraform, CloudFormation, Pulumi, ARM templates, and CDK across multiple cloud providers. allowed-tools: Read, Write, Edit, Grep, Glob, Bash(terraform:*), Bash(aws:*), Bash(gcloud:*), Bash(az:*) ver
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/generating-infrastructure-as-code.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/infrastructure-as-code-generator/skills/generating-infrastructure-as-code/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/devops/infrastructure-as-code-generator/skills/generating-infrastructure-as-code/SKILL.md
Related Skills
Generating Compliance Reports
This skill enables Claude to generate compliance reports based on various security standards and frameworks. It leverages the compliance-report-generator plugin to automate the report creation process. Use this skill when a user requests a "compliance report", "security audit report", or needs docum
skill-adaptergenerating compliance reports
by jeremylongshore · plugins-plus-skills
Generating Database Seed Data
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a dat
skill-adaptergenerating database seed data
by jeremylongshore · plugins-plus-skills
Generating Database Documentation
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines
skill-adaptergenerating database documentation
by jeremylongshore · plugins-plus-skills
Generating Conventional Commits
This skill helps you create well-format
skill-adaptergenerating conventional commits
by jeremylongshore · plugins-plus-skills