analyze

Analyze Node.js/Express apps and generate AWS serverless migration plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes an existing Node.js/Express app to create a migration plan for deploying to AWS serverless, helping developers migrate with a clear, actionable roadmap.

Core Features & Use Cases

  • Thoroughly analyzes routes, middleware, and data flows to understand current architecture.
  • Generates a step-by-step migration plan covering infrastructure choices, deployment strategy, and risk mitigation.
  • Produces a ready-to-use .migration/plan.md document that can guide implementation.

Quick Start

Provide Claude with your Express app source code, and I will generate a migration plan to AWS.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I plan a migration for my Node.js Express app to AWS serverless?

To plan an Express app migration to AWS serverless, you analyze routes, middleware, and data flows to generate a detailed deployment roadmap. This produces a .migration/plan.md document covering infrastructure choices, deployment strategy, and risk mitigation.

What do I need to provide to analyze my Express app for an AWS serverless migration?

You need to provide access to your project's entry point, route map, and dependencies. This allows the analysis to thoroughly understand your current architecture and generate a comprehensive migration plan.

Can I migrate an existing Express app architecture directly to AWS serverless?

Yes, you can migrate existing Express app architectures to AWS serverless. The process involves running safety checks and exploring the current codebase to create an actionable, step-by-step migration plan.

What is included in an AWS serverless migration plan for a Node.js application?

An AWS serverless migration plan includes infrastructure choices, deployment strategies, and risk mitigation steps. It thoroughly analyzes your routes, middleware, and data flows to output a ready-to-use .migration/plan.md document.

How does analyzing data flows help with migrating Express apps to AWS?

Analyzing data flows helps with migrating Express apps to AWS by understanding the current architecture and identifying potential risks. This ensures the generated migration plan accurately addresses infrastructure choices and deployment strategies.