infra

Automate Docker Compose stacks, Terraform AWS modules, and GitHub Actions workflows.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/toobutta/maptelli --skill infra-toobutta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra
Source: https://github.com/toobutta/maptelli/tree/main/.claude/skills/infra
Command: npx skills add https://github.com/toobutta/maptelli --skill infra-toobutta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing modern infrastructure across local environments and cloud is complex, slow, and error-prone, especially when combining Docker Compose, Terraform modules, and CI/CD workflows.

Core Features & Use Cases

  • Docker Compose: Local stack orchestration for development and testing.
  • Terraform Modules: Cloud infrastructure scaffolding (VPC, RDS, EKS, ElastiCache, S3) with plan/apply workflows.
  • CI/CD: GitHub Actions templates and workflow automation for deployment pipelines.
  • Infrastructure Planning: Cost estimation and MCP-based validation to guide architecture decisions.

Quick Start

Start the local development stack by running the Docker Compose setup and initialize Terraform modules.

Frequently Asked Questions about infra

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

FAQPage Schema
How do I automate Terraform AWS module provisioning for EKS and RDS?

Automate Terraform AWS module provisioning by scaffolding cloud infrastructure like VPC, RDS, EKS, ElastiCache, and S3 with predefined plan and apply workflows for repeatable deployments.

What is the best way to orchestrate a local Docker Compose stack for development?

Orchestrate a local Docker Compose stack by automating the setup and configuration of development environments, providing a repeatable local infrastructure for testing and deployment.

Can I use GitHub Actions workflows for CI/CD deployment automation with Terraform?

Use GitHub Actions workflows for CI/CD deployment automation by applying templates that integrate with Terraform modules to streamline your deployment pipelines and infrastructure updates.

Does this infrastructure setup support cost estimation and architecture planning?

This infrastructure setup supports cost estimation and MCP-based validation to guide architecture decisions alongside your Terraform modules and Docker Compose environments.

Do I need separate tools for local Docker environments and AWS cloud infrastructure?

You do not need separate tools; this setup unifies local Docker Compose orchestration and AWS cloud infrastructure provisioning with Terraform modules into a single repeatable workflow.