From stackblitz-pack
Delivers production checklist for WebContainer and StackBlitz SDK apps: headers, browser support, fallbacks, error handling. Refer to API docs for details.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packThis skill is limited to using the following tools:
Production checklist for WebContainer apps: headers, browser support, fallbacks.
Provides production reference architecture for WebContainer-powered browser IDEs and playgrounds. Use with WebContainers or StackBlitz SDK.
Runs production readiness checklist verifying environment variables, health endpoints, error monitoring, CORS, rate limiting, security headers, performance, database, and DNS/SSL config before deployment.
Provides deployment strategies (rolling, blue-green, canary), multi-stage Dockerfiles for Node.js, health checks, rollback plans, and production checklists for web apps.
Share bugs, ideas, or general feedback.
Production checklist for WebContainer apps: headers, browser support, fallbacks.
See the core workflow skills for implementation patterns.
| Issue | Cause | Solution |
|---|---|---|
| Configuration error | Wrong setup | Check WebContainer docs |
| Build failure | Missing deps | Run npm install |
See related skills for more patterns.