AI AGENT ADDONS
Debugging
4,455installs

When a preview tab shows a white screen or a 404 error, this skill helps you fix it. It explains how the preview panel works and why localhost won't work in the user's browser. You will learn to use the correct preview URL instead.

This skill also covers a common problem with static assets like images and scripts. Because previews run under a special path, absolute paths break. You must use relative paths instead. The skill shows you exactly where to check and how to fix them.

Finally, it tells you the only places to look for preview state. Never browse random folders. Use the registry file and the history file to see what services are running.

Add Browser Preview skill to your workflow

Global

mkdir -p ~/.claude/skills/browser-preview

Project

mkdir -p .claude/skills/browser-preview

Source Repository

Stars
18
Forks
8
Watchers
18
Last Push
1 month ago
Created
5 months ago