npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/stackblitz-pack

v1.0.0

Published

Claude Code skill pack for StackBlitz - 18 skills covering browser-based IDE, WebContainers, and instant dev environments

Downloads

129

Readme

StackBlitz Skill Pack

18 production-ready Claude Code skills for StackBlitz WebContainers -- real browser-based Node.js runtime code.

What This Is

A complete skill pack for building browser-based development environments with StackBlitz WebContainers. Every skill contains real WebContainer API code: WebContainer.boot(), mount(), spawn(), fs.readFile(), jsh shell integration, and StackBlitz SDK embedding. No placeholder imports, no fake patterns.

Installation

/plugin install stackblitz-pack@claude-code-plugins-plus

Skills

Standard Skills (S01-S12)

| # | Skill | What It Does | |---|-------|-------------| | S01 | stackblitz-install-auth | Install @webcontainer/api, configure COOP/COEP headers | | S02 | stackblitz-hello-world | Boot WebContainer, mount files, npm install, start dev server | | S03 | stackblitz-local-dev-loop | Vite dev setup with cross-origin headers, Vitest for file tree | | S04 | stackblitz-sdk-patterns | Singleton boot, FS CRUD, process management, jsh shell, SDK embedding | | S05 | stackblitz-core-workflow-a | Build browser IDE: file tree, Monaco editor, terminal, live preview | | S06 | stackblitz-core-workflow-b | Embed projects from GitHub, inline code, URL-based iframes | | S07 | stackblitz-common-errors | Fix SharedArrayBuffer, COOP/COEP, boot failures, npm install | | S08 | stackblitz-debug-bundle | Diagnose boot state, FS health, Node.js version, browser support | | S09 | stackblitz-rate-limits | Memory limits, FS size, process count, native addon restrictions | | S10 | stackblitz-security-basics | Browser sandbox model, input validation, CSP headers | | S11 | stackblitz-prod-checklist | Headers, browser support matrix, fallback strategies | | S12 | stackblitz-upgrade-migration | WebContainer API version changes, SDK updates |

Pro Skills (P13-P18)

| # | Skill | What It Does | |---|-------|-------------| | P13 | stackblitz-ci-integration | Playwright tests for WebContainer apps in CI | | P14 | stackblitz-deploy-integration | Deploy to Vercel/Netlify with proper COOP/COEP headers | | P15 | stackblitz-webhooks-events | WebContainer lifecycle events: server-ready, port, error | | P16 | stackblitz-performance-tuning | Optimize boot time, mount size, process spawning | | P17 | stackblitz-cost-tuning | Free tier vs commercial licensing for WebContainer API | | P18 | stackblitz-reference-architecture | Browser IDE architecture: editor + terminal + preview + FS |

Key Concepts Covered

  • WebContainer.boot(): Single instance per page, runs Node.js in browser
  • mount(): Load FileSystemTree into virtual FS (ephemeral, in-memory)
  • spawn(): Run npm, node, jsh, or any Node.js CLI tool
  • server-ready event: Detect when spawned server is listening
  • jsh: Built-in shell for interactive terminal (pairs with xterm.js)
  • COOP/COEP headers: Required for SharedArrayBuffer (cross-origin isolation)
  • StackBlitz SDK: Embed interactive editors from GitHub repos or inline code

License

MIT