From stackblitz-pack
Optimizes WebContainer boot time, file system mounts, and process spawning for StackBlitz SDK and WebContainers projects.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packThis skill is limited to using the following tools:
Optimize WebContainer boot time, file system mounts, and process spawning.
Installs WebContainer API and StackBlitz SDK for browser-based Node.js and project embedding. Configures COOP/COEP headers for Vite/Express servers.
Optimizes Replit apps for faster cold starts, lower memory usage, efficient Nix caching, and quicker deployments via code tweaks, minimal deps, and config changes.
Diagnoses devcontainer configuration problems and guides Docker-based development environment setup in VS Code and GitHub Codespaces. Addresses slow startups, config errors, parity issues, and multi-service environments.
Share bugs, ideas, or general feedback.
Optimize WebContainer boot time, file system mounts, and process spawning.
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.