From stackblitz-pack
Handles WebContainer lifecycle events: server-ready, port changes, error handling for StackBlitz SDK. Refer to API docs for patterns.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packThis skill is limited to using the following tools:
WebContainer lifecycle events: server-ready, port changes, error handling.
Optimizes WebContainer boot time, file system mounts, and process spawning for StackBlitz SDK and WebContainers projects.
Handles Replit deployment events/webhooks, builds React/TypeScript workspace Extensions, sets up Agents/Automations for workflows and notifications.
Configures VS Code Port Monitor extension for real-time dev server port monitoring with templates for Vite (5173), Next.js (3000), fullstack, and microservices setups including troubleshooting.
Share bugs, ideas, or general feedback.
WebContainer lifecycle events: server-ready, port changes, error handling.
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.