Skip to main content
AI/MLjeremylongshore

stackblitz-performance-tuning

'Optimize WebContainer boot time, file system mounts, and process spawning.

Stars
2,267
Source
jeremylongshore/claude-code-plugins-plus-skills
Updated
2026-05-31
Slug
jeremylongshore--claude-code-plugins-plus-skills--stackblitz-performance-tuning
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/plugins/saas-packs/stackblitz-pack/skills/stackblitz-performance-tuning/SKILL.md -o .claude/skills/stackblitz-performance-tuning.md

Drops the SKILL.md into .claude/skills/stackblitz-performance-tuning.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

StackBlitz Performance Tuning

Overview

Optimize WebContainer boot time, file system mounts, and process spawning.

Instructions

Refer to the WebContainer API documentation for detailed guidance.

See the core workflow skills for implementation patterns.

Error Handling

Issue Cause Solution
Configuration error Wrong setup Check WebContainer docs
Build failure Missing deps Run npm install

Resources

Next Steps

See related skills for more patterns.