stackblitz-install-auth
Installation
SKILL.md
StackBlitz Integration Preflight
Overview
This skill produces a repo-grounded installation and startup plan for either a custom WebContainer application or a StackBlitz SDK embed. It separates ordinary browser startup from commercial API-key configuration and organization-scoped private-package authentication.
Prerequisites
- A named browser application and permission to inspect its package and hosting configuration
- A decision between
@webcontainer/apiand@stackblitz/sdk, or evidence that both are needed - A licensing decision for production commercial use before release
Tool Discipline
Use Read, Glob, and Grep to inspect package manifests, lockfiles, browser entrypoints, headers, and existing secret bindings. Use WebFetch only for current official StackBlitz or WebContainers documentation. Use Write or Edit only after the evidence pass, and never place API keys or OAuth material in source files.