deploy

Automates AWS CDK deployment with pre-flight checks, planning, execution, and rollback guidance.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/schuettc/website-deployment-plugin --skill deploy-schuettc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/schuettc/website-deployment-plugin/tree/main/plugin/skills/deploy
Command: npx skills add https://github.com/schuettc/website-deployment-plugin --skill deploy-schuettc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end deployment of AWS infrastructure using CDK by coordinating pre-flight checks, planning, execution, and post-deploy steps to deliver reliable, auditable results.

Core Features & Use Cases

  • End-to-end deployment: orchestrates pre-flight checks, plan, confirm, deploy, and post-deploy steps.
  • Diff-driven planning: shows CDK changes before deployment to ensure informed decisions.
  • Safe execution: provides bootstrap handling, explicit user confirmation, error handling, and post-deploy outputs.

Quick Start

Provide your CDK project and AWS credentials, then instruct Claude to deploy the stacks.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate AWS infrastructure deployment with CDK end-to-end?▼

AWS infrastructure deployment with CDK is automated by orchestrating pre-flight checks, diff planning, explicit confirmation, stack execution, and post-deploy output publishing into a single auditable workflow.

What does a CDK diff check show before deploying AWS stacks?▼

A CDK diff check shows infrastructure changes before deployment, allowing you to review resource additions, modifications, and removals to ensure informed decisions prior to execution.

Do I need to configure AWS credentials and have a CDK project to deploy stacks?▼

Yes, AWS infrastructure deployment with CDK requires a pre-existing CDK project and configured AWS credentials to perform pre-flight checks and execute stack provisioning.

Can I bootstrap CDK and handle deployment errors automatically?▼

Yes, CDK deployment automation includes bootstrap handling when necessary and provides error handling with rollback guidance to ensure safe, auditable execution of AWS stacks.

How do I publish AWS CDK outputs for frontend and APIs after deployment?▼

AWS CDK outputs are published as post-deploy steps, delivering stack outputs required by frontend applications and APIs after all infrastructure provisioning is confirmed complete.