From stackblitz-pack
Delivers production checklist for WebContainer and StackBlitz SDK apps: headers, browser support, fallbacks, error handling. Refer to API docs for details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stackblitz-pack:stackblitz-prod-checklistThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Production checklist for WebContainer apps: headers, browser support, fallbacks.
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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packProvides 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.