stacks-deploy

Automate Stacks application deployment to AWS with CloudFormation and lifecycle hooks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex process of deploying Stacks applications to AWS, handling infrastructure generation, environment validation, and deployment hooks to ensure consistent production releases.

Core Features & Use Cases

  • Automated Infrastructure: Automatically generates and updates CloudFormation templates for your application.
  • Deployment Modes: Supports both traditional EC2 server instances and cost-optimized serverless Lambda configurations.
  • Lifecycle Hooks: Allows for custom logic execution before and after deployment, such as database seeding or cache warming.

Quick Start

Execute the buddy deploy command in your terminal to initiate the automated build and deployment process for your application.

Frequently Asked Questions about stacks-deploy

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

FAQPage Schema
How do I automate Stacks application deployment to AWS?

Automating Stacks application deployment to AWS requires a tool that handles CloudFormation provisioning, environment validation, and lifecycle hooks. You can trigger this end-to-end workflow by executing the buddy deploy command in your terminal.

Do I need Bun runtime and AWS credentials to deploy Stacks applications?

Yes, you need the Bun runtime and pre-configured AWS credentials to deploy Stacks applications. These prerequisites allow the deployment process to execute build tasks and provision infrastructure on your AWS account.

Can I deploy Stacks applications to serverless Lambda configurations?

Yes, you can deploy Stacks applications to serverless Lambda configurations. The deployment process supports both cost-optimized serverless Lambda setups and traditional EC2 server instances to match your infrastructure needs.

How do lifecycle hooks work during Stacks infrastructure provisioning?

Lifecycle hooks during Stacks infrastructure provisioning allow you to execute custom logic before and after deployment. This mechanism enables you to automate tasks like database seeding or cache warming during environment transitions.

What is the best way to manage environment configuration for Stacks production releases?

The best way to manage environment configuration for Stacks production releases is through an automated deployment workflow that handles environment validation and infrastructure generation, ensuring consistent transitions from local development to production.