Skip to main content
AI/MLjeremylongshore

stackblitz-webhooks-events

'WebContainer lifecycle events: server-ready, port changes, error handling.

Stars
2,267
Source
jeremylongshore/claude-code-plugins-plus-skills
Updated
2026-05-31
Slug
jeremylongshore--claude-code-plugins-plus-skills--stackblitz-webhooks-events
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-webhooks-events/SKILL.md -o .claude/skills/stackblitz-webhooks-events.md

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

StackBlitz Webhooks Events

Overview

WebContainer lifecycle events: server-ready, port changes, error handling.

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.