stacks-cloud

Automate AWS infrastructure provisioning with CloudFormation and CDK.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-cloud-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-cloud
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-cloud
Command: npx skills add https://github.com/bughq/bughq --skill stacks-cloud-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex process of provisioning and managing AWS cloud infrastructure, removing the need for manual configuration of servers, load balancers, and serverless resources.

Core Features & Use Cases

  • Multi-Mode Deployment: Supports both EC2-based server environments and Lambda-based serverless architectures.
  • Infrastructure Automation: Automates CloudFormation template generation, domain management via Route53, and security group configuration.
  • Use Case: Quickly deploy a production-ready application stack by defining server requirements in a configuration file and executing a single deployment command.

Quick Start

Use the stacks-cloud skill to deploy the current application to the production environment.

Frequently Asked Questions about stacks-cloud

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

FAQPage Schema
How do I automate AWS infrastructure deployment using CloudFormation and CDK?

AWS infrastructure deployment is automated by defining server requirements in a configuration file and executing a single deployment command to generate CloudFormation templates and provision resources automatically.

Can I deploy both serverless Lambda functions and EC2 server environments to AWS?

Yes, multi-mode deployment supports both EC2-based server environments and Lambda-based serverless architectures, allowing you to provision scalable application hosting for either compute model.

Do I need valid AWS credentials to provision and manage cloud infrastructure?

Yes, valid AWS credentials and a configured Stacks project environment are required to execute deployment, domain management via Route53, and infrastructure cleanup tasks successfully.

What is the best way to manage Route53 domains and security groups during cloud provisioning?

Infrastructure automation handles domain management via Route53 and security group configuration automatically as part of the single-command deployment process for your configured application stack.

How do I clean up and remove AWS cloud infrastructure after deployment?

Infrastructure cleanup tasks are executed through the deployment automation, removing provisioned CloudFormation resources and associated server or serverless components when tearing down the environment.