| name | Browser |
| description | Debug-first browser automation with always-on visibility. Console logs, network requests, and errors captured by default. USE WHEN browser, screenshot, debug web, verify UI, troubleshoot frontend. |
| version | 2.0.0 |
Customization
Before executing, check for user customizations at:
~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Browser/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
Browser v2.0.0 - Debug-First Browser Automation
Debugging visibility by DEFAULT. Console logs, network requests, and errors are always captured. No opt-in required.
Philosophy
Debugging shouldn't be opt-in. Like good logging frameworks - you don't turn on logging when you have a problem, you have it enabled from the start so the data exists when problems occur.
Headless by default. All automation runs in headless mode. When the user says "show me" or wants to see what the assistant is seeing, open the URL in their preferred browser from ~/.claude/skills/CORE/USER/TECHSTACKPREFERENCES.md:
open -a "$BROWSER" "<url>"
v2.0.0 Changes:
- Session auto-starts on first use (no explicit
session start)