scaffold-terraform

Generate fintech-compliant Terraform configurations for new AWS resources.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/sswapnil2/ai-config-fintech --skill scaffold-terraform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-terraform
Source: https://github.com/sswapnil2/ai-config-fintech/tree/main/skills/scaffold-terraform
Command: npx skills add https://github.com/sswapnil2/ai-config-fintech --skill scaffold-terraform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate Terraform configurations for new AWS resources and modules, applying fintech-specific guardrails and conventions.

Core Features & Use Cases

  • Scaffold new AWS resources or modules from natural-language specs.
  • Enforce fintech standards: CMK encryption, private subnets, IAM least privilege, prevent_destroy on prod, required tags, pinned providers, S3 backend.
  • Use cases include creating RDS, SQS, Lambda, or ECS resources with guardrails and on-demand scaffolding.

Quick Start

Provide a natural-language spec for an AWS resource and the system will generate a fintech-compliant Terraform scaffold.

Frequently Asked Questions about scaffold-terraform

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

FAQPage Schema
How do I generate Terraform configurations for AWS resources with fintech security guardrails?

You can generate compliant Terraform configurations by providing a natural-language spec for your AWS resource. The system outputs scaffolds enforcing CMK encryption, private subnets, IAM least privilege, and required tags.

What fintech compliance standards are enforced when scaffolding AWS infrastructure as code?

The enforced fintech standards include CMK encryption, private subnets, IAM least privilege, prevent_destroy on prod, required tags, pinned providers, and S3 backend configurations for compliant infrastructure as code.

Can I use this to scaffold modular AWS resources like RDS, SQS, and Lambda?

Yes, you can scaffold modular AWS resources like RDS, SQS, Lambda, or ECS from natural-language specs. It targets greenfield infrastructure planning and applies fintech-specific conventions to the generated Terraform modules.

How do I create Terraform modules from natural language specifications?

You create Terraform modules by submitting a natural-language specification describing the desired AWS resource. The system automates the configuration creation with built-in fintech guardrails and compliant scaffolding.

Is this suitable for reviewing existing Terraform code or remediating infrastructure configurations?

No, this tool is not intended for remediation or code review tasks. It is designed exclusively for greenfield infrastructure planning to deliver compliant Terraform scaffolds for new AWS resources.