feat(onboarding): add devtools-first browser setup skill

This commit is contained in:
Benjamin Shafii
2026-01-29 18:32:15 -08:00
parent e27bf694f2
commit 02f242a98f
3 changed files with 51 additions and 10 deletions

View File

@@ -5,8 +5,5 @@ description: Guide user through Chrome browser automation setup
Help the user set up browser automation.
1. Ask: "Do you have Chrome installed on this computer?"
2. If they say no or are unsure, guide them to install Chrome
3. If yes, check if browser MCP/plugin is available
4. If not available, guide them to install the OpenCode browser extension
5. Once setup is complete, offer to run a simple first task (e.g., "Let's try opening a webpage")
Use the `browser-setup-devtools` skill and follow it strictly (Chrome DevTools MCP first, extension only as fallback).
Keep the user prompt minimal and let the skill drive the setup dance.