scaffold

Generate an AWS CDK TypeScript infrastructure scaffold with configuration files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap and scaffold an AWS CDK TypeScript infrastructure project alongside an existing application, providing a reliable foundation for deployment.

Core Features & Use Cases

  • Generates a ready-to-run CDK project structure (infrastructure/, bin/, lib/) and initial configuration files.
  • Establishes a clear separation between application code and infrastructure, accelerating initial deployment and future iterations.
  • Use Case: Start a new app with a complete infrastructure skeleton so you can begin implementing resources immediately.

Quick Start

Provide a project name and preferred AWS region to generate the infrastructure scaffold.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I set up AWS CDK infrastructure alongside an existing application?▼

To set up AWS CDK infrastructure alongside an existing application, generate a complete scaffold including infrastructure/, bin/, and lib/ directories alongside your app to establish a reliable foundation for deployment.

What is the best way to start a new app with an AWS CDK TypeScript infrastructure skeleton?▼

The best way to start a new app with an AWS CDK TypeScript infrastructure skeleton is to generate standard CDK files like package.json, cdk.json, and tsconfig.json, which allows you to begin implementing resources immediately.

Can I use this AWS CDK scaffold when migrating an evolving project?▼

Yes, you can use this AWS CDK scaffold when migrating an evolving project. It applies to both starting new apps and evolving existing ones, establishing a clear separation between application code and infrastructure.

Do I need to provide an AWS region to generate a CDK infrastructure scaffold?▼

Yes, you need to provide a preferred AWS region and a project name to generate the infrastructure scaffold, which applies basic tagging and environment setup for your CDK TypeScript project.

What standard files are generated when scaffolding a CDK TypeScript project?▼

Scaffolding a CDK TypeScript project generates standard files including package.json, cdk.json, tsconfig.json, bin/app.ts, and lib/api-stack.ts, while also ensuring Node.js compatibility.

Does the CDK scaffold create empty lambdas for future code implementation?▼

Yes, the CDK scaffold creates empty lambdas for future code implementation, allowing you to start with a complete infrastructure skeleton and immediately begin adding your application resources.