---
name: stackblitz-upgrade-migration
description: |
  Migrate between WebContainer API versions and StackBlitz SDK updates.
  Use when working with WebContainers or StackBlitz SDK.
  Trigger: "upgrade stackblitz".
allowed-tools: Read, Write, Edit, Bash(npm:*)
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
tags: [saas, ide, webcontainers, stackblitz]
compatible-with: claude-code
---

# StackBlitz Upgrade Migration

## Overview

Migrate between WebContainer API versions and StackBlitz SDK updates.

## Instructions

### Refer to the WebContainer API documentation for detailed guidance.

See the core workflow skills for implementation patterns.

## Error Handling

| Issue | Cause | Solution |
|-------|-------|----------|
| Configuration error | Wrong setup | Check WebContainer docs |
| Build failure | Missing deps | Run npm install |

## Resources

- [WebContainer API Docs](https://webcontainers.io/)
- [StackBlitz SDK](https://developer.stackblitz.com/)

## Next Steps

See related skills for more patterns.
