From 6345bb0aa2ad76a2703ee1900b52587a85d12ca2 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 13 Mar 2026 19:45:42 -0500 Subject: [PATCH] feat: add browser interaction guidance to CLAUDE.md Prevents Claude from using mcp__claude-in-chrome__* tools instead of /browse. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 0fb4879c..917afed1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -27,6 +27,13 @@ gstack/ └── package.json # Build scripts for browse ``` +## Browser interaction + +When you need to interact with a browser (QA, dogfooding, cookie setup), use the +`/browse` skill or run the browse binary directly via `$B `. NEVER use +`mcp__claude-in-chrome__*` tools — they are slow, unreliable, and not what this +project uses. + ## Deploying to the active skill The active skill lives at `~/.claude/skills/gstack/`. After making changes: